0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2025-04-17 04:35:41 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
bwisn
7e3ff206b8
Add HT32 support to core ()
* 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 ()

* 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>
2021-10-18 16:17:29 +11:00
Joel Challis
84dba25533
Make ChibiOS PAL interactions less STM32 specific - Round 2 () 2021-09-16 08:18:58 +10:00
Joel Challis
a78f0e8a0b
Refactor use of _STM32_ defines () 2021-09-15 11:19:51 +10:00
Joel Challis
1bb7af4d44
Relocate platform specific drivers ()
* Relocate platform specific drivers

* Move stm eeprom

* Tidy up slightly
2021-08-17 23:43:09 +01:00