zephyr/tests/drivers/w1/w1_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: w1: api: Add DS2484 as possible bus master for 1-Wire API tests 2022-08-01 10:33:10 +02:00
dts/bindings tests: w1: api: Add DS2484 as possible bus master for 1-Wire API tests 2022-08-01 10:33:10 +02:00
src devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
CMakeLists.txt
ds2484.overlay tests: w1: api: Add DS2484 as possible bus master for 1-Wire API tests 2022-08-01 10:33:10 +02:00
prj.conf
testcase.yaml samples/tests: w1: remove overlays after moving to 'select bus' 2022-08-14 09:08:19 -05:00
w1_devices.dtsi tests: w1: api: Add DS2484 as possible bus master for 1-Wire API tests 2022-08-01 10:33:10 +02:00
w1_serial.overlay tests: w1: api: Add DS2484 as possible bus master for 1-Wire API tests 2022-08-01 10:33:10 +02:00