HEAP_MEM_POOL_ADD_SIZE_BOARD is not a zephyr-defined entry and should be placed into Kconfig instead of Kconfig.defconfig. This PR moves that entry for all ESP32-based boards accordingly. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
# M5Stack StampS3 board configuration
|
|
# Copyright (c) 2023 Martin Kiepfer <mrmarteng@teleschirm.org>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_M5STACK_STAMPS3_ESP32S3_PROCPU
|
|
|
|
config KERNEL_MEM_POOL
|
|
default y
|
|
|
|
endif # BOARD_M5STACK_STAMPS3_ESP32S3_PROCPU
|