File tree Expand file tree Collapse file tree
examples/build_system/make/cpu Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ifeq ($(TOOLCHAIN ) ,gcc)
2+ # nothing to add
3+ else ifeq ($(TOOLCHAIN),iar)
4+ # nothing to add
5+ endif
6+
7+ # For freeRTOS port source
8+ FREERTOS_PORTABLE_SRC ?= $(FREERTOS_PORTABLE_PATH ) /GCC_MSP430F449
Original file line number Diff line number Diff line change 1+ CFLAGS += \
2+ -D__MSP430F5529__ \
3+
4+ LD_FILE = ${SDK_DIR}/msp430f5529.ld
Original file line number Diff line number Diff line change @@ -4,14 +4,13 @@ SKIP_NANOLIB = 1
44
55SDK_DIR = hw/mcu/ti/msp430/msp430-gcc-support-files/include
66
7+ include $(TOP ) /$(BOARD_PATH ) /board.mk
8+
79CFLAGS += \
8- -D__MSP430F5529__ \
910 -DCFG_TUSB_MCU=OPT_MCU_MSP430x5xx \
1011 -DCFG_EXAMPLE_MSC_READONLY \
1112 -DCFG_TUD_ENDPOINT0_SIZE=8
1213
13- # All source paths should be relative to the top level.
14- LD_FILE = ${SDK_DIR}/msp430f5529.ld
1514LDFLAGS += -L${TOP}/${SDK_DIR}
1615
1716SRC_C += src/portable/ti/msp430x5xx/dcd_msp430x5xx.c
You can’t perform that action at this time.
0 commit comments