Before you can run the application, you'll need to build the project. Follow the steps below:
Make sure you have the following prerequisites installed on your machine:
- CMake (version 3.19+)
- GNU Arm Embedded Toolchain (version 10+)
- tio (optional for stdio over usb)
git clone https://github.com/SPIN-Space-Innovation/Test-Bench.git
cd Test-Bench
Use the following command to generate the project's buildsystem:
cmake -B build -DCMAKE_BUILD_TYPE=${Build type} -G ${Buildsystem}
Use the following command to build the project:
cmake --build build -j ${No of build jobs}
Test Bench is licensed under the MIT license.