aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board
Commit message (Expand)AuthorAgeFilesLines
...
* Added support for the Dataflash mounted on the XPLAIN board. Added new XPLAIN...Dean Camera2009-12-037-3/+235
* Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ...Dean Camera2009-11-241-2/+2
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-1/+1
* Remove dependancies from the LowLevel demos to the ClassDriver demos, since t...Dean Camera2009-11-081-1/+1
* Changed Audio Class driver sample read/write functions to be inline, to reduc...Dean Camera2009-10-031-1/+1
* Added support for the Atmel XPLAIN board.Dean Camera2009-10-024-6/+129
* Doxygen fixes to \param directives to give data direction in all projects. Ma...Dean Camera2009-09-241-2/+4
* Added support for the officially recommended layout of the external periphera...Dean Camera2009-09-1710-0/+363
* Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board drive...Dean Camera2009-08-314-4/+0
* Fixed AVRISP programmer demo -- can now connect to a target and read/write Si...Dean Camera2009-08-231-7/+3
* Added standard stream example to the ClassDriver CDC device demo.Dean Camera2009-07-301-1/+1
* Added new LEDs_ToggleLEDs() function to the Board LEDs driver.Dean Camera2009-07-246-24/+56
* Added better module summaries.Dean Camera2009-07-145-5/+13
* Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for ...Dean Camera2009-06-291-1/+14
* Added const modifiers to device mode class drivers.Dean Camera2009-06-285-26/+26
* Added USB Missle Launcher project, submitted by Dave Fletcher.Dean Camera2009-06-161-1/+1
* Fix build errors in Joystick device demo and library LEDs driver (on *nix sys...Dean Camera2009-05-071-5/+5
* Changed HWB board driver to Buttons driver, to allow for the support of futur...Dean Camera2009-05-068-81/+108
* Fixed missing semicolon in the ATAVRUSBRF01 LED board driver code, changed LE...Dean Camera2009-05-052-1/+25
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-041-1/+1
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-222-4/+4
* Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean Camera2009-04-192-2/+2
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-179-29/+37
* Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.Dean Camera2009-04-162-2/+2
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-1623-27/+238
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-014-6/+6
* Board Dataflash driver now allows for dataflash ICs which use different shift...Dean Camera2009-03-174-64/+142
* Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean Camera2009-03-041-3/+3
* Moved all source to the trunk directory.Dean Camera2009-02-2324-0/+2392