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 befb464 commit 2173882Copy full SHA for 2173882
boards/st/nucleo_h503rb/nucleo_h503rb.dts
@@ -114,3 +114,9 @@
114
clock-frequency = <I2C_BITRATE_FAST>;
115
status = "okay";
116
};
117
+
118
+zephyr_udc0: &usb {
119
+ pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>;
120
+ pinctrl-names = "default";
121
+ status = "okay";
122
+};
boards/st/nucleo_h503rb/nucleo_h503rb.yaml
@@ -14,4 +14,5 @@ supported:
14
- uart
15
- i2c
16
- watchdog
17
+ - usb_device
18
vendor: st
0 commit comments