aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-0823-10071/+10071
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean Camera2010-05-074-12/+12
* Fix TeensyHID bootloader for the largest AVRs - only the ATMEGA128x needs the...Dean Camera2010-05-072-8/+9
* Remove incorrect Abstract Call Management class specific descriptor from the ...Dean Camera2010-05-062-9/+0
* Ensure that the CDC class drivers return 0 if the number of unread bytes is q...Dean Camera2010-05-061-1/+1
* Make CDC class bootloader hard-reset the AVR when exited instead of a soft-re...Dean Camera2010-05-066-35/+26
* Oops - typo in the updated TeensyHID bootloader code when compiled for the no...Dean Camera2010-05-063-4/+8
* Fixed TeensyHID bootloader so that it works with the official TeensyLoader GU...Dean Camera2010-05-065-13/+42
* Fixed incorrect comparison in the descriptor callback routine of the TeensyHI...Dean Camera2010-05-061-1/+1
* Fixed device state not being reset back to the default state if the host sets...Dean Camera2010-05-041-18/+21
* Use puts_P() and printf_P() instead of the normal variants where possible in ...Dean Camera2010-04-281-9/+9
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-283-6/+6
* Remove incomplete/nonfunctional MIDI class bootloader.Dean Camera2010-04-289-3343/+0
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-288-38/+20