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
229 B
Text
10 lines
229 B
Text
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
CONFIG_BOARD_ESP32C3_DEVKITM=y
|
|
CONFIG_SOC_ESP32C3=y
|
|
CONFIG_MAIN_STACK_SIZE=2048
|
|
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=1000000
|
|
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_XIP=n
|