aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/HID
Commit message (Expand)AuthorAgeFilesLines
* The library bootloaders will now correctly start the user application after a...Dean Camera2012-04-292-0/+30
* Remove an unused variable in the HID loader CLI application. Update known iss...Dean Camera2012-04-191-4/+0
* Alter the bootloader section sizes to all be 8KB, to be in line with the defa...Dean Camera2012-04-182-5/+5
* Minor documentation improvements.Dean Camera2012-04-151-3/+3
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-143-6/+4
* Make Doxygen fail for any Doxygen output other than unsupported tags (as thes...Dean Camera2012-04-091-1/+1
* Re-enable cppcheck static analysis unused function checks after adding in spe...Dean Camera2012-03-251-11/+0
* Only abort Doxygen documentation generation if a non-unsupported tag warning ...Dean Camera2012-03-091-1/+1
* Update Doxygen documentation build scripts to fail if any warnings are genera...Dean Camera2012-03-091-1/+3
* Fix corrupt Doxygen configuration files, update project names.Dean Camera2012-03-081-47/+62
* Update Doxygen configuration files to disable Markdown support.Dean Camera2012-03-081-63/+48
* Update Doxygen configuration files for all projects.Dean Camera2012-03-071-107/+356
* Update code and StaticAnlysisTest so that missingInclude warnings do not have...Dean Camera2012-03-041-1/+2
* Fix warnings and errors found by the new cppcheck provided static code analysis.Dean Camera2012-02-281-0/+1
* Update file contributor copyrights for 2012.Dean Camera2012-02-044-4/+4
* Update file header copyrights for 2012.Dean Camera2012-02-044-4/+4
* Minor bootloader tweaks; make some functions static where possible to reduce ...Dean Camera2012-01-153-2/+6
* USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as t...Dean Camera2012-01-021-1/+1
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-235-63/+67
* Add missing SVN eol-style property to ensure that source code line endings an...Dean Camera2011-11-091-1/+1
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-211-1/+1
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-191-1/+1
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-157-2847/+2847
* Seperate out the device demos and project's configuration descriptor structur...Dean Camera2011-07-011-0/+2
* Add new "checksource" target to the library makefiles, for automated source f...Dean Camera2011-06-201-1/+10
* Expand the documentation for each Bootloader to give sample usage instruction...Dean Camera2011-06-022-3/+21
* Add new LUFA powered user projects to the documentation.Dean Camera2011-04-231-1/+1
* Fix HID class bootloader not working on the larger USB AVRs due to the altere...Dean Camera2011-04-231-1/+9
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-041-2/+2
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-211-7/+7
* Oops - Bootloader optimizations to GetDescriptor() don't work, as the Configu...Dean Camera2011-03-181-8/+18
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-1/+5
* Add missing HID bootloader AVRStudio project.Dean Camera2011-02-151-0/+1
* Add more const-ness to the stream endpoint/pipe functions where possible.Dean Camera2011-02-131-1/+2
* Fix typos in the HID class bootloader makefile.Dean Camera2011-02-111-3/+3
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-104-31/+23
* 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 b...Dean Camera2011-02-094-37/+93
* Added HID class bootloader, compatible with a modified version of the command...Dean Camera2011-02-0911-0/+4502