8 lines
250 B
Plaintext
8 lines
250 B
Plaintext
|
# Copyright (c) 2023 Martin Kiepfer <mrmarteng@teleschirm.org>
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config HEAP_MEM_POOL_ADD_SIZE_BOARD
|
||
|
int
|
||
|
default 4096 if BOARD_M5STACK_STAMPS3_ESP32S3_PROCPU
|
||
|
default 256 if BOARD_M5STACK_STAMPS3_ESP32S3_APPCPU
|