# M5Stack StickS3 board configuration
# Copyright (c) 2026 Hsiu-Chi Tsai
# SPDX-License-Identifier: Apache-2.0

config HEAP_MEM_POOL_ADD_SIZE_BOARD
	int
	default 4096 if BOARD_M5STACK_STICKS3_ESP32S3_PROCPU
	default 256 if BOARD_M5STACK_STICKS3_ESP32S3_APPCPU
