mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-08-29 01:31:32 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
37
Living_SDK/board/lpcxpresso54102/lpcxpresso54102.mk
Normal file
37
Living_SDK/board/lpcxpresso54102/lpcxpresso54102.mk
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
|
||||
NAME := board_lpcxpresso54102
|
||||
|
||||
MODULE := 1062
|
||||
HOST_ARCH := Cortex-M4
|
||||
HOST_MCU_FAMILY := lpc54102
|
||||
|
||||
CONFIG_SYSINFO_PRODUCT_MODEL := ALI_AOS_LPC54102
|
||||
CONFIG_SYSINFO_DEVICE_NAME := LPC54102
|
||||
GLOBAL_CFLAGS += -DSYSINFO_PRODUCT_MODEL=\"$(CONFIG_SYSINFO_PRODUCT_MODEL)\"
|
||||
GLOBAL_CFLAGS += -DSYSINFO_DEVICE_NAME=\"$(CONFIG_SYSINFO_DEVICE_NAME)\"
|
||||
#-DCONFIG_NO_TCPIP
|
||||
GLOBAL_CFLAGS += -DCPU_LPC54102J512BD64_cm4
|
||||
GLOBAL_CFLAGS += -D__USE_CMSIS -D__MULTICORE_MASTER
|
||||
GLOBAL_CFLAGS += -D__NEWLIB__
|
||||
|
||||
|
||||
|
||||
GLOBAL_LDFLAGS +=
|
||||
|
||||
GLOBAL_INCLUDES += .
|
||||
GLOBAL_INCLUDES += ../../platform/mcu/lpc54102/
|
||||
GLOBAL_INCLUDES += ../../platform/mcu/lpc54102/CMSIS/Include
|
||||
GLOBAL_INCLUDES += ../../platform/mcu/lpc54102/drivers
|
||||
GLOBAL_INCLUDES += ../../platform/mcu/lpc54102/mcuxpresso
|
||||
GLOBAL_INCLUDES += ../../platform/mcu/lpc54102/utilities
|
||||
GLOBAL_INCLUDES += ../../platform/mcu/lpc54102/utilities/str
|
||||
GLOBAL_INCLUDES += ../../platform/mcu/lpc54102/utilities/log
|
||||
GLOBAL_INCLUDES += ../../platform/mcu/lpc54102/utilities/io
|
||||
|
||||
|
||||
|
||||
$(NAME)_SOURCES :=
|
||||
$(NAME)_SOURCES += ./board.c
|
||||
$(NAME)_SOURCES += ./clock_config.c
|
||||
$(NAME)_SOURCES += ./pin_mux.c
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue