nuttx-apps/examples/mcuboot/swap_test/Kconfig
Gerson Fernando Budke 836cd05526 examples: Add mcuboot Swap Test example
This example demonstrate swap between two valid images. Instructions
are available at readme.md file inside project directory.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2022-02-02 17:38:29 +08:00

14 lines
402 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config EXAMPLES_MCUBOOT_SWAP_TEST
tristate "MCUboot SWAP Test image example"
default n
select BOOT_MCUBOOT
---help---
Example application to demonstrate the firmware image swap
and the image rollback processes of MCUboot using the boot
swap and test method.