Skip to content

Commit ffeebe7

Browse files
zfieldsfpistm
authored andcommitted
chore: Enable Swan CDCgen by default
To make it easier for Swan users, we have decided to enable `CDC (generic 'Serial' supersede U(S)ART)` by default. If customers wish to remove USB support to optimize their binary, they may deselect it from the menu.
1 parent 2f89ed5 commit ffeebe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7130,13 +7130,13 @@ GenWB.menu.xusb.HSFS.build.usb_speed=-DUSE_USB_HS -DUSE_USB_HS_IN_FS
71307130
3dprinter.menu.xusb.HSFS=High Speed in Full Speed mode
71317131
3dprinter.menu.xusb.HSFS.build.usb_speed=-DUSE_USB_HS -DUSE_USB_HS_IN_FS
71327132

7133-
BluesW.menu.usb.none=None
71347133
BluesW.menu.usb.CDCgen=CDC (generic 'Serial' supersede U(S)ART)
71357134
BluesW.menu.usb.CDCgen.build.enable_usb={build.usb_flags} -DUSBD_USE_CDC
71367135
BluesW.menu.usb.CDC=CDC (no generic 'Serial')
71377136
BluesW.menu.usb.CDC.build.enable_usb={build.usb_flags} -DUSBD_USE_CDC -DDISABLE_GENERIC_SERIALUSB
71387137
BluesW.menu.usb.HID=HID (keyboard and mouse)
71397138
BluesW.menu.usb.HID.build.enable_usb={build.usb_flags} -DUSBD_USE_HID_COMPOSITE
7139+
BluesW.menu.usb.none=None
71407140
BluesW.menu.xusb.FS=Low/Full Speed
71417141
BluesW.menu.xusb.HS=High Speed
71427142
BluesW.menu.xusb.HS.build.usb_speed=-DUSE_USB_HS

0 commit comments

Comments
 (0)