summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/chibios/syscall-fallbacks.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixup declaration for _kill, add other missing syscalls, populate errno. ↵Nick Brassel2021-01-191-36/+49
| | | | (#11608)
* Add syscall fallbacks to ChibiOS builds (#11573)Nick Brassel2021-01-181-0/+91
* Add fallback syscalls to ChibiOS builds that are present but able to be overridden as appropriate. * Modified location to be ChibiOS-specific.