2023-06-29 09:31:37 +08:00
|
|
|
# XIAO ESP32S3 board configuration
|
|
|
|
|
|
|
|
# Copyright (c) 2023 Seeed Studio inc.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config BOARD_XIAO_ESP32S3
|
|
|
|
bool "XIAO ESP32S3 Board"
|
2023-07-21 00:24:09 +08:00
|
|
|
depends on SOC_SERIES_ESP32S3
|
|
|
|
|
|
|
|
choice SOC_PART_NUMBER
|
|
|
|
default SOC_ESP32S3_WROOM_N8R8
|
|
|
|
endchoice
|