diff options
author | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2021-06-16 20:15:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 04:15:45 +1000 |
commit | 9956ff4e031b33c5e1fe1ff6ee44885f1080d966 (patch) | |
tree | 1bfccedbcc8cad5a756286fbbd6362cb928614c0 /platforms/chibios/IC_TEENSY_4_1/rules.mk | |
parent | d59f8d1c022234140a94c643f4b78bf5487d39f7 (diff) |
core: wire up flash make target for Teensy 4.x (#13077)
related to https://github.com/kinx-project/kint/issues/5
Diffstat (limited to 'platforms/chibios/IC_TEENSY_4_1/rules.mk')
-rw-r--r-- | platforms/chibios/IC_TEENSY_4_1/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/chibios/IC_TEENSY_4_1/rules.mk b/platforms/chibios/IC_TEENSY_4_1/rules.mk new file mode 100644 index 0000000000..0c62d209c5 --- /dev/null +++ b/platforms/chibios/IC_TEENSY_4_1/rules.mk @@ -0,0 +1 @@ +TEENSY_LOADER_CLI_MCU = imxrt1062 |