stm32h7: Add ethernet example
This commit is contained in:
committed by
Dario Nieuwenhuis
parent
77546825a1
commit
098ce6e740
10
examples/stm32h7/.cargo/config
Normal file
10
examples/stm32h7/.cargo/config
Normal file
@ -0,0 +1,10 @@
|
||||
[target.thumbv7em-none-eabihf]
|
||||
runner = 'probe-run --chip STM32H743ZITx'
|
||||
rustflags = [
|
||||
# LLD (shipped with the Rust toolchain) is used as the default linker
|
||||
"-C", "link-arg=-Tlink.x",
|
||||
"-C", "link-arg=-Tdefmt.x",
|
||||
]
|
||||
|
||||
[build]
|
||||
target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
|
Reference in New Issue
Block a user