zephyr/tests/drivers/counter/counter_basic_api
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
..
boards treewide: fix board identifier in overlays for lpcxpresso55s69 2024-03-15 17:12:08 -04:00
src drivers: counter: Adding Mutli Channel PIT Support 2024-03-07 13:23:58 -06:00
CMakeLists.txt
prj.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
testcase.yaml tests/drivers/counter: Allow on nrf52_bsim 2024-03-12 17:57:18 +00:00
zli.conf