.vscode | ||
app | ||
bsp | ||
lib | ||
.gitignore | ||
bld | ||
CMakeLists.txt | ||
README.md | ||
toolchain-arm-none-eabi.cmake |
Build
Manual Build
$cmake -S . -B build
cmake --build build
Auto Build
$./bld
The executables located in the bin directory
.vscode | ||
app | ||
bsp | ||
lib | ||
.gitignore | ||
bld | ||
CMakeLists.txt | ||
README.md | ||
toolchain-arm-none-eabi.cmake |
$cmake -S . -B build
cmake --build build
$./bld
The executables located in the bin directory