Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed TeensyHID bootloader, per request from Paul at PJRC. | Dean Camera | 2010-05-12 | 1 | -115/+0 |
| | |||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -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 Camera | 2010-05-07 | 1 | -5/+6 |
| | | | | the alternative addressing scheme. | ||||
* | Make CDC class bootloader hard-reset the AVR when exited instead of a ↵ | Dean Camera | 2010-05-06 | 1 | -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 Camera | 2010-05-06 | 1 | -0/+23 |
| | | | | GUI application with all supported AVR models. | ||||
* | Standardized the naming scheme given to configuration descriptor ↵ | Dean Camera | 2010-03-22 | 1 | -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 Camera | 2009-12-30 | 1 | -2/+2 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
| | |||||
* | Deleted StdDescriptors.c, renamed USB_GetDescriptor() to ↵ | Dean Camera | 2009-05-22 | 1 | -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 Camera | 2009-05-07 | 1 | -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 Camera | 2009-02-23 | 1 | -0/+91 |