summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/syscall-fallbacks.c
Commit message (Collapse)AuthorAgeFilesLines
* Format code according to conventions (#16322)QMK Bot2022-02-121-2/+6
|
* [Core] RISC-V toolchain and picolibc fixes (#15109)Stefan Kerkmann2021-11-201-0/+1
| | | | | | | | | | | | | | | | | * [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.
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-191-0/+110