summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/drivers/spi_master.c
Commit message (Collapse)AuthorAgeFilesLines
* Add HT32 support to core (#14388)bwisn2021-10-181-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tmk_core: temporary fix to allow HT32 based keyboards to work without patched ChibiOS-contrib (AnnePro2) * HT32: add spi support Add persistent led support with eeprom (#9) * adding HT32 support to chibios SPI master driver update spi driver, fix bad merging with master * HT32: fix formatting HT32: Fix formatting: tmk_core/protocol/chibios/usb_main.c Co-authored-by: Drashna Jaelre <drashna@live.com> * HT32: Apply suggestions from fauxpark's code review Co-authored-by: Ryan <fauxpark@gmail.com> * HT32: update spi driver * ht32: apply code review suggestions, remove old workaround Co-authored-by: tech2077 <tech2077@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Make ChibiOS PAL interactions less STM32 specific - Round 2 (#14456)Joel Challis2021-09-161-3/+3
|
* Refactor use of _STM32_ defines (#14439)Joel Challis2021-09-151-3/+3
|
* Relocate platform specific drivers (#13894)Joel Challis2021-08-171-0/+202
* Relocate platform specific drivers * Move stm eeprom * Tidy up slightly