d1591cd363
Initial board files created to support the esp32s3_devkitc board. Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
11 lines
227 B
Plaintext
11 lines
227 B
Plaintext
# 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
|