initial try

This commit is contained in:
2025-06-29 11:48:27 +02:00
commit 6b86f5edf4
12 changed files with 255 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Copyright (c) 2023 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