summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/boards/BLACKPILL_STM32_F411
Commit message (Collapse)AuthorAgeFilesLines
* Fixup ChibiOS header inclusion search ordering. (#19623)Nick Brassel2023-01-191-1/+1
| | | | | | | | * Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
* Fixup EFL and F4's sector selection. (#19221)Nick Brassel2022-12-021-2/+12
|
* Add non blackpill F4x1 config files (#16600)Joel Challis2022-04-062-178/+0
| | | | | | | | | | | * Add non blackpill F4x1 config files * Move ld files * Remove f401 i2c bodges * more bodge? * Update to recommended defaults
* Fixes for bootloader refactor build failures (#15638)Ryan2022-01-061-5/+0
|
* Update to ChibiOS 20.3.4, support builds against trunk (#14208)Nick Brassel2021-11-031-33/+32
| | | | | | | | | | | | | | | | | | | * Add support for building against ChibiOS svn/trunk. * Swap to 21.6.x * Update to latest branch revision as released version is broken. * Updated configs. * Conf updates. * Updated ChibiOS * Convert STM32L422 to actual L422 ChibiOS platform. * Downgrade to 20.3.4 as ChibiOS 21.6.x is being aborted. * Rollback L422-based boards.
* Move chibios board files to allow tmk_core platform migration (#13777)Joel Challis2021-08-187-0/+495
* Move board files * fix up after rebase