zephyr/tests/subsys/storage/stream/stream_flash
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
..
src devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
CMakeLists.txt cmake: use find_package() instead of literal include in tests and samples 2021-11-01 10:33:09 -04:00
mpu_allow_flash_write.overlay
no_erase.overlay
prj.conf tests: subsys: storage: move stream to new ztest API 2022-07-14 22:10:29 -04:00
testcase.yaml tests: fix typos and misnamed platforms 2021-12-17 12:24:37 -05:00
unaligned_flush.overlay tests/subsys/storage/stream_flash: add unaligned flash test 2020-05-26 16:35:19 +02:00