zephyr/tests/lib/devicetree/api
Martí Bolívar 2520747f6b devicetree.h: DT_FOREACH_NODE, DT_FOREACH_STATUS_OKAY_NODE
Add two new utility macros for iterating over the entire tree, along
with tests.

I have a use case for DT_FOREACH_STATUS_OKAY_NODE() right now, but I
think it makes sense to define both of them right away for
completeness.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2022-08-08 10:44:41 +02:00
..
src devicetree.h: DT_FOREACH_NODE, DT_FOREACH_STATUS_OKAY_NODE 2022-08-08 10:44:41 +02:00
app.overlay tests: devicetree: api: Remove unnecessary label properties 2022-07-25 12:19:01 -07:00
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
prj.conf tests: lib: devicetree: move api to new ztest API 2022-07-19 13:00:37 -07:00
README
testcase.yaml tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00

Test cases for the devicetree.h API.