stm32: Add F0 example
This commit is contained in:
10
examples/stm32f0/.cargo/config.toml
Normal file
10
examples/stm32f0/.cargo/config.toml
Normal file
@ -0,0 +1,10 @@
|
||||
[target.thumbv6m-none-eabi]
|
||||
runner = 'probe-run --chip STM32F030F4Px'
|
||||
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 = "thumbv6m-none-eabi"
|
Reference in New Issue
Block a user