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
..
_timer.h Avoid 8-bit timer overflows in debounce algorithms (#12240) 5 years ago
_wait.c Support using a timer for wait_us() on ChibiOS-based boards (#12211) 4 years ago
_wait.h Refactor use of STM32_SYSCLK (#14430) 4 years ago
atomic_util.h Split gpio and atomic to platform (#11792) 5 years ago
bootloader.c [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) 4 years ago
chibios_config.h [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) 4 years ago
eeprom_stm32.c Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433) 4 years ago
eeprom_stm32.h eeprom_stm32: implement high density wear leveling (#12567) 4 years ago
eeprom_stm32_defs.h [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) 4 years ago
eeprom_teensy.c Fix for gcc10 teensy_lc eeprom build warning (#12587) 5 years ago
flash_stm32.c [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) 4 years ago
flash_stm32.h cherry pick tidy up (#14244) 4 years ago
gd32v_compatibility.h [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) 4 years ago
gpio.h Add readPort() and some API to 'tmk_core/common/*/gpio.h' (#12754) 5 years ago
pin_defs.h 2021 May 29 Breaking Changes Update (#13034) 5 years ago
platform.c Begin to carve out platform/protocol API - Single main loop (#13843) 4 years ago
platform_deps.h Avoid name conflicts with usb_hid Arduino code (#13870) 4 years ago
sleep_led.c 2021 May 29 Breaking Changes Update (#13034) 5 years ago
suspend.c Add Support for USB programmable buttons (#12950) 4 years ago
syscall-fallbacks.c [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) 4 years ago
timer.c
wait.c Support using a timer for wait_us() on ChibiOS-based boards (#12211) 4 years ago