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 01f85d8 commit 4266136Copy full SHA for 4266136
boards/st/nucleo_wb07cc/nucleo_wb07cc.dts
@@ -74,6 +74,7 @@
74
sw0 = &user_button_1;
75
sw1 = &user_button_2;
76
sw2 = &user_button_3;
77
+ watchdog0 = &iwdg;
78
};
79
80
@@ -115,6 +116,10 @@
115
116
status = "okay";
117
118
119
+&iwdg {
120
+ status = "okay";
121
+};
122
+
123
&bt_hci_wb0 {
124
125
boards/st/nucleo_wb07cc/nucleo_wb07cc.yaml
@@ -18,5 +18,6 @@ supported:
18
- pwm
19
- rtc
20
- spi
21
+ - watchdog
22
- bluetooth
23
vendor: st
0 commit comments