zephyr/tests/lib/devicetree/api
Wenbin Zhang 7d4e31a1f0 devicetree: Fix Device tree tests cannot be built with coverage enabled
DT_SPEC related macro tests (ADC_DT_SPEC_GET_BY_NAME, MBOX_DT_SPEC_GET)
should not appear in this test because the configuration does not turn
on any devices

Move DP_SPEC-related tests to api_ext and enable the related device in the
configuration

fix #77205

Signed-off-by: Wenbin Zhang <freey7955@gmail.com>
2025-01-22 15:49:25 +01:00
..
src devicetree: Fix Device tree tests cannot be built with coverage enabled 2025-01-22 15:49:25 +01:00
app.overlay devicetree: Add DT_FOREACH_ANCESTOR macro 2024-12-18 10:17:09 +01:00
CMakeLists.txt
prj.conf
README
testcase.yaml tests/lib/devicetree: Don't test on native_posix 2024-09-25 04:04:36 -04:00

Test cases for the devicetree.h API.