summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/boards/GENERIC_STM32_G431XB
Commit message (Collapse)AuthorAgeFilesLines
* ChibiOS 21.11.1 update. (#16251)Nick Brassel2022-03-071-2/+18
| | | | | | | | | | | | | | | * ChibiOS 21.11.1 update. * `uf2-tinyuf2` => `tinyuf2` * Updated chibios-contrib, fixup preprocessor for tinyuf2 bootloader. * Fixup keychron L433 boards. * Makefile cleanup. * RISC-V build fixes. * Fixup RISC-V build.
* Fixes for bootloader refactor build failures (#15638)Ryan2022-01-061-23/+0
|
* Update to ChibiOS 20.3.4, support builds against trunk (#14208)Nick Brassel2021-11-031-0/+15
| | | | | | | | | | | | | | | | | | | * 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-183-0/+339
* Move board files * fix up after rebase