Skip to content

Commit 2951666

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

boards.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5758,6 +5758,14 @@ GenG4.menu.xusb.HS.build.usb_speed=-DUSE_USB_HS
57585758
GenG4.menu.xusb.HSFS=High Speed in Full Speed mode
57595759
GenG4.menu.xusb.HSFS.build.usb_speed=-DUSE_USB_HS -DUSE_USB_HS_IN_FS
57605760

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+
57615769
GenH7.menu.usb.none=None
57625770
GenH7.menu.usb.CDCgen=CDC (generic 'Serial' supersede U(S)ART)
57635771
GenH7.menu.usb.CDCgen.build.enable_usb={build.usb_flags} -DUSBD_USE_CDC

0 commit comments

Comments
 (0)