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
zephyr: added address/size of bootloader/firmware shared memory area
Added definitions of base address and size of user-defined
shared memory area between bootloader and runtime firmware, when using
BOOT_SHARE_BACKEND_EXTERNAL.
It's possible to select Kconfig BOOT_SHARE_BACKEND_EXTERNAL, but then
mcuboot expects the following symbols:
MCUBOOT_SHARED_DATA_BASE and MCUBOOT_SHARED_DATA_SIZE.
There was no way to set them via KConfig and compilation fails.
This patch adds KConfig symbols that give the possibility to set them.
Signed-off-by: Michal Konieczny <[email protected]>
0 commit comments