zephyr/boards/m5stack/m5stack_cores3/Kconfig
Sylvio Alves 6672e673b3 boards: m5stack_cores3: fix board configuration
This board has a few issues handled by this PR:
- Fix DTS entries to meet necessary flash partitions
- Fix wrong kconfig entries realted to SoC model

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2024-11-19 20:03:55 -05:00

8 lines
235 B
Plaintext

# Copyright (c) 2024 Zhang Xingtao <zhxt@live.cn>
# SPDX-License-Identifier: Apache-2.0
config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 4096 if BOARD_M5STACK_CORES3_ESP32S3_PROCPU
default 256 if BOARD_M5STACK_CORES3_ESP32S3_APPCPU