Add support to esp32c3_devkitc-02 Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
10 lines
227 B
Text
10 lines
227 B
Text
# Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
choice BOOTLOADER
|
|
default BOOTLOADER_MCUBOOT
|
|
endchoice
|
|
|
|
choice BOOT_SIGNATURE_TYPE
|
|
default BOOT_SIGNATURE_TYPE_NONE
|
|
endchoice
|