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>
8 lines
235 B
Plaintext
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
|