aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/DFU
Commit message (Expand)AuthorAgeFilesLines
* 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/+61
* Update Doxygen configuration files to disable Markdown support.Dean Camera2012-03-081-62/+48
* Update Doxygen configuration files for all projects.Dean Camera2012-03-071-107/+356
* Minor documentation fixes - change \note entries to \warning where appropriat...Dean Camera2012-02-241-1/+1
* Update file contributor copyrights for 2012.Dean Camera2012-02-046-6/+6
* Update file header copyrights for 2012.Dean Camera2012-02-046-6/+6
* Add API support signature to the CDC and DFU class bootloaders, so that the a...Dean Camera2012-02-032-7/+18
* Minor documentation improvements.Dean Camera2012-02-011-1/+1
* Add missing reference to the BootloaderAPI.S source file in the DFU and CDC c...Dean Camera2012-01-291-1/+1
* Fixed DFU class bootloader not resetting the LED pins as high impedance input...Dean Camera2012-01-291-2/+3
* Minor bootloader tweaks; make some functions static where possible to reduce ...Dean Camera2012-01-153-4/+9
* 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-234-11/+12
* Add missing const qualifier to bootloader API function parameters.Dean Camera2011-11-282-12/+12
* Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line ...Dean Camera2011-11-233-8/+1
* Add missing SVN eol-style property to ensure that source code line endings an...Dean Camera2011-11-094-177/+177
* Added User Application APIs to the CDC and DFU class bootloaders.Dean Camera2011-10-117-3/+206
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-211-1/+1
* 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
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-051-1/+1
* Expand the documentation for each Bootloader to give sample usage instruction...Dean Camera2011-06-021-16/+36
* Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA...Dean Camera2011-06-011-3/+3
* Make DFU and CDC class bootloaders also toggle the LEDs on command activity i...Dean Camera2011-04-231-4/+7
* Added LED flashing to the CDC and DFU class bootloaders to indicate when they...Dean Camera2011-04-232-0/+15
* Correct UC3 global interrupt functions.Dean Camera2011-04-081-1/+1
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-041-16/+16
* 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-9/+18
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-1/+5
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-102-24/+24
* Update HID bootloader loader application to support the VID/PID used by the b...Dean Camera2011-02-091-0/+1
* Change bootloader makefiles to automatically compute the bootloader starting ...Dean Camera2011-02-092-4/+6
* Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean Camera2011-02-061-4/+4
* Tighten up the Bootloader GetDescriptor() function, as the descriptor size ca...Dean Camera2011-02-062-36/+27
* Renamed all driver termination *_ShutDown() functions to the more logical nam...Dean Camera2011-01-301-1/+1
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-1/+0
* Update copyright year on all source files.Dean Camera2011-01-014-8/+8
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-261-4/+4
* Fixed broken USBFOO board drivers due to missing BOARD_USBFOO define.Dean Camera2010-11-301-1/+1
* Fixed broken DFU bootloader, added XPLAIN support for bootloader start when X...Dean Camera2010-11-272-0/+25
* Fix incorrect ADEFS and CPPDEFS entries in the DFU and CDC class bootloader m...Dean Camera2010-11-091-2/+2
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-052-5/+5
* Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and...Dean Camera2010-10-291-3/+3
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-284-4/+4
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-251-3/+3
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-136-155/+161
* Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re...Dean Camera2010-10-071-0/+1