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
CMakeLists.txt
README
app.overlay tests: devicetree: api: Remove unnecessary label properties 2022-07-25 12:19:01 -07:00
prj.conf tests: lib: devicetree: move api to new ztest API 2022-07-19 13:00:37 -07:00
testcase.yaml

README

Test cases for the devicetree.h API.