aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/HID/BootloaderHID.txt
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation adjustments to the demos, projects and bootloaders to ↵Dean Camera2012-05-181-5/+5
| | | | ensure correct formatting of application device support.
* Alter the bootloader section sizes to all be 8KB, to be in line with the ↵Dean Camera2012-04-181-4/+4
| | | | default AT90USB1287 fuses, as that is the default target MCU. Add instructions to the documentation to clarify this for the user (thanks to Georg Glock).
* Minor documentation improvements.Dean Camera2012-04-151-3/+3
|
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-88/+88
|
* Expand the documentation for each Bootloader to give sample usage ↵Dean Camera2011-06-021-2/+20
| | | | | | instructions for the command line programmer utilities. Fix typo in the HID class bootloader CLI programmer application usage instructions.
* Add static keyword to all project globals whose scope should be restricted ↵Dean Camera2011-02-101-3/+4
| | | | | | 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/+69
command line Teensy loader from PJRC.com.