zephyr/samples/boards
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
..
96b_argonkey includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
arc_secure_services yamllint: fix all yamllint hyphens errors 2023-01-04 01:16:45 +09:00
bbc_microbit includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
esp32 soc: esp32: add light sleep sample code 2022-12-05 15:09:53 +01:00
google_kukui includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
intel_adsp/code_relocation treewide: update usage of zephyr_code_relocate 2023-01-17 18:08:37 +01:00
mec15xxevb_assy6853 yamllint: indentation: fix files in samples/ 2023-01-04 14:23:53 +01:00
mimxrt595_evk_cm33/system_off samples: mimxrt595: Add Deep power down sample 2023-01-04 11:03:42 -06:00
mimxrt1060_evk/system_off tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
nrf yamllint: indentation: fix files in samples/ 2023-01-04 14:23:53 +01:00
qomu samples: boards: Add Qomu board sample 2022-10-20 15:41:09 +02:00
reel_board/mesh_badge Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
sensortile_box samples: Explicitly disable boot USB device support init at boot 2023-01-10 12:21:10 +01:00
stm32 samples: boards: stm32: Rename README.md to README.rst 2022-11-08 13:47:09 -06:00
ti/cc13x2_cc26x2/system_off includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
up_squared/gpio_counter includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
boards.rst