summaryrefslogtreecommitdiff
path: root/platforms/chibios/boards/common
AgeCommit message (Collapse)Author
2023-03-18Remove bootloader logic from `mcu_selection.mk` (#20150)Joel Challis
* Remove bootloader logic from mcu_selection.mk * Move MCU/BOOTLOADER to info.json
2023-01-18Add f303 to tinyuf2 bootloader support (#19620)Joel Challis
2023-01-15Add mmoskal/uf2-stm32f103 bootloader support (#19594)Joel Challis
2023-01-12Update ChibiOS[-Contrib], SIO driver, configs (#17915)Stefan Kerkmann
Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-07-02RP2040 emulated EEPROM. (#17519)Nick Brassel
2022-04-06Add non blackpill F4x1 config files (#16600)Joel Challis
* Add non blackpill F4x1 config files * Move ld files * Remove f401 i2c bodges * more bodge? * Update to recommended defaults
2022-03-07ChibiOS 21.11.1 update. (#16251)Nick Brassel
* 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.
2021-11-03Update to ChibiOS 20.3.4, support builds against trunk (#14208)Nick Brassel
* 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.
2021-10-08Enable eeprom with F401xE ld (#14752)Dasky
2021-09-25Initial pass of F405 support (#14584)Joel Challis
* Initial pass of F405 support * remove some conf files * docs * clang
2021-09-15Implement F4 eeprom (#14195)Joel Challis
2021-08-18Move chibios board files to allow tmk_core platform migration (#13777)Joel Challis
* Move board files * fix up after rebase