# User Test #------------------------------------------ # Uncomment this to (try to) use the flash #PLPBRIDGE_FLAGS += -f -hyper 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 # For RTOS Jenkins test, it will never finished so add a jenkins test Flag to exit(). # MBED_FLAGS +=-DJENKINS_TEST_FLAG=1 # RTL Simulation #------------------------------------------ # recordWlf=YES # vsimDo="-do ~/wave_uart.do" include $(GAP_SDK_HOME)/tools/rules/mbed_rules.mk