mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
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:
parent
1a1237690c
commit
6f6a56387c
7 changed files with 709 additions and 0 deletions
5
examples/stm32f1_bluepill_blinky/memory.x
Normal file
5
examples/stm32f1_bluepill_blinky/memory.x
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
MEMORY
|
||||
{
|
||||
FLASH : ORIGIN = 0x08000000, LENGTH = 64K
|
||||
RAM : ORIGIN = 0x20000000, LENGTH = 20K
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue