This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.
from 29cc338 system/cfgdata: fix compilation when MTD_CONFIG_NAMED is enabled add 36cb168 boot/mcuboot: Prepare to move MCUboot samples to examples dir add afefa1c boot/mcuboot: Move MCUboot samples to examples dir No new revisions were added by this update. Summary of changes: boot/mcuboot/Kconfig | 40 ---------------------- boot/mcuboot/Makefile | 16 --------- boot/mcuboot/README.md | 4 ++- examples/mcuboot/slot_confirm/Kconfig | 14 ++++++++ .../mcuboot/slot_confirm}/Make.defs | 6 ++-- .../mcuboot/{swap_test => slot_confirm}/Makefile | 6 ++-- .../mcuboot/slot_confirm}/mcuboot_confirm_main.c | 2 +- examples/mcuboot/update_agent/Kconfig | 36 +++++++++++++++++++ .../mcuboot/update_agent}/Make.defs | 6 ++-- .../mcuboot/{swap_test => update_agent}/Makefile | 6 ++-- .../mcuboot/update_agent}/mcuboot_agent_main.c | 22 ++++++------ 11 files changed, 77 insertions(+), 81 deletions(-) create mode 100644 examples/mcuboot/slot_confirm/Kconfig copy {canutils/canlib => examples/mcuboot/slot_confirm}/Make.defs (85%) copy examples/mcuboot/{swap_test => slot_confirm}/Makefile (87%) rename {boot/mcuboot => examples/mcuboot/slot_confirm}/mcuboot_confirm_main.c (96%) create mode 100644 examples/mcuboot/update_agent/Kconfig copy {canutils/canlib => examples/mcuboot/update_agent}/Make.defs (85%) copy examples/mcuboot/{swap_test => update_agent}/Makefile (87%) rename {boot/mcuboot => examples/mcuboot/update_agent}/mcuboot_agent_main.c (91%)