aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/HID/HostLoaderApp
Commit message (Collapse)AuthorAgeFilesLines
* Fix additional missing va_end() in the HID bootloader CLI utility.Dean Camera2015-12-221-3/+2
|
* Fix HID bootloader CLI app missing va_end() calls.Dean Camera2015-12-221-0/+4
|
* Patch HID bootloader host app to fix Windows compilation (thanks to Duncan ↵Dean Camera2015-05-112-4/+5
| | | | McDonald).
* ignore HID Bootloader upload toolStefan Hellermann2015-02-281-0/+1
|
* Fix up the StaticAnalysis build test so that it does not report invalid ↵Dean Camera2012-09-151-0/+5
| | | | configurations.
* Spell-check latest trunk source code.Dean Camera2012-08-181-2/+2
|
* Remove an unused variable in the HID loader CLI application. Update known ↵Dean Camera2012-04-191-4/+0
| | | | issues list.
* Re-enable cppcheck static analysis unused function checks after adding in ↵Dean Camera2012-03-251-11/+0
| | | | special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos.
* Update code and StaticAnlysisTest so that missingInclude warnings do not ↵Dean Camera2012-03-041-1/+2
| | | | | | have to be suppressed, and so that all code except for third party libraries can be checked. Update SingleUSBModeTest makefile to separate out the messages from the test commands.
* Fix warnings and errors found by the new cppcheck provided static code analysis.Dean Camera2012-02-281-0/+1
|
* 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.