zephyr/samples
Daniel DeGrasse ec5df8a0e5 treewide: fix board identifier in overlays for lpcxpresso55s69
Fix board identifier in overlays for the lpcxpresso55s69_cpu0 target.
Board identifiers were renamed with the following command:

for file in $(find . -name "lpcxpresso55s69_cpu0.*"); do;
	mv $file ${file/_cpu0/_lpc55s69_cpu0};
done

Additionally, remove lpcxpresso55s69_ns overlay targets where they are
no longer needed (or rename them where they are)

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2024-03-15 17:12:08 -04:00
..
application_development hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
arch hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
basic samples misc: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00
bluetooth Samples: Bluetooth: HF: Fix link key missing issue 2024-03-14 09:47:23 +00:00
boards drivers: mbox: update MBOX consumers to the new API 2024-03-07 14:32:57 +00:00
compression hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
cpp samples: cpp: add a Hello, world! C++ app 2024-01-17 09:56:34 +01:00
drivers treewide: fix board identifier in overlays for lpcxpresso55s69 2024-03-15 17:12:08 -04:00
fuel_gauge hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
hello_world samples: Switch integration_platforms from native_posix to native_sim 2023-11-20 12:02:48 +01:00
kernel hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
modules samples misc: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00
net samples/net several: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00
philosophers samples: philosophers: remove redundant items in prj.conf 2024-02-01 05:26:24 -05:00
posix samples/posix: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00
sensor hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
shields hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
subsys samples/subsys: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00
synchronization samples: synchronization: add static thread 2023-11-16 09:25:33 +01:00
tfm_integration samples: tfm_integration: lpc55s69: enable tfm samples 2024-03-15 10:33:46 -05:00
userspace hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
classic.rst
index.rst doc: samples: Fix incorrect maxdepth for some toctrees 2023-09-26 12:02:54 +02:00
sample_definition_and_criteria.rst docs: Sample definition: Replace native_posix with native_sim 2023-11-20 12:02:48 +01:00