mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-07-16 23:15:38 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
40
Living_SDK/board/pca10056/pca10056.mk
Normal file
40
Living_SDK/board/pca10056/pca10056.mk
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
NAME := board_pca10056
|
||||
|
||||
|
||||
$(NAME)_TYPE := kernel
|
||||
$(NAME)_MBINS_TYPE := kernel
|
||||
SUPPORT_MBINS := yes
|
||||
|
||||
MODULE := 1062
|
||||
HOST_ARCH := Cortex-M4
|
||||
HOST_MCU_FAMILY := pca10056
|
||||
SUPPORT_BINS := no
|
||||
HOST_MCU_NAME := pca10056
|
||||
|
||||
GLOBAL_INCLUDES += .
|
||||
|
||||
bt_controller := 1
|
||||
|
||||
GLOBAL_DEFINES += STDIO_UART=0 CONFIG_NO_TCPIP BOARD_PCA10056 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD NRF52840_XXAA CONFIG_SOC_SERIES_NRF52X CONFIG_CLOCK_CONTROL_NRF5_K32SRC_250PPM=y CONFIG_BOARD_NRF52840_PCA10056=1
|
||||
|
||||
CONFIG_SYSINFO_PRODUCT_MODEL := ALI_AOS_pca10056
|
||||
CONFIG_SYSINFO_DEVICE_NAME := pca10056
|
||||
|
||||
GLOBAL_CFLAGS += -DSYSINFO_OS_VERSION=\"$(CONFIG_SYSINFO_OS_VERSION)\"
|
||||
GLOBAL_CFLAGS += -DSYSINFO_PRODUCT_MODEL=\"$(CONFIG_SYSINFO_PRODUCT_MODEL)\"
|
||||
GLOBAL_CFLAGS += -DSYSINFO_DEVICE_NAME=\"$(CONFIG_SYSINFO_DEVICE_NAME)\"
|
||||
|
||||
GLOBAL_CFLAGS += -DCONFIG_GPIO_AS_PINRESET -DFLOAT_ABI_HARD -DNRF52 -DNRF52_PAN_74 -DCONFIG_POLL
|
||||
GLOBAL_CFLAGS += -DCONFIG_CLOCK_CONTROL_NRF5_K32SRC_XTAL
|
||||
|
||||
# Extra build target in mico_standard_targets.mk, include bootloader, and copy output file to eclipse debug file (copy_output_for_eclipse)
|
||||
EXTRA_TARGET_MAKEFILES += $(MAKEFILES_PATH)/aos_standard_targets.mk
|
||||
#EXTRA_TARGET_MAKEFILES += $(SOURCE_ROOT)/platform/mcu/$(HOST_MCU_FAMILY)/gen_crc_bin.mk
|
||||
|
||||
# Define default component testcase set
|
||||
ifeq (, $(findstring yts, $(BUILD_STRING)))
|
||||
GLOBAL_DEFINES += RHINO_CONFIG_WORKQUEUE=1
|
||||
TEST_COMPONENTS += basic api wifi_hal rhino vcall kv yloop alicrypto cjson digest_algorithm hashtable
|
||||
else
|
||||
GLOBAL_DEFINES += RHINO_CONFIG_WORKQUEUE=0
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue