stm32f4-uart-bootloader

Simple UART bootloader for STM32F4 MCU's
git clone git://git.mdnr.space/stm32f4-uart-bootloader
Log | Files | Refs | Submodules | README | LICENSE

commit 94ffe597449f64486ea656508e1c71b222798a9e
parent 747444f0e8f5bb21aa652f2bc4a56f671b2d6994
Author: mehdi-norouzi <mehdeenoroozi@gmail.com>
Date:   Mon, 24 Feb 2025 01:11:48 +0330

add tag format to readme

Diffstat:
MREADME.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -13,6 +13,8 @@ cp configs/FreeRTOSConfig.h src/app/freertos/include/ make ``` The versioning of the build output is done automatically based on the latest tag and commit hash. +(tag format must be `v<MAJOR>.<MINOR>`, e.g. `v0.1`) + ## Memory layout Currently the flash memory of the MCU is divided as below: