zephyr/subsys/mgmt
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
..
ec_host_cmd devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
hawkbit subsys/mgmt/hawkbit: Set ai_socktype if IPV4/IPV6 2022-08-18 11:33:38 +00:00
mcumgr mgmt: smp: Allow building with POSIX API in UDP transport 2022-07-04 14:22:13 +00:00
osdp mgmt: osdp: Move to DTS for uart device 2022-07-23 09:25:23 -05:00
updatehub mgmt: updatehub: fix call to bin2hex 2022-07-11 10:30:05 +02:00
CMakeLists.txt
Kconfig