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
platform: stm32wba65i_dk: Fix install for STM32_FLASH_LAYOUT_BEGIN_OFFSET
Install a flash_layout.h header file that consider the value of build
directive STM32_FLASH_LAYOUT_BEGIN_OFFSET passed when building TF-M.
Without this change, generic code building non-secure application,
like when Zephyr builds TF-M regression test non-secure application,
do not consider this directive and use flash_layout.h as if
STM32_FLASH_LAYOUT_BEGIN_OFFSET was 0.
Signed-off-by: Ahmad EL JOUAID <[email protected]>
Change-Id: Icc20b09041f7bcb0287c932e6a2a13f6fa73e268
(cherry picked from commit eed47eff0e5ab8cac2126e24cb4e84e1148a9f68)
0 commit comments