mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-01-18 07:09:02 +01:00
6f6a56387c
Code taken from stm32f3_blinky example with LED port adapted to bluepill board. Port initialization and README from v1 rtic-examples with slight edits.
8 lines
100 B
TOML
8 lines
100 B
TOML
[default.general]
|
|
chip = "stm32f103c8"
|
|
|
|
[default.rtt]
|
|
enabled = true
|
|
|
|
[default.gdb]
|
|
enabled = false
|