Skip to content

Commit

Permalink
Add Monotonic for i.MX RT chip family
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Nov 3, 2023
1 parent 9f0ab21 commit d5c5ce7
Show file tree
Hide file tree
Showing 13 changed files with 1,251 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
- name: Configure rust target (v6, v7)
run: |
rustup target add thumbv7em-none-eabihf
rustup target add thumbv7m-none-eabi
rustup target add thumbv6m-none-eabi
rustup component add rust-src
Expand Down
6 changes: 6 additions & 0 deletions examples/teensy4_blinky/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d5c5ce7

Please sign in to comment.