We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8fea4 commit de0c84aCopy full SHA for de0c84a
boards/arm/nucleo_h743zi/doc/index.rst
@@ -105,6 +105,8 @@ features:
105
+-----------+------------+-------------------------------------+
106
| GPIO | on-chip | gpio |
107
108
+| RTC | on-chip | counter |
109
++-----------+------------+-------------------------------------+
110
111
Other hardware features are not yet supported on this Zephyr port.
112
boards/arm/nucleo_h743zi/nucleo_h743zi.dts
@@ -56,3 +56,7 @@
56
current-speed = <115200>;
57
status = "okay";
58
};
59
+
60
+&rtc {
61
+ status = "okay";
62
+};
boards/arm/nucleo_h743zi/nucleo_h743zi.yaml
@@ -12,3 +12,4 @@ supported:
12
- arduino_gpio
13
- uart
14
- gpio
15
+ - counter
0 commit comments