aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/HID/BootloaderHID.h
Commit message (Collapse)AuthorAgeFilesLines
* The library bootloaders will now correctly start the user application after ↵Dean Camera2012-04-291-0/+5
| | | | a watchdog-based application start, even if the /HWB line is held low externally during the reset phase.
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Minor bootloader tweaks; make some functions static where possible to reduce ↵Dean Camera2012-01-151-1/+1
| | | | the compiled binary size, add additional comments to the makefiles.
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-11/+12
| | | | trailing whitespace at the end of each line.
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-61/+61
|
* Added HID class bootloader, compatible with a modified version of the ↵Dean Camera2011-02-091-0/+61
command line Teensy loader from PJRC.com.