mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 10:18:24 +08:00
33e3ddd4d5
add board support and overlay for seeed xiao esp32s3. Signed-off-by: Jiaxuan Weng <1391548050@qq.com>
19 lines
326 B
Plaintext
19 lines
326 B
Plaintext
# Copyright (c) 2023 Seeed Studio inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD
|
|
default "xiao_esp32s3"
|
|
depends on BOARD_XIAO_ESP32S3
|
|
|
|
config ENTROPY_GENERATOR
|
|
default y
|
|
|
|
config HEAP_MEM_POOL_SIZE
|
|
default 98304 if WIFI
|
|
default 40960 if BT
|
|
default 4096
|
|
|
|
choice BT_HCI_BUS_TYPE
|
|
default BT_ESP32 if BT
|
|
endchoice
|