zephyr/samples/shields
Gerard Marull-Paretas e0125d04af devices: constify statically initialized device pointers
It is frequent to find variable definitions like this:

```c
static const struct device *dev = DEVICE_DT_GET(...)
```

That is, module level variables that are statically initialized with a
device reference. Such value is, in most cases, never changed meaning
the variable can also be declared as const (immutable). This patch
constifies all such cases.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-08-19 11:51:26 +02:00
..
lmp90100_evb lib/libc/minimal: Move sqrt/sqrtf from samples 2022-05-14 08:49:36 +09:00
x_nucleo_53l0a1 devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
x_nucleo_iks01a1 sensors: Remove unnecessary Kconfig setting of sensors 2022-07-25 15:18:56 +02:00
x_nucleo_iks01a2 sensors: Remove unnecessary Kconfig setting of sensors 2022-07-25 15:18:56 +02:00
x_nucleo_iks01a3 sensors: Remove unnecessary Kconfig setting of sensors 2022-07-25 15:18:56 +02:00
x_nucleo_iks02a1 audio: remove defconfig/proj setting of audio drivers 2022-08-14 09:05:09 -05:00
shields.rst