aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Board/AVR8
AgeCommit message (Collapse)Author
2012-07-26Add support for the Olimex AVR-ISP-MK2 board.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2420 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-26Fix errors in some board driver LED_Disable() functions.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2419 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-03Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and ↵Dean
LEDs_ChangeLEDs() function implementations (thanks to MitchJS). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2380 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-21Add svn:eol-style property on all source files where it was missing. Fix ↵Dean
line endings of all makefile, *.c and *.h files. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2361 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-07Update SVN line endings property on newer source files to native.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2317 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2240 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-06Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 ↵Dean
architecture to use the fast PIN register toggle alternative function for speed. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2186 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-06Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2185 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-25Added support for the DorkbotPDX Duce board.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2176 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-25Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas ↵Dean
Saugnier). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2175 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-25Add basic hardware mapping information for all supported boards.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2173 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-20Fixed inverted LED logic in the OLIMEX162 board LED driver.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2117 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-22Added support for the BitWizard Multio and Big-Multio boards.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2065 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-12Add new Master SPI Mode USART serial peripheral driver for the XMEGA and ↵Dean
AVR8 architectures. Modify board Dataflash drivers so that each individual board is responsible for including the correct peripheral driver (SPI or SerialSPI) based on the board connections to the Dataflash chip. Complete A3BU-XPLAINED and B1-XPLAINED board Dataflash drivers. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2047 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-06Add board driver support for the Atmel XMEGA-B1 Xplained board.Dean
Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2036 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-05Add support for the Micropendous (Arduino-like) series of boards (revisions ↵Dean
1 and 2). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2031 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Add missing svn:eol-style properties to /trunk/.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2027 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file contributor copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2026 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file header copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2025 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-03Fix errors in the new Micropendous board drivers. Reorder the board ↵Dean
definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2021 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-03Add support for the Micropendous series of USB AVR8 boards.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2020 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-01-29Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵Dean
to the board hardware drivers. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2013 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-12-26Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 ↵Dean
board (thanks to Caroline Saliman). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2008 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵dean
trailing whitespace at the end of each line. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2007 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-28Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1997 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-28Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta ↵Dean
board targets. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1996 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-23Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1981 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-01Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical ↵Dean
USART-as-SPI transport driver still pending). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1969 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-09-22Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions ↵Dean
declared with that meta-attribute are not discarded by the linker. Add missing function and definition documentation. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1932 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-15Add missing SVN eol-style property to files where it was missing.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1887 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-08Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, ↵Dean
which will cause issues on *nix systems. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1789 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-08Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, ↵Dean
which will cause issues on *nix systems. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1788 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-05Massive corrections to the project documentation and code comments, thanks ↵Dean
to Russian translation services provided by Andrey from Microsin.ru. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1782 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-04Added board driver support for the Busware TUL board.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1780 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-01Spell check library source code files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1777 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-05-18Oops - fix bad include path in the moved USBKEY Dataflash board driver header.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1756 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-05-18Seperated out board drivers by architecture in the library internals for ↵Dean
better organisation. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1755 d5102386-fcda-11dd-9fdb-3debd5008f28