zephyr/tests/subsys
Gerard Marull-Paretas e0125d04af devices: constify statically initialized device pointers
It is frequent to find variable definitions like this:

```c
static const struct device *dev = DEVICE_DT_GET(...)
```

That is, module level variables that are statically initialized with a
device reference. Such value is, in most cases, never changed meaning
the variable can also be declared as const (immutable). This patch
constifies all such cases.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-08-19 11:51:26 +02:00
..
canbus/isotp drivers: can: remove z prefix from public CAN API types 2022-08-18 10:19:29 +02:00
cpp drivers: drop few unused pinmux.h include 2022-08-18 12:13:14 +00:00
debug test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
dfu test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
edac test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
emul emul: Add EMUL_DT_GET 2022-08-17 15:47:52 +00:00
fs devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
ipc/ipc_service test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
jwt test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
logging test: subsys: logging move log_benchmark to new ztest API 2022-08-11 17:46:24 +02:00
mgmt test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
modbus modbus: remove label property from devicetree overlays 2022-08-11 09:39:24 -07:00
openthread devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
pm tests: pm: initialize devices at compile time and fix ready checks 2022-08-19 11:51:26 +02:00
portability tests: portability: cmsis_rtos_v2: Inrease timeout 2022-08-11 12:15:11 +02:00
rtio/rtio_api test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
sd/sdmmc devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
settings tests/settings: Small cleanup of settings_basic_test.c 2022-08-18 12:51:07 +02:00
shell tests: subsys: shell: move shell to new ztest API 2022-08-03 11:19:08 +02:00
storage devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
tracing/tracing_api test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
usb test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00