summaryrefslogtreecommitdiff
path: root/tmk_core/common/chibios/syscall-fallbacks.c
AgeCommit message (Collapse)Author
2021-01-19Fixup declaration for _kill, add other missing syscalls, populate errno. ↵Nick Brassel
(#11608)
2021-01-18Add syscall fallbacks to ChibiOS builds (#11573)Nick Brassel
* Add fallback syscalls to ChibiOS builds that are present but able to be overridden as appropriate. * Modified location to be ChibiOS-specific.