stm32_serDes_protobuf_project/README.md
2024-06-12 13:43:08 +03:00

13 lines
298 B
Markdown

# 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.