stm32_serDes_protobuf_project/README.md

14 lines
399 B
Markdown
Raw Permalink Normal View History

2024-06-12 13:43:08 +03:00
# Async SerDes protobuf STM32F4 project.
2024-04-11 21:53:16 +03:00
## Build
2024-06-12 13:46:12 +03:00
git clone --recurse-submodules https://git.sciprog.center/VMarkov/stm32_serDes_protobuf_project.git
2024-04-11 21:53:16 +03:00
### Manual Build
2024-04-11 21:56:15 +03:00
$ cmake -S . -B build
$ cmake --build build
2024-04-11 21:53:16 +03:00
### Auto Build
$./bld
The executables located in the bin directory
2024-06-12 13:43:08 +03:00
## Programming
OpenOCD + st-link2 usage.
"tasks.json" in .vscode folder describes programming scenarios.