ESP32-C3-DevKit-RUST-1 is a ESP32C3 based board that includes a builtin LED, button, WS2812, temperature and humidity sensor (SHTC3) and a IMU (ICM42670). Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
9 lines
227 B
Text
9 lines
227 B
Text
# Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config HEAP_MEM_POOL_ADD_SIZE_BOARD
|
|
int
|
|
default 65535 if WIFI && BT
|
|
default 51200 if WIFI
|
|
default 40960 if BT
|
|
default 4096
|