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>
7 lines
247 B
Text
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
|