aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/HID/HostLoaderApp
Commit message (Collapse)AuthorAgeFilesLines
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-3/+3
| | | | trailing whitespace at the end of each line.
* Expand the documentation for each Bootloader to give sample usage ↵Dean Camera2011-06-021-1/+1
| | | | | | instructions for the command line programmer utilities. Fix typo in the HID class bootloader CLI programmer application usage instructions.
* Fix typos in the HID class bootloader makefile.Dean Camera2011-02-111-3/+3
|
* Fix errors in the hid_bootloader_cli.c program code.Dean Camera2011-02-091-18/+15
|
* Update HID bootloader loader application to support the VID/PID used by the ↵Dean Camera2011-02-093-31/+92
| | | | bootloader.
* Added HID class bootloader, compatible with a modified version of the ↵Dean Camera2011-02-094-0/+1694
command line Teensy loader from PJRC.com.