aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added CDC functional descriptor structs to the Low Level CDC demos and CDC cl...Dean Camera2010-09-286-43/+146
* Added the --suppress-bootloader-mem option to the makefile dfu target, to ens...Dean Camera2010-09-242-2/+2
* Make project makefiles correctly clean intermeditary build files from assembl...Dean Camera2010-09-152-4/+4
* Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA...Dean Camera2010-09-143-15/+15
* Add the "REQ_" prefix to the DFU class bootloader class-specific request cons...Dean Camera2010-09-122-13/+13
* Fix typos in the project overview text files.Dean Camera2010-09-092-2/+2
* Clarify in the project documentation files what the each of the different USB...Dean Camera2010-08-312-8/+8
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-244-12/+14
* Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...Dean Camera2010-08-082-2/+8
* Fixed software application start command broken in the DFU class bootloader w...Dean Camera2010-08-053-11/+17
* Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ...Dean Camera2010-08-022-2/+4
* Re-add deleted linker options to the Bootloader makefiles, which was preventi...Dean Camera2010-07-312-0/+2
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-301-1/+1
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-303-3/+3
* Spell check more of the third party libraries used by LUFA.Dean Camera2010-07-301-1/+1
* Add the formula used to obtain the bootloader start address to the Bootloader...Dean Camera2010-07-302-6/+10
* Spell check all source files once again to find any typos.Dean Camera2010-07-292-3/+3
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-214-6/+12
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-192-121/+82
* Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean Camera2010-07-182-2/+2
* Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean Camera2010-07-152-0/+2
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-152-34/+12
* Add AVRStudio 4 project files to the LowLevel Host mode demos.Dean Camera2010-07-131-1/+1
* Add AVRStudio 4 project files for the library bootloaders.Dean Camera2010-07-132-0/+2
* Add missing clean_doxygen phony targets to the project makefiles.Dean Camera2010-07-122-2/+2
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-022-0/+2
* Minor documentation cleanups.Dean Camera2010-06-031-4/+4
* Small tweaks to ConfigDescriptor.c/.h to ensure pointers use the correct type...Dean Camera2010-05-302-2/+6
* Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...Dean Camera2010-05-291-10/+10
* Removed unused line encoding data and control requests from the CDC Bootloade...Dean Camera2010-05-262-118/+3
* Switch to using the correct intptr_t type use where a pointer must be cast to...Dean Camera2010-05-261-4/+4
* Remove obsolete entry from the Doxygen configuration files.Dean Camera2010-05-232-2/+2
* Renamed CDC device class demos' ManagementEndpoint descriptor to Notification...Dean Camera2010-05-202-2/+2
* Removed TeensyHID bootloader, per request from Paul at PJRC.Dean Camera2010-05-128-2877/+0