zephyr/tests/drivers/counter
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
..
counter_basic_api treewide: fix board identifier in overlays for lpcxpresso55s69 2024-03-15 17:12:08 -04:00
counter_nrf_rtc/fixed_top tests/drivers/counter: Allow on nrf52_bsim 2024-03-12 17:57:18 +00:00
counter_seconds
maxim_ds3231_api hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00