File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -5758,6 +5758,14 @@ GenG4.menu.xusb.HS.build.usb_speed=-DUSE_USB_HS
5758
5758
GenG4.menu.xusb.HSFS=High Speed in Full Speed mode
5759
5759
GenG4.menu.xusb.HSFS.build.usb_speed=-DUSE_USB_HS -DUSE_USB_HS_IN_FS
5760
5760
5761
+ GenG0.menu.usb.none=None
5762
+ GenG0.menu.usb.CDCgen=CDC (generic 'Serial' supersede U(S)ART)
5763
+ GenG0.menu.usb.CDCgen.build.enable_usb={build.usb_flags} -DUSBD_USE_CDC
5764
+ GenG0.menu.usb.CDC=CDC (no generic 'Serial')
5765
+ GenG0.menu.usb.CDC.build.enable_usb={build.usb_flags} -DUSBD_USE_CDC -DDISABLE_GENERIC_SERIALUSB
5766
+ GenG0.menu.usb.HID=HID (keyboard and mouse)
5767
+ GenG0.menu.usb.HID.build.enable_usb={build.usb_flags} -DUSBD_USE_HID_COMPOSITE
5768
+
5761
5769
GenH7.menu.usb.none=None
5762
5770
GenH7.menu.usb.CDCgen=CDC (generic 'Serial' supersede U(S)ART)
5763
5771
GenH7.menu.usb.CDCgen.build.enable_usb={build.usb_flags} -DUSBD_USE_CDC
You can’t perform that action at this time.
0 commit comments