aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders
Commit message (Expand)AuthorAgeFilesLines
* Add missing SVN eol-style property to ensure that source code line endings an...Dean Camera2011-11-099-355/+355
* Added User Application APIs to the CDC and DFU class bootloaders.Dean Camera2011-10-1114-5/+410
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-213-3/+3
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-192-4/+4
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-157-2847/+2847
* Remove custom CDC class descriptor definitions from the CDC bootloader, and s...Dean Camera2011-07-012-40/+6
* Seperate out the device demos and project's configuration descriptor structur...Dean Camera2011-07-013-0/+8
* Add new "checksource" target to the library makefiles, for automated source f...Dean Camera2011-06-203-3/+30
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-052-5/+5
* Expand the documentation for each Bootloader to give sample usage instruction...Dean Camera2011-06-024-20/+86
* Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA...Dean Camera2011-06-012-6/+6
* 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
* Make DFU and CDC class bootloaders also toggle the LEDs on command activity i...Dean Camera2011-04-232-4/+10
* Added LED flashing to the CDC and DFU class bootloaders to indicate when they...Dean Camera2011-04-234-0/+30
* 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-043-20/+20
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-213-21/+21
* Oops - Bootloader optimizations to GetDescriptor() don't work, as the Configu...Dean Camera2011-03-183-22/+50
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-193-3/+15
* 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-108-105/+57
* 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-096-37/+95
* Added HID class bootloader, compatible with a modified version of the command...Dean Camera2011-02-0913-4/+4517
* Change bootloader makefiles to automatically compute the bootloader starting ...Dean Camera2011-02-093-6/+10
* Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean Camera2011-02-062-8/+8
* Tighten up the Bootloader GetDescriptor() function, as the descriptor size ca...Dean Camera2011-02-063-50/+32
* 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-102-2/+0
* Update copyright year on all source files.Dean Camera2011-01-019-17/+17
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-262-8/+8
* Add ORDERED_EP_CONFIG compile time option to the CDC class bootloader, to red...Dean Camera2010-12-241-0/+1
* 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
* Readd incomplete MIDIToneGenerator project, which can now correctly generate ...Dean Camera2010-11-241-1/+1
* Lower bulk endpoint polling rate in the descriptors to the lowest possible va...Dean Camera2010-11-221-2/+2
* Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo...Dean Camera2010-11-101-3/+3
* Fix incorrect ADEFS and CPPDEFS entries in the DFU and CDC class bootloader m...Dean Camera2010-11-092-4/+4
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-053-9/+9
* Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to N...Dean Camera2010-10-293-190/+197
* Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and...Dean Camera2010-10-295-30/+59
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-2810-10/+10
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-252-12/+12
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-1313-312/+325
* Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re...Dean Camera2010-10-072-0/+2
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-303-8/+8
* Added board hardware driver support for the Arduino Uno development board.Dean Camera2010-09-281-1/+1