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
|