stm32h7: Add ethernet example

This commit is contained in:
Thales Fragoso
2021-06-15 18:52:43 -03:00
committed by Dario Nieuwenhuis
parent 77546825a1
commit 098ce6e740
6 changed files with 216 additions and 3 deletions

View 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)