13 lines
298 B
Markdown
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.
|