zephyr/tests/kernel/device/src
Gerard Marull-Paretas 4d06166623 device: allow NULL init function
Some devices do not need to perform any initialization, so allow the
init function to be NULL. In this case, the initialization code will
just mark the device as initialized, i.e. ready.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-04-19 10:00:25 +02:00
..
abstract_driver.c test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
abstract_driver.h test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
bad_driver.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
dummy_driver.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
main.c device: allow NULL init function 2023-04-19 10:00:25 +02:00
mmio_multireg.c test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
mmio.c test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
test_driver_init.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00