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