mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
Add RTC interrupt example for stm32f411 (#853)
* Add RTC example for stm32f411 * Remove svd file --------- Co-authored-by: Milton Eduardo Sosa <milton.eduardo.sosa@gmail.com, milton@switch-ev.com>
This commit is contained in:
parent
21191e1b23
commit
207f7dba48
7 changed files with 936 additions and 0 deletions
14
examples/stm32f411_rtc_interrupt/.cargo/config.toml
Normal file
14
examples/stm32f411_rtc_interrupt/.cargo/config.toml
Normal file
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue