aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
Commit message (Expand)AuthorAgeFilesLines
...
* Change over board hardware drivers to use the custom uintN_t and intN_t nativ...Dean Camera2010-02-221-0/+6
* Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.Dean Camera2010-02-223-2/+121
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-0/+12
* Inline USB management functions in the Class drivers which are standardized b...Dean Camera2010-01-051-1/+1
* Update copyright year to 2010.Dean Camera2009-12-303-6/+6
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-283-21/+21
* Added support for the Atmel EVK527 board hardware.Dean Camera2009-12-041-4/+7
* Added support for the Dataflash mounted on the XPLAIN board. Added new XPLAIN...Dean Camera2009-12-031-2/+5
* Add optional double-banking support to the Device mode Class Drivers, on a pe...Dean Camera2009-11-061-5/+1
* Minor documentation fixups.Dean Camera2009-10-031-1/+1
* Added support for the Atmel XPLAIN board.Dean Camera2009-10-021-0/+3
* Add const qualifiers to Host mode Class drivers.Dean Camera2009-09-211-50/+54
* Added support for the officially recommended layout of the external periphera...Dean Camera2009-09-171-0/+3
* Cleanup and optimization of the internal serial retrieval routines.Dean Camera2009-08-031-1/+1
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-5/+5
* Renamed Serial_Stream driver to SerialStream to remain consistent with the re...Dean Camera2009-04-171-1/+1
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-164-79/+61
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-012-14/+14
* Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ma...Dean Camera2009-03-091-21/+0
* Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean Camera2009-03-041-1/+1
* Moved all source to the trunk directory.Dean Camera2009-02-234-0/+430