]> git.donarmstrong.com Git - qmk_firmware.git/commit
Move ChibiOS test board and ld
authorFred Sundvik <fsundvik@gmail.com>
Tue, 5 Jul 2016 12:34:35 +0000 (15:34 +0300)
committerFred Sundvik <fsundvik@gmail.com>
Tue, 5 Jul 2016 12:34:35 +0000 (15:34 +0300)
commit0a040a89e8a16ea1ebfef20cdc05f96b312cc853
tree482bef20ba978b24d26be839c5ec5bd59d318fca
parentb11657d1c8a3360779b6b412806d89ca3175fc5f
Move ChibiOS test board and ld

Move the ChibiOS test subproject board and ld files to the kebyoard
folder, so that the build system can find them
14 files changed:
keyboards/chibios_test/boards/GENERIC_STM32_F103/board.c [new file with mode: 0644]
keyboards/chibios_test/boards/GENERIC_STM32_F103/board.h [new file with mode: 0644]
keyboards/chibios_test/boards/GENERIC_STM32_F103/board.mk [new file with mode: 0644]
keyboards/chibios_test/boards/GENERIC_STM32_F103/mini_stm32_mapping.png [new file with mode: 0644]
keyboards/chibios_test/boards/maple_mini_mapping.png [new file with mode: 0644]
keyboards/chibios_test/ld/MKL26Z64.ld [new file with mode: 0644]
keyboards/chibios_test/ld/STM32F103x8_stm32duino_bootloader.ld [new file with mode: 0644]
keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.c [deleted file]
keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.h [deleted file]
keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/board.mk [deleted file]
keyboards/chibios_test/stm32_f103_onekey/boards/GENERIC_STM32_F103/mini_stm32_mapping.png [deleted file]
keyboards/chibios_test/stm32_f103_onekey/boards/maple_mini_mapping.png [deleted file]
keyboards/chibios_test/stm32_f103_onekey/ld/STM32F103x8_stm32duino_bootloader.ld [deleted file]
keyboards/chibios_test/teensy_lc_onekey/ld/MKL26Z64.ld [deleted file]