Support sleep

This commit is contained in:
tuyuyang
2024-08-25 23:29:34 +08:00
parent 6ae8b6e160
commit 968d66e5a9
13 changed files with 123 additions and 5 deletions
@@ -1,6 +1,7 @@
SRC_FILES := syscall.c \
sys_spawn.c \
sys_thread.c \
sys_sleep.c \
sys_yield.c \
sys_register_as_server.c \
sys_connect_session.c \