zephyr/tests/net/ptp/clock
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 boards: frdm_k64f: Solve conflict between UART3 and enet 2021-11-30 11:08:15 -06: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 test: Update the new ZTEST APIs tests/net/ptp 2022-07-08 10:58:24 +02:00
testcase.yaml tests: net: ptp: Compile only on relevant boards 2021-04-27 12:02:19 +03:00