mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 05:45:19 +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
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue