Add blinky example for STM32F1 bluepill board (#1007)

Code taken from stm32f3_blinky example with LED port adapted to bluepill
board.
Port initialization and README from v1 rtic-examples with slight edits.
This commit is contained in:
rnld wbr 2025-01-15 20:11:27 +01:00 committed by GitHub
parent 1a1237690c
commit 6f6a56387c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 709 additions and 0 deletions

View file

@ -0,0 +1,5 @@
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 64K
RAM : ORIGIN = 0x20000000, LENGTH = 20K
}