aboutsummaryrefslogtreecommitdiff
path: root/bootloaders/diskloader/src/USBDesc.cpp
AgeCommit message (Collapse)Author
2012-01-10changed USB PID for Leonardo and Micro bootloadersZach Eveland
sketch and bootloader will use different PIDs to distinguish one from the other.
2012-01-10got rid of u8, u16, u32 typedefs in DiskloaderZach Eveland
done to bring types in line with others in Arduino core
2012-01-10added conditional compilation for HID, removed conditional compilation for ↵Zach Eveland
CDC (is always used). disabled HID by default. also always enumerates as composite now. the bootloader must always have a CDC interface. HID is optional and not even complete to reduce size.
2011-11-16Leonardo bootloader now sends iSerial string during enumeration. Seems to ↵Zach Eveland
satisfy Windows' composite device requirements.
2011-11-09restored original non-interrupt-driven DiskLoaderZach Eveland
Interrupt-driven version was a dead-end - too many bugs with that approach.
2011-10-27brought nuevo_diskloader changes over to diskloaderZach Eveland
Moved nuevo_diskloader files into diskloader directory. Changed back to real PID for Leonardo
2011-09-16bootloader iProduct definition changed to "Arduino Leonardo Bootloader" or ↵Zach Eveland
"Arduino Micro Bootloader". selection depends on PID passed in at compile time
2011-09-16added to the bootloader iProduct and iManufacturer strings identifying board ↵Zach Eveland
as an "Arduino Leonardo" manufactured by "Arduino LLC"
2011-09-08removed all bootloader mass storage and MSC referencesZach Eveland
2011-08-11diskloader source and binary for 32u4Zach Eveland