You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When introducing the MCUBOOT_MCUMGR_SIMPLE_IMAGE_INDEX option[1], the
following macros were changed:
FLASH_AREA_IMAGE_PRIMARY(x)
FLASH_AREA_IMAGE_SECONDARY(x)
These macros are used in other parts of the MCUboot codebase as well,
so it seems more appropriate to make the config implementation a bit
uglier to restore the intended behavior[2] of these macros.
The SIMPLE_IMAGE_INDEX is only relevant for `boot_serial.c` to simplify
the `mcumgr` image numbering.
Note: one case is unreachable and commented out since the SCRATCH
partition definition also is not available here.
[1] 766be5d
[2] nrfconnect@7c3d7ed
0 commit comments