zephyr/tests/drivers/clock_control
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
..
cavs_clock test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
clock_control_api test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
nrf_clock_calibration test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
nrf_lf_clock_start test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
nrf_onoff_and_bt devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
onoff test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
stm32_clock_configuration tests: clock_control: stm32_common: Add a comment when enabling adc node 2022-08-12 16:35:41 +01:00