Corrected incorrect signature bytes for the AT90USB82 and added support for the ATMEGAXX2 variant AVRs to the DFU bootloader.
Added warning to the EVENT_USB_Device_Connect() and EVENT_USB_Device_Disconnect() events that they may be fired multiple times during device enumeration on the series 2 AVRs.
This commit is contained in:
parent
1190652c0b
commit
c8b72f955f
4 changed files with 36 additions and 18 deletions
|
|
@ -92,6 +92,7 @@ uint16_t StartAddr = 0x0000;
|
|||
*/
|
||||
uint16_t EndAddr = 0x0000;
|
||||
|
||||
|
||||
/** Main program entry point. This routine configures the hardware required by the bootloader, then continuously
|
||||
* runs the bootloader processing routine until instructed to soft-exit, or hard-reset via the watchdog to start
|
||||
* the loaded application code.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue