.vscode | ||
app | ||
bsp | ||
libs/stm32f4xx | ||
nanopb@7f88274070 | ||
.gitignore | ||
.gitmodules | ||
bld | ||
CMakeLists.txt | ||
README.md | ||
terminal | ||
toolchain-arm-none-eabi.cmake |
Async SerDes protobuf STM32F4 project.
Build
Manual Build
$ cmake -S . -B build
$ cmake --build build
Auto Build
$./bld
The executables located in the bin directory
Programming
OpenOCD + st-link2 usage.
"tasks.json" in .vscode folder describes programming scenarios.