diff options
Diffstat (limited to 'examples/stm32f411_rtc_interrupt/.cargo/config.toml')
-rw-r--r-- | examples/stm32f411_rtc_interrupt/.cargo/config.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/stm32f411_rtc_interrupt/.cargo/config.toml b/examples/stm32f411_rtc_interrupt/.cargo/config.toml new file mode 100644 index 00000000..806f2ee9 --- /dev/null +++ b/examples/stm32f411_rtc_interrupt/.cargo/config.toml @@ -0,0 +1,14 @@ +[target.thumbv7em-none-eabihf] + +runner = "probe-rs run --chip STM32F411CEUx" + +rustflags = [ + "-C", "link-arg=-Tlink.x", + "-C", "link-arg=-Tdefmt.x", +] + +[build] +target = "thumbv7em-none-eabihf" + +[env] +DEFMT_LOG = "debug"
\ No newline at end of file |