zephyr/doc/build/dts
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
..
api kscan: Introduce zephyr,keyboard-scan chosen prop 2022-08-12 17:54:03 -05:00
api-usage.rst
bindings.rst doc: build: dts: Remove refs to label property 2022-08-18 19:50:39 -05:00
design.rst
dt-vs-kconfig.rst
howtos.rst devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
index.rst
intro.rst doc: build: dts: Remove refs to label property 2022-08-18 19:50:39 -05:00
macros.bnf
main-example.dts
troubleshooting.rst
zephyr_dt_build_flow.png
zephyr_dt_build_flow.svg
zephyr_dt_i2c_example.png doc: build: dts: Remove refs to label property 2022-08-18 19:50:39 -05:00
zephyr_dt_i2c_example.svg doc: build: dts: Remove refs to label property 2022-08-18 19:50:39 -05:00
zephyr_dt_i2c_high_level.png
zephyr_dt_i2c_high_level.svg
zephyr_dt_inputs_outputs.svg