diff options
| author | Finomnis <finomnis@gmail.com> | 2023-11-01 12:13:25 +0100 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2023-11-08 19:43:09 +0000 |
| commit | 2fd3b3c4042dd7bffc5387f589a6aef3cf44a8cb (patch) | |
| tree | 255b2fa14a3b1e98e5be52ffb7240d91121cf2c1 /examples/teensy4_blinky/.cargo | |
| parent | a7f81262f631d19762cca1fd59c3ed2d8ad12d91 (diff) | |
Add Monotonic for i.MX RT chip family
Diffstat (limited to 'examples/teensy4_blinky/.cargo')
| -rw-r--r-- | examples/teensy4_blinky/.cargo/config.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/teensy4_blinky/.cargo/config.toml b/examples/teensy4_blinky/.cargo/config.toml new file mode 100644 index 0000000..7ab43ea --- /dev/null +++ b/examples/teensy4_blinky/.cargo/config.toml @@ -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 |
