zephyr/tests/lib/devicetree/api
Efrain Calderon ce9bf1071e devicetree: introduce DT_ANY_COMPAT_HAS_PROP_STATUS_OKAY
Add a new macro, DT_ANY_COMPAT_HAS_PROP_STATUS_OKAY
name, evaluates to 1 if any enabled instance of `compat` has the
property or to zero if it hasn't.

This macro can be useful in drivers for a family of devices.

Signed-off-by: Efrain Calderon <efrain.calderon.estrada@gmail.com>
2024-08-29 15:55:14 +02:00
..
src devicetree: introduce DT_ANY_COMPAT_HAS_PROP_STATUS_OKAY 2024-08-29 15:55:14 +02:00
app.overlay everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
CMakeLists.txt
prj.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
README
testcase.yaml tests/lib/devicetree: Enable for native_sim 2023-11-27 16:06:42 +00:00

Test cases for the devicetree.h API.