mirror of
https://github.com/hathach/tinyusb.git
synced 2025-05-09 07:11:16 +08:00
update msp430 make build
This commit is contained in:
parent
9561e38267
commit
afb66a955c
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
|
4
hw/bsp/msp430/boards/msp_exp430f5529lp/board.mk
Normal file
4
hw/bsp/msp430/boards/msp_exp430f5529lp/board.mk
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
CFLAGS += \
|
||||||
|
-D__MSP430F5529__ \
|
||||||
|
|
||||||
|
LD_FILE = ${SDK_DIR}/msp430f5529.ld
|
@ -4,14 +4,13 @@ SKIP_NANOLIB = 1
|
|||||||
|
|
||||||
SDK_DIR = hw/mcu/ti/msp430/msp430-gcc-support-files/include
|
SDK_DIR = hw/mcu/ti/msp430/msp430-gcc-support-files/include
|
||||||
|
|
||||||
|
include $(TOP)/$(BOARD_PATH)/board.mk
|
||||||
|
|
||||||
CFLAGS += \
|
CFLAGS += \
|
||||||
-D__MSP430F5529__ \
|
|
||||||
-DCFG_TUSB_MCU=OPT_MCU_MSP430x5xx \
|
-DCFG_TUSB_MCU=OPT_MCU_MSP430x5xx \
|
||||||
-DCFG_EXAMPLE_MSC_READONLY \
|
-DCFG_EXAMPLE_MSC_READONLY \
|
||||||
-DCFG_TUD_ENDPOINT0_SIZE=8
|
-DCFG_TUD_ENDPOINT0_SIZE=8
|
||||||
|
|
||||||
# All source paths should be relative to the top level.
|
|
||||||
LD_FILE = ${SDK_DIR}/msp430f5529.ld
|
|
||||||
LDFLAGS += -L${TOP}/${SDK_DIR}
|
LDFLAGS += -L${TOP}/${SDK_DIR}
|
||||||
|
|
||||||
SRC_C += src/portable/ti/msp430x5xx/dcd_msp430x5xx.c
|
SRC_C += src/portable/ti/msp430x5xx/dcd_msp430x5xx.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user