15 lines
377 B
Plaintext
15 lines
377 B
Plaintext
# Copyright (c) 2023 YuLong Yao<feilongphone@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_ESP32C3_LUATOS_CORE
|
|
bool "luatos ESP32C3-CORE Board"
|
|
depends on SOC_SERIES_ESP32C3
|
|
|
|
config BOARD_ESP32C3_LUATOS_CORE_USB
|
|
bool "luatos ESP32C3-CORE Board without UART chip"
|
|
depends on SOC_SERIES_ESP32C3
|
|
|
|
choice SOC_PART_NUMBER
|
|
default SOC_ESP32C3_MINI_N4
|
|
endchoice
|