summaryrefslogtreecommitdiffstats
path: root/keyboards/chibios_test/boards
AgeCommit message (Collapse)AuthorFilesLines
2018-12-25Chibios_test/stm32_f072_onekey: Add support for reset to bootloader (#4238)TerryMathews3-0/+1039
* Add support for reset to bootloader Chibios_test/STM32_F072_ONEKEY wouldn't reset to bootloader on a compatible Discovery board because the Chibios library board file was lacking the __early_init(void) function necessary to read the magic key. Borrowed code from Clueboard 60, tested working. * Remove board.chcfg
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert1-2/+2
* redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
2016-08-27Normalize line endingsFred Sundvik3-220/+220
2016-07-05Move ChibiOS test board and ldFred Sundvik5-0/+220
Move the ChibiOS test subproject board and ld files to the kebyoard folder, so that the build system can find them