zephyr/tests/lib/devicetree/devices
Gerard Marull-Paretas 766bfe7b2e device: introduce struct device_ops
Instead of passing a single init function, create
struct device_ops with the init function inside. This allows to easily
extend device's capabilities in the future without too much breakage,
e.g. to add a de-init call.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2025-03-10 21:32:40 +01:00
..
src device: introduce struct device_ops 2025-03-10 21:32:40 +01:00
app.overlay tests: devicetree: device: Rename gpio@0 to avoid name conflict 2022-08-26 12:51:45 +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 devices: only run on native_sim 2024-01-29 10:29:38 +01:00

Test cases for the device API devicetree data.