Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix additional missing va_end() in the HID bootloader CLI utility. | Dean Camera | 2015-12-22 | 1 | -3/+2 |
| | |||||
* | Fix HID bootloader CLI app missing va_end() calls. | Dean Camera | 2015-12-22 | 1 | -0/+4 |
| | |||||
* | Patch HID bootloader host app to fix Windows compilation (thanks to Duncan ↵ | Dean Camera | 2015-05-11 | 2 | -4/+5 |
| | | | | McDonald). | ||||
* | ignore HID Bootloader upload tool | Stefan Hellermann | 2015-02-28 | 1 | -0/+1 |
| | |||||
* | Fix up the StaticAnalysis build test so that it does not report invalid ↵ | Dean Camera | 2012-09-15 | 1 | -0/+5 |
| | | | | configurations. | ||||
* | Spell-check latest trunk source code. | Dean Camera | 2012-08-18 | 1 | -2/+2 |
| | |||||
* | Remove an unused variable in the HID loader CLI application. Update known ↵ | Dean Camera | 2012-04-19 | 1 | -4/+0 |
| | | | | issues list. | ||||
* | Re-enable cppcheck static analysis unused function checks after adding in ↵ | Dean Camera | 2012-03-25 | 1 | -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 Camera | 2012-03-04 | 1 | -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 Camera | 2012-02-28 | 1 | -0/+1 |
| | |||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 1 | -3/+3 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Expand the documentation for each Bootloader to give sample usage ↵ | Dean Camera | 2011-06-02 | 1 | -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 Camera | 2011-02-11 | 1 | -3/+3 |
| | |||||
* | Fix errors in the hid_bootloader_cli.c program code. | Dean Camera | 2011-02-09 | 1 | -18/+15 |
| | |||||
* | Update HID bootloader loader application to support the VID/PID used by the ↵ | Dean Camera | 2011-02-09 | 3 | -31/+92 |
| | | | | bootloader. | ||||
* | Added HID class bootloader, compatible with a modified version of the ↵ | Dean Camera | 2011-02-09 | 4 | -0/+1694 |
command line Teensy loader from PJRC.com. |