zephyr/tests/drivers/counter/counter_basic_api
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
..
boards esp32: counter: tests: remove deprecated conf file 2022-08-08 13:00:38 -05:00
src devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
CMakeLists.txt
prj.conf tests: counter: disable driver debug message 2022-07-04 16:21:02 +02:00
testcase.yaml tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00
zli.conf