zephyr/boards/arm/nucleo_h743zi
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers
Now that device_api attribute is unmodified at runtime, as well as all
the other attributes, it is possible to switch all device driver
instance to be constant.

A coccinelle rule is used for this:

@r_const_dev_1
  disable optional_qualifier
@
@@
-struct device *
+const struct device *

@r_const_dev_2
 disable optional_qualifier
@
@@
-struct device * const
+const struct device *

Fixes #27399

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-09-02 13:48:13 +02:00
..
doc boards: arm: nucleo_h743zi: add rng support 2020-08-27 14:14:35 +02:00
support boards: arm: initial suport for NUCLEO-H743ZI 2020-03-11 17:10:58 +01:00
arduino_r3_connector.dtsi boards: arm: nucleo_h743zi: fix arduino connector D1 pin 2020-03-20 09:25:36 -05:00
board.cmake boards: arm: initial suport for NUCLEO-H743ZI 2020-03-11 17:10:58 +01:00
CMakeLists.txt boards: arm: initial suport for NUCLEO-H743ZI 2020-03-11 17:10:58 +01:00
Kconfig.board boards: arm: initial suport for NUCLEO-H743ZI 2020-03-11 17:10:58 +01:00
Kconfig.defconfig drivers: pwm: stm32: remove remaining Kconfig instances 2020-05-05 10:52:51 -05:00
nucleo_h743zi.dts boards: arm: nucleo_h743zi: add rng support 2020-08-27 14:14:35 +02:00
nucleo_h743zi.yaml boards: arm: nucleo_h743zi: enable ADC support 2020-05-07 23:01:59 -05:00
nucleo_h743zi_defconfig boards: arm: initial suport for NUCLEO-H743ZI 2020-03-11 17:10:58 +01:00
pinmux.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00