aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/chibios_test/boards/ST_STM32F072B_DISCOVERY/board.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicate test keyboards (#6539)Joel Challis2019-08-151-111/+0
| | | | | | * Remove test keyboards now onekey and splittest have been extended * Add f072 for testing
* Chibios_test/stm32_f072_onekey: Add support for reset to bootloader (#4238)TerryMathews2018-12-251-0/+111
* 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