usb_cdc: Add support for detecting a USB level Arduino bootloader request

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2018-12-05 21:22:34 -05:00
parent c6065e29a6
commit b84ecebf8f
6 changed files with 33 additions and 0 deletions

View File

@@ -168,6 +168,11 @@ usb_set_configure(void)
USB_DEVICE_EPINTENSET_TRCPT0 | USB_DEVICE_EPINTENSET_TRCPT1);
}
void
usb_request_bootloader(void)
{
}
void
usbserial_init(void)
{