ardix/include/arch-generic
fef 7e6dbad05f
sched: complete rework of context switching
The old strategy was to only do context switching
from within the PendSV handler.  This worked fine
until now because all syscalls were handled either
atomically or just returned -EAGAIN if the
resource was locked or busy.  However, with the
introduction of I/O wait, we need to be able to
sleep directly from within the kernel by moving
the context switching completely into the kernel.
2021-08-08 20:48:55 +02:00
..
do_switch.h sched: complete rework of context switching 2021-08-08 20:48:55 +02:00
hardware.h build: migrate to CMake 2021-07-31 19:39:51 +02:00
sched.h arch: use CMSIS after all 2021-08-07 14:30:09 +02:00
serial.h build: migrate to CMake 2021-07-31 19:39:51 +02:00
syscall.h syscall: refactor names 2021-08-05 16:15:35 +02:00
watchdog.h build: migrate to CMake 2021-07-31 19:39:51 +02:00