aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/HID/Descriptors.c
Commit message (Collapse)AuthorAgeFilesLines
* Increased endpoint polling interval for all demos and projects to 5ms, as ↵Dean Camera2012-05-061-1/+1
| | | | 1ms was causing some enumeration issues on some machines (thanks to Riku Salminen).
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-1/+1
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as ↵Dean Camera2012-01-021-1/+1
| | | | this was misnamed (thanks to NXP Semiconductors).
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-26/+27
| | | | trailing whitespace at the end of each line.
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ↵Dean Camera2011-07-191-1/+1
| | | | ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-186/+186
|
* Oops - Bootloader optimizations to GetDescriptor() don't work, as the ↵Dean Camera2011-03-181-8/+18
| | | | Configuration Descriptor's header does not contain the full length of the descriptor, breaking full enumeration.
* Add static keyword to all project globals whose scope should be restricted ↵Dean Camera2011-02-101-24/+14
| | | | | | to the same module as they are declared in. Tighten up the HID class bootloader code slightly, document that it currently exceeds 2KB of bootloader space for all models other than the Series 2 USB AVRs.
* Added HID class bootloader, compatible with a modified version of the ↵Dean Camera2011-02-091-0/+186
command line Teensy loader from PJRC.com.