mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-04 19:07:16 +08:00

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>
14 lines
402 B
Plaintext
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.
|