Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spin-space-innovation/test-bench
https://github.com/spin-space-innovation/test-bench
rocket rocket-motor rocketry
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/spin-space-innovation/test-bench
- Owner: SPIN-Space-Innovation
- License: mit
- Created: 2024-02-01T15:10:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-03T19:50:52.000Z (10 months ago)
- Last Synced: 2024-10-31T23:06:50.125Z (2 months ago)
- Topics: rocket, rocket-motor, rocketry
- Language: C++
- Homepage: https://space-innovation.org/el/
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Test Bench
## Building the Project
Before you can run the application, you'll need to build the project. Follow the steps below:### Prerequisites
Make sure you have the following prerequisites installed on your machine:
- [CMake](https://cmake.org/download/) (version 3.19+)
- [GNU Arm Embedded Toolchain](https://developer.arm.com/downloads/-/gnu-rm) (version 10+)
- [tio](https://github.com/tio/tio) (optional for stdio over usb)### Clone the Repository
```bash
git clone https://github.com/SPIN-Space-Innovation/Test-Bench.git
cd Test-Bench
```### Generate the project buildsystem
Use the following command to generate the project's buildsystem:
```bash
cmake -B build -DCMAKE_BUILD_TYPE=${Build type} -G ${Buildsystem}
```### Build the Project
Use the following command to build the project:
```bash
cmake --build build -j ${No of build jobs}
```## License
Test Bench is licensed under the [MIT license](LICENSE).