update msp430 make build
This commit is contained in:
8
examples/build_system/make/cpu/msp430.mk
Normal file
8
examples/build_system/make/cpu/msp430.mk
Normal file
@@ -0,0 +1,8 @@
|
||||
ifeq ($(TOOLCHAIN),gcc)
|
||||
# nothing to add
|
||||
else ifeq ($(TOOLCHAIN),iar)
|
||||
# nothing to add
|
||||
endif
|
||||
|
||||
# For freeRTOS port source
|
||||
FREERTOS_PORTABLE_SRC ?= $(FREERTOS_PORTABLE_PATH)/GCC_MSP430F449
|
Reference in New Issue
Block a user