Makefile 602 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
# User Test
#------------------------------------------
INC 						+= 		include/
VPATH 					=			src/
TEST_CXX        = 		main.cpp 
TEST_C 					= 		uartp.c \
											$(SRC_FILES)
# If you do not want to use RTOS, comment it.
# If you want use RTOS then uncomment it.
# MBED_FLAGS     += -DMBED_CONF_RTOS_PRESENT=1
11

12 13
# For RTOS Jenkins test, it will never finished so add a jenkins test Flag to exit().
# MBED_FLAGS     +=-DJENKINS_TEST_FLAG=1
14

15 16 17 18
# RTL Simulation
#------------------------------------------
# recordWlf=YES
# vsimDo="-do ~/wave_uart.do"
19

20
include $(GAP_SDK_HOME)/tools/rules/mbed_rules.mk