zephyr/subsys/shell/backends
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
..
CMakeLists.txt shell: Add MQTT backend 2022-03-15 10:01:12 +01:00
Kconfig.backends shell: suppress newlines on boot when promt is an empty string 2022-06-05 14:42:26 +02:00
shell_dummy.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
shell_mqtt.c shell: mqtt: fix call to bin2hex 2022-07-11 10:30:05 +02:00
shell_rtt.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
shell_telnet_protocol.h
shell_telnet.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
shell_uart.c devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00