aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/TeensyHID/Descriptors.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed TeensyHID bootloader, per request from Paul at PJRC.Dean Camera2010-05-121-115/+0
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-115/+115
| | | | correctly converted to the target system's native end of line style.
* Fix TeensyHID bootloader for the largest AVRs - only the ATMEGA128x needs ↵Dean Camera2010-05-071-5/+6
| | | | the alternative addressing scheme.
* Make CDC class bootloader hard-reset the AVR when exited instead of a ↵Dean Camera2010-05-061-1/+1
| | | | | | 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.
* Fixed TeensyHID bootloader so that it works with the official TeensyLoader ↵Dean Camera2010-05-061-0/+23
| | | | GUI application with all supported AVR models.
* Standardized the naming scheme given to configuration descriptor ↵Dean Camera2010-03-221-3/+3
| | | | | | sub-elements in the Device mode demos, bootloaders and projects. Fix errors in the MouseHostWithParser demo from incorrect use of the HID_ALIGN_DATA() macro.
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
|
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to ↵Dean Camera2009-05-221-2/+2
| | | | CALLBACK_USB_GetDescriptor, moved ConfigDescriptor.c/.h from the LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs.
* Renamed the the TotalHIDReports element of the HID descriptor structure in ↵Dean Camera2009-05-071-1/+1
| | | | the HID class demos to TotalReportDescriptors, to be more accurate of the element's function (thanks to Brian Dickman).
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+91