aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/HID/Descriptors.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.