zephyr/tests/drivers/adc
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
..
adc_api treewide: fix board identifier in overlays for lpcxpresso55s69 2024-03-15 17:12:08 -04:00
adc_dma drivers: counter: Adding Mutli Channel PIT Support 2024-03-07 13:23:58 -06:00
adc_emul tests/drivers/adc: Switch to native_sim 2023-11-22 09:53:20 +01:00
adc_rescale tests/drivers/adc: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00