aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board
Commit message (Expand)AuthorAgeFilesLines
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-175-12/+12
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-162-3/+3
* Change over Doxygen \note documentation to \pre where applicable.Dean Camera2010-06-151-2/+2
* Minor documentation cleanups.Dean Camera2010-06-0312-13/+13
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-291-1/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-0842-5065/+5065
* Oops, incorrectly edited the Benito buttons driver file instead of the JM-DB-...Dean Camera2010-03-303-20/+15
* Add missing board Buttons driver for the USBTINY MKII board target.Dean Camera2010-03-302-0/+99
* Oops - make sure board driver dispatch headers test for the correct BOARD def...Dean Camera2010-03-304-8/+112
* Added support for the JM-DB-U2 board hardware.Dean Camera2010-03-304-0/+228
* Added board hardware driver support for the Benito programmer.Dean Camera2010-03-302-1/+132
* Added board hardware driver support for Tom's USBTINY MKII programmer.Dean Camera2010-03-306-11/+139
* Add briefs for the library core structures.Dean Camera2010-03-2931-1/+61
* Add file-level brief documentation.Dean Camera2010-03-2935-61/+42
* Added new Relay Controller Board project (thanks to OBinou).Dean Camera2010-03-242-4/+130
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-2428-453/+92
* Update Temperature board driver to be AVR32 compatible when the ADC periphera...Dean Camera2010-02-233-5/+18
* Change over board hardware drivers to use the custom uintN_t and intN_t nativ...Dean Camera2010-02-2222-87/+69
* Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.Dean Camera2010-02-229-12/+378
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-1129-29/+28
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-045-10/+16
* Make board specific and device peripheral specific drivers' file documentatio...Dean Camera2010-02-0129-0/+148
* Fixed STK525 Dataflash driver using incorrect bit-shifting for Dataflash addr...Dean Camera2010-02-011-2/+2
* Added explicit ADC channel masks for the standard set of ADC channels, as the...Dean Camera2010-01-252-4/+7
* Oops - incorrect Dataflash chip select mask in the XPLAIN Dataflash driver.Dean Camera2010-01-071-1/+1
* Fix XPLAIN Dataflash and LED drivers.Dean Camera2010-01-072-11/+9
* Update copyright year to 2010.Dean Camera2009-12-3035-70/+70
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-2835-247/+247
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-135-5/+5
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-091-1/+1
* Added support for the Atmel EVK527 board hardware.Dean Camera2009-12-0410-3/+557
* 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