Skip to content

Commit eb842c3

Browse files
committed
boards.txt: add generic G0 USB menu
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 6262269 commit eb842c3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

boards.txt

+8
Original file line numberDiff line numberDiff line change
@@ -5771,6 +5771,14 @@ GenG4.menu.xusb.HS.build.usb_speed=-DUSE_USB_HS
57715771
GenG4.menu.xusb.HSFS=High Speed in Full Speed mode
57725772
GenG4.menu.xusb.HSFS.build.usb_speed=-DUSE_USB_HS -DUSE_USB_HS_IN_FS
57735773

5774+
GenG0.menu.usb.none=None
5775+
GenG0.menu.usb.CDCgen=CDC (generic 'Serial' supersede U(S)ART)
5776+
GenG0.menu.usb.CDCgen.build.enable_usb={build.usb_flags} -DUSBD_USE_CDC
5777+
GenG0.menu.usb.CDC=CDC (no generic 'Serial')
5778+
GenG0.menu.usb.CDC.build.enable_usb={build.usb_flags} -DUSBD_USE_CDC -DDISABLE_GENERIC_SERIALUSB
5779+
GenG0.menu.usb.HID=HID (keyboard and mouse)
5780+
GenG0.menu.usb.HID.build.enable_usb={build.usb_flags} -DUSBD_USE_HID_COMPOSITE
5781+
57745782
GenH7.menu.usb.none=None
57755783
GenH7.menu.usb.CDCgen=CDC (generic 'Serial' supersede U(S)ART)
57765784
GenH7.menu.usb.CDCgen.build.enable_usb={build.usb_flags} -DUSBD_USE_CDC

0 commit comments

Comments
 (0)