diff options
author | Joel Challis <git@zvecr.com> | 2021-08-18 00:04:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-18 00:04:15 +0100 |
commit | 4c9003b1779b7b404e3bb0ce103db683bd92bccb (patch) | |
tree | 7170b435e4456cb8ffc04b6b5abdd3e00cb63d15 /platforms/chibios/boards/IC_TEENSY_4_1 | |
parent | 4c4f632378867b5c3e61461333974f59170893c3 (diff) |
Move chibios board files to allow tmk_core platform migration (#13777)
* Move board files
* fix up after rebase
Diffstat (limited to 'platforms/chibios/boards/IC_TEENSY_4_1')
-rw-r--r-- | platforms/chibios/boards/IC_TEENSY_4_1/board/board.mk | 1 | ||||
-rw-r--r-- | platforms/chibios/boards/IC_TEENSY_4_1/rules.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/platforms/chibios/boards/IC_TEENSY_4_1/board/board.mk b/platforms/chibios/boards/IC_TEENSY_4_1/board/board.mk new file mode 100644 index 0000000000..bc242ac3c5 --- /dev/null +++ b/platforms/chibios/boards/IC_TEENSY_4_1/board/board.mk @@ -0,0 +1 @@ +include $(CHIBIOS_CONTRIB)/os/hal/boards/PJRC_TEENSY_4_1/board.mk diff --git a/platforms/chibios/boards/IC_TEENSY_4_1/rules.mk b/platforms/chibios/boards/IC_TEENSY_4_1/rules.mk new file mode 100644 index 0000000000..0c62d209c5 --- /dev/null +++ b/platforms/chibios/boards/IC_TEENSY_4_1/rules.mk @@ -0,0 +1 @@ +TEENSY_LOADER_CLI_MCU = imxrt1062 |