zephyr/doc/hardware
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
..
arch doc/hardware/arch: Add RISC-V information 2022-07-02 14:16:39 +02:00
emulator doc: move hardware emulator docs to hardware section 2022-04-07 16:35:19 +02:00
peripherals devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
pinctrl doc: hardware: pinctrl: inform about /omit-if-no-ref/ 2022-05-05 14:33:06 -05:00
porting doc: porting/arch: add two funcs for MMU enabling 2022-08-09 12:27:21 +02:00
index.rst doc: remove guides and split content 2022-04-07 16:35:19 +02:00