Add eCos/Cortex RTOS support
This commit is contained in:
committed by
Øyvind Harboe
parent
6d6837f988
commit
a57daf23db
@@ -23,7 +23,7 @@ include $(top_srcdir)/common.mk
|
||||
METASOURCES = AUTO
|
||||
noinst_LTLIBRARIES = librtos.la
|
||||
noinst_HEADERS = rtos.h
|
||||
librtos_la_SOURCES = rtos.c rtos_standard_stackings.c FreeRTOS.c ThreadX.c
|
||||
librtos_la_SOURCES = rtos.c rtos_standard_stackings.c rtos_ecos_stackings.c FreeRTOS.c ThreadX.c eCos.c
|
||||
|
||||
|
||||
librtos_la_CFLAGS =
|
||||
|
||||
Reference in New Issue
Block a user