adds initial support for Lilygo TTGO T8-S3 board Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
7 lines
236 B
Text
7 lines
236 B
Text
# Copyright (c) 2024 Lothar Felten <lothar.felten@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config HEAP_MEM_POOL_ADD_SIZE_BOARD
|
|
int
|
|
default 4096 if BOARD_TTGO_T8S3_ESP32S3_PROCPU
|
|
default 256 if BOARD_TTGO_T8S3_ESP32S3_APPCPU
|