aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/boards/GENERIC_STM32_F072XB/cfg/board.chcfg
Commit message (Collapse)AuthorAgeFilesLines
* Initial work for consolidation of ChibiOS platform files (#8327)Nick Brassel2020-08-291-703/+0
| | | | | | | | | | | | | | | | | * Initial work for consolidation of board files and default ChibiOS configs. * Migrate F401/F411 black pills for testing. * Add early init bootloader jump flag. * Add support for I2C in order to use i2c_scanner keymap. * Add F401/F411 HSE bypass to get things booting. * Exempt "hooked" ChibiOS conf files from updater script. * Fix up ordering for bootloader_defs file check. * Match previous $(KEYBOARD_PATHS) value for Proton-C, updated for all board configs.
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-291-1/+1
|
* Fix RESET keycode on some STM32F072 keyboards (#8134)Joel Challis2020-02-131-0/+703
* Add f072 board files with 'enter_bootloader_mode_if_requested' support * rename default f072 board file to GENERIC_STM32_F072XB * Remove board files * Add bootloader def * Update generic f072 board paths * Revert wrong deletion