5d736766ed
by adding the soc specific files such: soc initialization code, linker scripts and support for esp32c3 devkitm Signed-off-by: Felipe Neves <ryukokki.felipe@gmail.com> Signed-off-by: Felipe Neves <felipe.neves@espressif.com>
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
# ESP32C3 devkitm board configuration
|
|
|
|
# Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_ESP32C3_DEVKITM
|
|
bool "ESP32C3 Devkit-M Board"
|
|
depends on SOC_ESP32C3
|
|
select CONSOLE_HAS_DRIVER
|