zephyr/tests/boards
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
..
altera_max10 flash: nios2_qspi: Convert driver to be devicetree based 2022-08-12 08:11:42 -04:00
espressif_esp32/cache_coex devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
frdm_k64f/i2c devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
intel_adsp tests: boards: intel_adsp: initialize devices at compile time 2022-08-19 11:51:26 +02:00
mec15xxevb_assy6853 tests: boards: mec15xxevb_assy6853: initialize device at compile time 2022-08-19 11:51:26 +02:00
native_posix test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00