mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +01:00
Add Monotonic for i.MX RT chip family
This commit is contained in:
parent
a7f81262f6
commit
2fd3b3c404
13 changed files with 1251 additions and 1 deletions
6
examples/teensy4_blinky/.cargo/config.toml
Normal file
6
examples/teensy4_blinky/.cargo/config.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[target.thumbv7em-none-eabihf]
|
||||
runner = "python3 run.py"
|
||||
rustflags = ["-C", "link-arg=-Tt4link.x"]
|
||||
|
||||
[build]
|
||||
target = "thumbv7em-none-eabihf" # Teensy 4
|
||||
Loading…
Add table
Add a link
Reference in a new issue