mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-16 03:07:56 -06:00
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:
parent
c6065e29a6
commit
b84ecebf8f
6 changed files with 33 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue