1# Copyright (c) 2023 Martin Kiepfer <mrmarteng@teleschirm.org>
2# SPDX-License-Identifier: Apache-2.0
3
4config HEAP_MEM_POOL_ADD_SIZE_BOARD
5 int
6 default 4096 if BOARD_M5STACK_STAMPS3_ESP32S3_PROCPU
7 default 256 if BOARD_M5STACK_STAMPS3_ESP32S3_APPCPU
8