zephyr/samples/application_development
Daniel DeGrasse 47271ce8be treewide: update usage of zephyr_code_relocate
Update usage of zephyr_code_relocate to follow new API. The old method
of relocating a file was the following directive:

zephyr_code_relocate(file location)

The new API for zephyr_code_relocate uses the following directive:

zephyr_code_relocate(FILES file LOCATION location)

update in tree usage to follow this model. Also, update the NXP HAL SHA,
as NXP's HAL uses this macro as well.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2023-01-17 18:08:37 +01:00
..
code_relocation_nocopy treewide: update usage of zephyr_code_relocate 2023-01-17 18:08:37 +01:00
external_lib samples: Remove platform filters for external_lib 2023-01-10 18:29:35 -05:00
out_of_tree_board tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
out_of_tree_driver
sysbuild/with_mcuboot yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
application_development.rst