Support Userland semaphore server

This commit is contained in:
TXuian
2024-05-20 14:29:22 +08:00
parent 29f1df2eea
commit f4e193a738
21 changed files with 313 additions and 34 deletions
@@ -24,7 +24,7 @@ INC_DIR = -I$(KERNEL_ROOT)/services/app \
-I$(KERNEL_ROOT)/services/boards/$(BOARD)
all: shell_cmd_list.o shell_ext.o shell.o
@mv $^ ../../app
@mv $^ $(KERNEL_ROOT)/services/app
shell_cmd_list.o: shell_cmd_list.c
@echo "cc shell_cmd_list"
@@ -17,7 +17,7 @@
#include "shell_cfg.h"
#include "shell_ext.h"
#include "libfs_to_client.h"
#include "libfs.h"
#include "libipc.h"
#if SHELL_USING_CMD_EXPORT == 1