Skip to content

Commit e8269a3

Browse files
committed
add feature overrides for new example
1 parent 0acd636 commit e8269a3

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
@@ -215,6 +215,10 @@ required-features = ["rt", "stm32h747cm7", "ethernet"]
215215
name = "ethernet-rtic-stm32h735g-dk"
216216
required-features = ["rt", "stm32h735", "ethernet"]
217217

218+
[[example]]
219+
name = "ethernet-rtic-nucleo-h723zg"
220+
required-features = ["rt", "stm32h735", "ethernet"]
221+
218222
[[example]]
219223
name = "ethernet-nucleo-h743zi2"
220224
required-features = ["rt", "revision_v", "stm32h743v", "ethernet"]

0 commit comments

Comments
 (0)