zephyr/doc/build
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
..
cmake devicetree: s/devicetree_unfixed/devicetree_generated 2022-08-11 12:17:02 +02:00
dts devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
kconfig doc: kconfig: Clarify note describing overriding default n 2022-08-15 08:18:46 +00:00
sysbuild doc: remove BUILD_ALWAYS True from sysbuild documentation 2022-08-15 12:07:37 -07:00
index.rst doc: sysbuild documentation guide 2022-08-12 13:56:55 +02:00
zephyr_cmake_package.rst doc: zephyr_cmake_package: fix obsolete text 2022-08-19 12:09:22 +02:00