mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-07-16 06:55:38 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
10
Living_SDK/board/stm32f769i-discovery/board.h
Normal file
10
Living_SDK/board/stm32f769i-discovery/board.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#define HARDWARE_REVISION "V1.0"
|
||||
#define MODEL "STM32F7"
|
||||
|
||||
#ifdef BOOTLOADER
|
||||
#define STDIO_UART 0
|
||||
#define STDIO_UART_BUADRATE 115200
|
||||
#else
|
||||
#define STDIO_UART 0
|
||||
#define STDIO_UART_BUADRATE 115200
|
||||
#endif
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
NAME := board_b_f769
|
||||
|
||||
|
||||
$(NAME)_TYPE := kernel
|
||||
MODULE := 1062
|
||||
HOST_ARCH := Cortex-M7
|
||||
HOST_MCU_FAMILY := stm32f7xx.src.STM32F769I-Discovery
|
||||
SUPPORT_BINS := no
|
||||
HOST_MCU_NAME := STM32F769I-Discovery
|
||||
|
||||
GLOBAL_INCLUDES += .
|
||||
|
||||
GLOBAL_DEFINES += STDIO_UART=0 CONFIG_NO_TCPIP
|
||||
|
||||
CONFIG_SYSINFO_PRODUCT_MODEL := ALI_AOS_F769-nucleo
|
||||
CONFIG_SYSINFO_DEVICE_NAME := f769-nucleo
|
||||
|
||||
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)\"
|
||||
Loading…
Add table
Add a link
Reference in a new issue