Make CDC class bootloader hard-reset the AVR when exited instead of a soft-reset. Reduce size of the TeensyHID bootloader slightly.
Fix the TeensyHID bootloader for the larger USB AVR devices, since Paul uses a different (undocumented) addressing scheme on these devices.
This commit is contained in:
parent
add5192366
commit
c3db72afdc
7 changed files with 29 additions and 35 deletions
|
@ -93,7 +93,7 @@
|
|||
/** Vendor usage page for the Teensy 2.0 board */
|
||||
#define TEENSY_USAGEPAGE_20 0x1B
|
||||
|
||||
/** Vendor usage page for the Teensy++ 1.0 board */
|
||||
/** Vendor usage page for the Teensy++ 2.0 board */
|
||||
#define TEENSY_USAGEPAGE_20PP 0x1C
|
||||
|
||||
#if defined(USB_SERIES_2_AVR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue