zephyr/boards/espressif/esp32c6_devkitc/Kconfig
Lucas Tamborrino c6f84d0ba2 boards: espressif: esp32c6: Add LP Core board support
Add ULP Coprocessor board support for C6.
This requires a change in the board qualifier depending on the build
target.
Update esp32c6 overlay and configuration files to the proper name.

Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
2025-03-21 17:05:20 +01:00

7 lines
247 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 4096 if BOARD_ESP32C6_DEVKITC_ESP32C6_HPCORE
default 256 if BOARD_ESP32C6_DEVKITC_ESP32C6_LPCORE