Skip to content

Commit 769f23b

Browse files
committed
Restrict blinky example to STM32H503
This blinky example was built for the NUCLEO-H503RB, so restrict it to the H503 for now.
1 parent ea54f19 commit 769f23b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ codegen-units = 1 # better optimizations
6969
debug = true # symbols are nice and they don't increase the size in flash
7070
lto = true # better optimizations
7171
opt-level = "s" # optimize for binary size
72+
73+
[[example]]
74+
name = "blinky"
75+
required-features = ["stm32h503"]

0 commit comments

Comments
 (0)