aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for 2014.Dean Camera2014-01-04137-288/+288
* Minor documentation fixes.Dean Camera2013-10-272-2/+2
* Minor documentation improvements.Dean Camera2013-06-221-1/+1
* Add U2S board supportMichael2013-06-226-0/+326
* Update board Dataflash_Init() functions to automatically configure the approp...Dean Camera2013-06-127-11/+32
* Fix typos in the XMEGA board LED drivers, use a cleaner change and set implem...Dean Camera2013-06-123-13/+28
* Ensure core library documentation sections use unique IDs.Dean Camera2013-06-016-19/+19
* Added missing LEDs to the XMEGA A3BU Xplained and XMEGA C3 Xplained board LED...Dean Camera2013-06-012-28/+88
* Merge branch 'master' into XMEGA-Demo-Ports-ClockOnlyDean Camera2013-05-208-20/+362
|\
| * Add support for the XMEGA C3 Xplained board.Dean Camera2013-05-208-23/+365
* | Add stub functions to all board drivers, so that demos can be compiled with B...Dean Camera2013-05-193-12/+36
|/
* Update Atmel Studio getting started page and associated images.Dean Camera2013-05-121-3/+11
* Fix board driver hardware capability definition macro documentation. Fix Doxy...Dean Camera2013-04-2841-69/+69
* Fix typos in the Arduino Leonardo board drivers.Dean Camera2013-04-082-10/+10
* Added new CONCAT() and CONCAT_EXPANDED() convenience macros.Dean Camera2013-04-063-32/+24
* Fixed swapped LED3 and LED4 masks for the Olimex-32U4 development board LED d...Dean Camera2013-02-191-6/+6
* Fix typos in the new board hardware information header files.Dean Camera2013-01-272-3/+3
* Fix typo in the board hardware info dispatch driver header file.Dean Camera2013-01-271-1/+1
* Added new Board Hardware Information board driver.Dean Camera2013-01-2743-2/+3631
* Fix incorrect URLs for the Stange-ISP board.Dean Camera2013-01-192-2/+2
* Add support for the Dimex Stange-ISP programmer board (thanks to Gerhard Wess...Dean Camera2013-01-194-0/+245
* Update copyright year to 2013.Dean Camera2013-01-0387-174/+174
* Fixed hardware race condition that could cause failed device enumerations for...Dean Camera2013-01-031-7/+3
* Minor documentation improvements.Dean Camera2012-10-0587-87/+87
* Add missing preprocessor logic to the USBKEY board Dataflash driver so that D...Dean Camera2012-09-211-6/+12
* Fixed incorrect Dataflash functionality in the USBKEY board if the driver is ...Dean Camera2012-09-197-35/+35
* Minor documentation corrections.Dean Camera2012-09-198-8/+8
* Added support for the Xevelabs USB2AX revision 3.1 board.Dean Camera2012-09-153-26/+55
* Minor documentation improvements.Dean Camera2012-09-094-4/+4
* Add support for the Atmel UC3-A3 Xplained board.Dean Camera2012-09-085-7/+305
* Spell-check latest trunk source code.Dean Camera2012-08-181-3/+3
* Fix incorrect LED masks for the Olimex 32U4 and Leonardo boards.Dean Camera2012-08-122-4/+4
* Leonardo LEDs are RX/TX active Low and USER active high, not the other way ar...Dean Camera2012-08-121-6/+6
* Fixed inverted LED driving code for the Arduino Leonardo board. Fixed inverte...Dean Camera2012-08-125-29/+29
* Fix typo in the LED dispatch header, breaking builds for Leonardo board or bo...Dean Camera2012-08-121-1/+1
* Added support for the Arduino Leonardo board. Swap Olimex 32U4 RX/TX LED mask...Dean Camera2012-08-123-7/+178
* Add support for the Olimex AVR-ISP-MK2 board.Dean Camera2012-07-264-0/+250
* Fix errors in some board driver LED_Disable() functions.Dean Camera2012-07-264-10/+10
* Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and LEDs_Chan...Dean Camera2012-07-031-2/+2
* Add svn:eol-style property on all source files where it was missing. Fix line...Dean Camera2012-06-213-514/+514
* Spell check source code, fix mistakes.Dean Camera2012-06-093-4/+4
* Update SVN line endings property on newer source files to native.Dean Camera2012-06-072-322/+322
* Fix UC3 support in the BUILD build system module. Fix bug in the EVK1101 boar...Dean Camera2012-06-021-1/+1
* Minor documentation improvements.Dean Camera2012-05-271-1/+1
* Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ...Dean Camera2012-05-205-23/+23
* Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 ar...Dean Camera2012-05-0632-41/+42
* Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.Dean Camera2012-05-066-0/+562
* Added support for the DorkbotPDX Duce board.Dean Camera2012-04-252-0/+149
* Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas Sa...Dean Camera2012-04-251-16/+16
* Add basic hardware mapping information for all supported boards.Dean Camera2012-04-2571-13/+460