aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/CDC
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+204
* 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-3/+3
* 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-011-0/+4
* 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-4/+4
* Expand the documentation for each Bootloader to give sample usage instruction...Dean Camera2011-06-021-1/+29
* 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-0/+3
* Added LED flashing to the CDC and DFU class bootloaders to indicate when they...Dean Camera2011-04-232-0/+15
* 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-5/+14
* 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-50/+10
* Update HID bootloader loader application to support the VID/PID used by the b...Dean Camera2011-02-091-0/+1
* Added HID class bootloader, compatible with a modified version of the command...Dean Camera2011-02-091-0/+7
* Change bootloader makefiles to automatically compute the bootloader starting ...Dean Camera2011-02-091-2/+4
* 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-061-14/+5
* 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
* Add ORDERED_EP_CONFIG compile time option to the CDC class bootloader, to red...Dean Camera2010-12-241-0/+1
* 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-091-2/+2
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-051-4/+4
* 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-294-27/+56
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-285-5/+5
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-251-9/+9
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-136-156/+162
* Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re...Dean Camera2010-10-071-0/+1
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-302-7/+7
* Added board hardware driver support for the Arduino Uno development board.Dean Camera2010-09-281-1/+1
* Added CDC functional descriptor structs to the Low Level CDC demos and CDC cl...Dean Camera2010-09-284-31/+134
* Added the --suppress-bootloader-mem option to the makefile dfu target, to ens...Dean Camera2010-09-241-1/+1
* Make project makefiles correctly clean intermeditary build files from assembl...Dean Camera2010-09-151-2/+2
* Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA...Dean Camera2010-09-142-5/+5
* Fix typos in the project overview text files.Dean Camera2010-09-091-1/+1
* Clarify in the project documentation files what the each of the different USB...Dean Camera2010-08-311-4/+4
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-242-8/+9
* Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...Dean Camera2010-08-081-1/+4
* Fixed software application start command broken in the DFU class bootloader w...Dean Camera2010-08-051-0/+1
* Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ...Dean Camera2010-08-021-1/+2
* Re-add deleted linker options to the Bootloader makefiles, which was preventi...Dean Camera2010-07-311-0/+1