zephyr/tests/subsys/openthread
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
..
app.overlay tests: subsys: openthread: refactor test 2022-08-10 11:57:34 +02:00
CMakeLists.txt net: openthread: Move glue code into module directory 2022-07-11 11:00:12 +02:00
prj.conf ztest: mock: migrate openthread tests to FFF and new ztest API 2022-08-08 06:56:43 +01:00
radio_stub.c tests: subsys: openthread: refactor test 2022-08-10 11:57:34 +02:00
radio_test.c devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
testcase.yaml sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00