mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-13 07:25:22 +00:00
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>
8 lines
247 B
Plaintext
8 lines
247 B
Plaintext
# 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
|