Using posix thread implementation for NuttX (#462)

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>

Co-authored-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi
2020-12-07 21:15:41 +08:00
committed by GitHub
parent 388530c738
commit b75224ce03
4 changed files with 5 additions and 92 deletions

View File

@ -153,7 +153,8 @@ CFLAGS += -I${IWASM_ROOT}/interpreter
endif
CSRCS += nuttx_platform.c \
nuttx_thread.c \
posix_thread.c \
posix_time.c \
mem_alloc.c \
ems_kfc.c \
ems_alloc.c \
@ -176,6 +177,7 @@ CSRCS += nuttx_platform.c \
ASRCS += ${INVOKE_NATIVE}
VPATH += ${SHARED_ROOT}/platform/nuttx
VPATH += ${SHARED_ROOT}/platform/common/posix
VPATH += ${SHARED_ROOT}/mem-alloc
VPATH += ${SHARED_ROOT}/mem-alloc/ems
VPATH += ${SHARED_ROOT}/utils