zephyr/samples/modules
Gerard Marull-Paretas a202341958 devices: constify device pointers initialized at compile time
Many device pointers are initialized at compile and never changed. This
means that the device pointer can be constified (immutable).

Automated using:

```
perl -i -pe 's/const struct device \*(?!const)(.*)= DEVICE/const struct
device *const $1= DEVICE/g' **/*.c
```

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-08-22 17:08:26 +02:00
..
canopennode samples: canopenmode exclude nvs_sector_size above 64K 2022-07-13 10:14:03 +02:00
chre samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
nanopb samples: modules: nanopb: Limit the integration platforms 2022-07-29 13:35:48 -04:00
sof drivers: dai: Enable Zephyr runtime power mgmt in Intel SSP driver 2022-08-10 11:58:45 +02:00
tflite-micro devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
index.rst