samples: boards: intel: group Intel board samples

Group all Intel board samples in samples/boards/intel to
keep samples/boards/ organized by vendor
Added missing code-sample directive to the code relocation sample.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2024-09-06 14:43:17 +02:00 committed by Carles Cufí
parent b363ff12f1
commit e2c1b93a5c
10 changed files with 6 additions and 5 deletions

View File

@ -3567,7 +3567,7 @@ Intel Platforms (Xtensa):
- soc/intel/intel_adsp/
- dts/xtensa/intel/
- tests/boards/intel_adsp/
- samples/boards/intel_adsp/
- samples/boards/intel/adsp/
- dts/bindings/*/intel,adsp*
- scripts/west_commands/runners/intel_adsp.py
labels:

View File

@ -227,6 +227,7 @@ REDIRECTS = [
('samples/boards/esp32/spiram_test/README', 'samples/boards/espressif/spiram_test/README'),
('samples/boards/esp32/wifi_apsta_mode/README', 'samples/boards/espressif/wifi_apsta_mode/README'),
('samples/boards/esp32/xt_wdt/README', 'samples/boards/espressif/xt_wdt/README'),
('samples/boards/intel_adsp/code_relocation/README', 'samples/boards/intel/adsp/code_relocation/README'),
('samples/boards/mec15xxevb_assy6853/power_management/README', 'samples/boards/microchip/mec15xxevb_assy6853/power_management/README'),
('samples/boards/mimxrt1060_evk/system_off/README', 'samples/boards/nxp/mimxrt1060_evk/system_off/README'),
('samples/boards/mimxrt1170_evk_cm7/magic_addr/README', 'samples/boards/nxp/mimxrt1170_evk_cm7/magic_addr/README'),

View File

@ -1,7 +1,7 @@
.. _intel_adsp_code_relocation:
.. zephyr:code-sample:: intel_adsp_code_relocation
:name: Code relocation
Intel ADSP CAVS Code relocation
###############################
Relocate code using custom linker script.
Overview
********
@ -19,7 +19,7 @@ Building and Running
This application can be built and executed as follows:
.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:zephyr-app: samples/boards/intel/adsp/code_relocation
:board: intel_adsp/cavs25
:goals: build
:compact: