Add support for ESP32-C3 Super Mini board Signed-off-by: Arrel Neumiller <rlneumiller@gmail.com>
10 lines
204 B
Text
10 lines
204 B
Text
# Copyright (c) 2024 Arrel Neumiller
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
choice BOOTLOADER
|
|
default BOOTLOADER_MCUBOOT
|
|
endchoice
|
|
|
|
choice BOOT_SIGNATURE_TYPE
|
|
default BOOT_SIGNATURE_TYPE_NONE
|
|
endchoice
|