zephyr/boards/xtensa/esp32s3_devkitm/esp32s3_devkitm_appcpu_defconfig
Sylvio Alves 5c85c45e7d boards: esp32s3_devkitm: add appcpu board model
Adds into esp32s3_devkitm the appcpu board to allow
building applications running in ESP32S3 2nd core (appcpu).

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2023-09-27 12:07:21 +02:00

10 lines
207 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_ESP32S3=y
CONFIG_SOC_ESP32S3_APPCPU=y
CONFIG_BOARD_ESP32S3_DEVKITM_APPCPU=y
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_CLOCK_CONTROL=y
CONFIG_MINIMAL_LIBC=y