zephyr/tests/drivers/watchdog/wdt_basic_api
Gerard Marull-Paretas a202341958 devices: constify device pointers initialized at compile time
Many device pointers are initialized at compile and never changed. This
means that the device pointer can be constified (immutable).

Automated using:

```
perl -i -pe 's/const struct device \*(?!const)(.*)= DEVICE/const struct
device *const $1= DEVICE/g' **/*.c
```

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-08-22 17:08:26 +02:00
..
boards tests: drivers: Remove label property from devicetree overlays 2022-07-22 16:44:08 +00:00
src devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
prj.conf tests: wdt_basic_api: update to new ZTEST APIs 2022-06-30 07:32:11 -04:00
testcase.yaml gest: wdt: filter out test for lpc and RTxxx 2022-08-17 15:18:22 -05:00