From 6f6a56387c22b8a4c5d526d407e2249a7ef7a538 Mon Sep 17 00:00:00 2001 From: rnld wbr Date: Wed, 15 Jan 2025 20:11:27 +0100 Subject: 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. --- examples/stm32f1_bluepill_blinky/Embed.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/stm32f1_bluepill_blinky/Embed.toml (limited to 'examples/stm32f1_bluepill_blinky/Embed.toml') diff --git a/examples/stm32f1_bluepill_blinky/Embed.toml b/examples/stm32f1_bluepill_blinky/Embed.toml new file mode 100644 index 0000000..89c6ebe --- /dev/null +++ b/examples/stm32f1_bluepill_blinky/Embed.toml @@ -0,0 +1,8 @@ +[default.general] +chip = "stm32f103c8" + +[default.rtt] +enabled = true + +[default.gdb] +enabled = false -- cgit v1.2.3