aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Board/AVR8
AgeCommit message (Expand)Author
2012-07-26Add support for the Olimex AVR-ISP-MK2 board.Dean
2012-07-26Fix errors in some board driver LED_Disable() functions.Dean
2012-07-03Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and LEDs_Chan...Dean
2012-06-21Add svn:eol-style property on all source files where it was missing. Fix line...Dean
2012-06-07Update SVN line endings property on newer source files to native.Dean
2012-05-27Minor documentation improvements.Dean
2012-05-06Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 ar...Dean
2012-05-06Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.Dean
2012-04-25Added support for the DorkbotPDX Duce board.Dean
2012-04-25Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas Sa...Dean
2012-04-25Add basic hardware mapping information for all supported boards.Dean
2012-03-20Fixed inverted LED logic in the OLIMEX162 board LED driver.Dean
2012-02-22Added support for the BitWizard Multio and Big-Multio boards.Dean
2012-02-12Add new Master SPI Mode USART serial peripheral driver for the XMEGA and AVR8...Dean
2012-02-06Add board driver support for the Atmel XMEGA-B1 Xplained board.Dean
2012-02-05Add support for the Micropendous (Arduino-like) series of boards (revisions 1...Dean
2012-02-04Add missing svn:eol-style properties to /trunk/.Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2012-02-03Fix errors in the new Micropendous board drivers. Reorder the board definitio...Dean
2012-02-03Add support for the Micropendous series of USB AVR8 boards.Dean
2012-01-29Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ...Dean
2011-12-26Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 board...Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-11-28Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).Dean
2011-11-28Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta boar...Dean
2011-11-23Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).Dean
2011-11-01Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical USAR...Dean
2011-09-22Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean
2011-07-15Add missing SVN eol-style property to files where it was missing.Dean
2011-06-08Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, ...Dean
2011-06-08Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, ...Dean
2011-06-05Massive corrections to the project documentation and code comments, thanks to...Dean
2011-06-04Added board driver support for the Busware TUL board.Dean
2011-06-01Spell check library source code files.Dean
2011-05-18Oops - fix bad include path in the moved USBKEY Dataflash board driver header.Dean
2011-05-18Seperated out board drivers by architecture in the library internals for bett...Dean