summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/boards
Commit message (Collapse)AuthorAgeFilesLines
* Initial pass of F405 support (#14584)Joel Challis2021-09-255-0/+501
| | | | | | | | | * Initial pass of F405 support * remove some conf files * docs * clang
* Add i2c defaults for Convert to Proton C (#14470)Drashna Jaelre2021-09-161-0/+9
| | | | | * Add i2c defaults for Convert to Proton C * Hide default defines behing CTPC check
* Implement F4 eeprom (#14195)Joel Challis2021-09-152-0/+170
|
* Move to correct location (#14171)Joel Challis2021-08-262-0/+176
|
* Move chibios board files to allow tmk_core platform migration (#13777)Joel Challis2021-08-1878-0/+9252
* Move board files * fix up after rebase