zephyr/tests/lib/devicetree/api
Martí Bolívar 8fef65392d devicetree: add DT_SAME_NODE()
It can be useful to check if an unknown devicetree node identifier
refers to a known node. Add a helper for this. Under the hood, we take
advantage of the ordinals API, which provides the unique identifiers
we need.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2021-01-19 16:06:55 -05:00
..
src devicetree: add DT_SAME_NODE() 2021-01-19 16:06:55 -05:00
CMakeLists.txt
README
app.overlay dts: handle unspecified phandle-array elements 2020-12-22 07:34:29 -06:00
prj.conf
testcase.yaml tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00

README

Test cases for the devicetree.h API.