Makefile 679 Bytes
Newer Older
1 2
# User Test
#------------------------------------------
3 4 5 6

# Uncomment this to (try to) use the flash
#PLPBRIDGE_FLAGS +=  -f -hyper

7 8 9 10 11 12 13 14
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
15

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

19 20 21 22
# RTL Simulation
#------------------------------------------
# recordWlf=YES
# vsimDo="-do ~/wave_uart.do"
23

24

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