From 3b07077b365bf55e0d8624fccda910c06aa05c45 Mon Sep 17 00:00:00 2001 From: VMarkov Date: Wed, 12 Jun 2024 13:43:08 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e6f126c..cd61aa8 100644 --- a/README.md +++ b/README.md @@ -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.