Initial commit with basic project structure and Firebeetle 2 board definition
This commit is contained in:
10
boards/espressif/esp32s3_eye/Kconfig.sysbuild
Normal file
10
boards/espressif/esp32s3_eye/Kconfig.sysbuild
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user