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:
@@ -178,6 +178,11 @@ usb_set_configure(void)
|
||||
UEIENX = 1<<TXINE;
|
||||
}
|
||||
|
||||
void
|
||||
usb_request_bootloader(void)
|
||||
{
|
||||
}
|
||||
|
||||
#if CONFIG_MACH_at90usb1286
|
||||
#define UHWCON_Init ((1<<UIMOD) | (1<<UVREGE))
|
||||
#define PLLCSR_Init ((1<<PLLP2) | (1<<PLLP0) | (1<<PLLE))
|
||||
|
||||
Reference in New Issue
Block a user