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
cmake: modules: add zephyr_library_relocate, to relocate zephyr library
Add zephyr_library_relocate, a helper macro intended to allow entire
Zephyr libraries to be relocated to a new memory region.
This is implemented via a two step process, to ensure that sources added
to a library after relocation is requested still are relocated:
1. zephyr_library_relocate adds a custom target property to the library
with the relocation region and flags
2. the root level CMakeLists.txt captures this property while parsing all
Zephyr libraries, and adds all library source files to the code
relocation target
Signed-off-by: Daniel DeGrasse <[email protected]>
0 commit comments