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
Relocate `$mcuboot/boot/zephyr/*.c` files to
`$mcuboot/zephyr/subsys/mcuboot_svc/` to become a
reusable subsystem.
NOTE: keys.c was not put into `mcuboot_svc` as this
will need to be project-specific and may need to be kept
in a different module.
Verified by:
1. Building `$mcuboot/boot/zephyr` and verifying the
zephyr.map files showed the same functions and
that the flash an ram usage was the same.
2. Further verified that the following testcases still pass with
mcuboot options on twister:
mcuboot/boot/zephyr
zephyr/tests/subsys/dfu
zephyr/samples/subsys/mgmt/mcumgr/smp_svr
Resolve#1410
Signed-off-by: Gregory SHUE <[email protected]>
0 commit comments