rtic/examples/stm32f1_bluepill_blinky/Embed.toml
Ronald Weber 133dd1883b Add blinky example for STM32F1 bluepill board
Code taken from stm32f3_blinky example with LED port adapted to bluepill
board.
Port initialization and README from v1 rtic-examples with slight edits.
2024-12-23 19:13:51 +01:00

8 lines
100 B
TOML

[default.general]
chip = "stm32f103c8"
[default.rtt]
enabled = true
[default.gdb]
enabled = false