Skip to content

Commit de0c84a

Browse files
gmarullMaureenHelm
authored andcommitted
boards: nucleo_743zi: enable rtc and update docs
Enable RTC on NUCLEO-743ZI board so that counter examples can be used off-the-shelf. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent ff8fea4 commit de0c84a

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

boards/arm/nucleo_h743zi/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ features:
105105
+-----------+------------+-------------------------------------+
106106
| GPIO | on-chip | gpio |
107107
+-----------+------------+-------------------------------------+
108+
| RTC | on-chip | counter |
109+
+-----------+------------+-------------------------------------+
108110

109111
Other hardware features are not yet supported on this Zephyr port.
110112

boards/arm/nucleo_h743zi/nucleo_h743zi.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@
5656
current-speed = <115200>;
5757
status = "okay";
5858
};
59+
60+
&rtc {
61+
status = "okay";
62+
};

boards/arm/nucleo_h743zi/nucleo_h743zi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ supported:
1212
- arduino_gpio
1313
- uart
1414
- gpio
15+
- counter

0 commit comments

Comments
 (0)