summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/boards/common/ld
Commit message (Collapse)AuthorAgeFilesLines
* Remove bootloader logic from `mcu_selection.mk` (#20150)Joel Challis2023-03-181-0/+88
| | | | | * Remove bootloader logic from mcu_selection.mk * Move MCU/BOOTLOADER to info.json
* Add f303 to tinyuf2 bootloader support (#19620)Joel Challis2023-01-181-0/+88
|
* Add mmoskal/uf2-stm32f103 bootloader support (#19594)Joel Challis2023-01-151-0/+88
|
* RP2040 emulated EEPROM. (#17519)Nick Brassel2022-07-022-0/+163
|
* Add non blackpill F4x1 config files (#16600)Joel Challis2022-04-064-0/+354
| | | | | | | | | | | * Add non blackpill F4x1 config files * Move ld files * Remove f401 i2c bodges * more bodge? * Update to recommended defaults
* Enable eeprom with F401xE ld (#14752)Dasky2021-10-081-0/+85
|
* Initial pass of F405 support (#14584)Joel Challis2021-09-251-0/+86
| | | | | | | | | * Initial pass of F405 support * remove some conf files * docs * clang
* Implement F4 eeprom (#14195)Joel Challis2021-09-152-0/+170
|
* Move chibios board files to allow tmk_core platform migration (#13777)Joel Challis2021-08-182-0/+190
* Move board files * fix up after rebase