mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-14 11:01:57 +00:00
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>
10 lines
207 B
Plaintext
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
|