Update README.md

This commit is contained in:
VMarkov 2024-06-12 13:43:08 +03:00
parent b700725dc0
commit 3b07077b36

View File

@ -1,3 +1,4 @@
# Async SerDes protobuf STM32F4 project.
## Build
### Manual Build
$ cmake -S . -B build
@ -5,3 +6,7 @@
### Auto Build
$./bld
The executables located in the bin directory
## Programming
OpenOCD + st-link2 usage.
"tasks.json" in .vscode folder describes programming scenarios.