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.
* [Core] Fix RISC-V toolchain installation The risc-v toolchain is only available on distributions based on Debian 11+ so we check for their availability before installing them. * [Core] Fix heap symbols and syscalls for picolibc picolibc internally uses __heap_start and __heap_end instead of the defacto chibios linker script standard __heap_base__ and __heap_end__ therefore we introduce these symbols as an alias. Usually all memory used within QMK is statically allocated, but some algorithms make usage of malloc and friends. Also the timeval struct is not defined by picolibc for syscalls, therefore it is declared as stub. |
4 years ago | |
|---|---|---|
| .. | ||
| arm_atsam | 4 years ago | |
| avr | 4 years ago | |
| chibios | 4 years ago | |
| test | 4 years ago | |
| atomic_util.h | 4 years ago | |
| bootloader.h | 4 years ago | |
| common.mk | 4 years ago | |
| eeprom.h | 4 years ago | |
| gpio.h | 4 years ago | |
| pin_defs.h | 4 years ago | |
| progmem.h | 4 years ago | |
| sleep_led.h | 4 years ago | |
| suspend.h | 4 years ago | |
| timer.h | 4 years ago | |
| wait.h | 4 years ago | |