support musl libc on nuttx and add test case

This commit is contained in:
wgzAIIT
2022-11-08 13:57:46 +08:00
parent 51ebd8f604
commit b5e08c5d43
7 changed files with 203 additions and 0 deletions
@@ -14,6 +14,10 @@ ifeq ($(CONFIG_ADD_NUTTX_FETURES),y)
CSRCS += test_touch.c
endif
ifeq ($(CONFIG_MUSL_LIBC),y)
CSRCS += test_musl.c
endif
include $(APPDIR)/Application.mk
endif