You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stefan Kerkmann e50867d52d
[Core] Add support for RISC-V builds and GD32VF103 MCU (#12508)
* Add support for RISC-V builds and GD32VF103 MCU

* Add toolchain selection in chibios.mk based on the mcu selected in
mcu_selection.mk
* Reorder and added comments to chibios.mk to have a streamlined makefile
* Add GD32VF103 mcu to possible targets for QMK.
* Add STM32 compatibility for GD32VF103 MCU, this is hacky but more efficent
  then rewriting every driver.
* Add GigaDevice DFU bootloader as flash target, please note that
  dfu-util of at least version 0.10 is needed.
* Add analog driver compatibility
* Add apa102 bitbang driver compatibility
* Add ws2812 bitbang driver compatibility
* Add eeprom in flash emulation compatibility
* Allow faster re-builds with ccache

* Add SiPeed Longan Nano to platform files

* Add SiPeed Longan Nano Onekeys

* Make quine compatible with other bootloaders

* Support builds with picolibc

* Add risc-v toolchain to arch and debian/ubuntu scripts
4 years ago
..
arm_atsam massdrop alt/ctrl: support saving into nvm (#6068) 4 years ago
avr Move feature suspend logic out of platform specific code (#14210) 4 years ago
chibios [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) 4 years ago
test Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433) 4 years ago
atomic_util.h
bootloader.h
eeprom.h
gpio.h
host.c Add Support for USB programmable buttons (#12950) 4 years ago
host.h Add Support for USB programmable buttons (#12950) 4 years ago
host_driver.h Add Support for USB programmable buttons (#12950) 4 years ago
pin_defs.h
progmem.h __flash? (#13799) 4 years ago
raw_hid.h
report.c [Core] Fix "6kro enable" and clarify naming (#14563) 4 years ago
report.h Add Support for USB programmable buttons (#12950) 4 years ago
sleep_led.h
suspend.h Move feature suspend logic out of platform specific code (#14210) 4 years ago
sync_timer.c Remove SERIAL_LINK feature (#14727) 4 years ago
sync_timer.h Remove SERIAL_LINK feature (#14727) 4 years ago
timer.h Merge remote-tracking branch 'upstream/master' into develop 4 years ago
usb_util.c Avoid LTO conficts on arm_atsam (#13676) 4 years ago
usb_util.h Avoid LTO conficts on arm_atsam (#13676) 4 years ago
virtser.h
wait.h