mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-08-28 01:01:34 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
47
Living_SDK/board/mx1270/Config.in
Normal file
47
Living_SDK/board/mx1270/Config.in
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
config AOS_BOARD_ASR5501
|
||||
bool "ASR5501"
|
||||
select AOS_MCU_ASR5501
|
||||
select AOS_COMP_KERNEL_INIT
|
||||
select AOS_COMP_LWIP if AOS_NETWORK_SAL
|
||||
select AOS_COMP_NETMGR
|
||||
help
|
||||
|
||||
if AOS_BOARD_ASR5501
|
||||
# Configurations for board asr5501
|
||||
|
||||
config DEBUG_CONFIG_PANIC
|
||||
bool "Enable debug panic feature"
|
||||
default y
|
||||
help
|
||||
set to y if you want to enable panic debug feature when system crash happened,
|
||||
default y
|
||||
|
||||
config DEBUG_CONFIG_BACKTRACE
|
||||
bool "Enable stack backtrace feature"
|
||||
default y
|
||||
help
|
||||
set to y if you want to enable stack backtrace feature when system crash happened,
|
||||
default y
|
||||
|
||||
# "BSP SUPPORT FEATURE"
|
||||
config BSP_SUPPORT_UART
|
||||
bool
|
||||
default y
|
||||
|
||||
config BSP_SUPPORT_GPIO
|
||||
bool
|
||||
default y
|
||||
|
||||
config BSP_SUPPORT_FLASH
|
||||
bool
|
||||
default y
|
||||
|
||||
config BSP_SUPPORT_I2C
|
||||
bool
|
||||
default y
|
||||
|
||||
config BSP_SUPPORT_WIFI
|
||||
bool
|
||||
default y
|
||||
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue