aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Common/BoardTypes.h
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-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-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-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-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
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-23Oops: Typo on the new TEENSY2 board support.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1983 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-10-31Add support for the Atmel XMEGA A3BU Xplained board.Dean
More XMEGA USB core fixes. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1965 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-27Added board hardware driver support for the EVK1104 board.Dean
Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1826 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-27Add board driver support for the EVK1100 board.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1825 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-02-20Added start of a port of the core USB driver code to the AVR32 UC3B ↵Dean
architecture. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1676 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-20More Doxygen updates for multiple architecture support.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1674 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-20Start update of documentation to support possible multiple architectures in ↵Dean
the future - alter \file documentation to automatically copy in the module documentation where possible. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1673 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target ↵Dean
device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1669 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-16Added board driver support for the Sparkfun ATMEGA8U2 breakout board.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1666 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-01-08Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1626 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-01-01Update copyright year on all source files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1622 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-11-30Fixed broken USBFOO board drivers due to missing BOARD_USBFOO define.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1598 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-11-21Added board hardware driver support for the Microsin AVR-USB162 development ↵Dean
board. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1587 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-11-08Added board hardware driver support for the Adafruit U4 breakout board.Dean
Fixed calculation of timer register reload values derived from F_CPU; must subtract one from the division result for the compare value to be correct. Change AVRISP-MKII rescue clock speed to 4MHz to ensure that a 125KHz ISP speed works regardless of the target's fuses (i.e. DIV8 set). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1559 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean
redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1541 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-17Added board hardware driver support for the Minimus board (thanks to the ↵Dean
PSGroove team). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1533 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-17Added board hardware driver support for the Maximus board (thanks to the ↵Dean
PSGroove team). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1531 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-17Added board hardware driver support for the Blackcat USB JTAG board (thanks ↵Dean
to the PSGroove team). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1530 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify ↵Dean
tool made by Laszlo Monda git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1524 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-06Added board hardware driver support for the Busware CUL V3 board.Dean
Added SVN eol-style property to the library driver files that are missing it. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1515 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-09-28Added board hardware driver support for the Arduino Uno development board.Dean
Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1499 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-09-14Fix board name redefinition in BoardTypes.h (thanks to Daniel Czigany).Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1480 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-09-14Added board hardware driver support for the BUI development board.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1478 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-09-14Added board hardware driver support for the UDIP development board.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1477 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-09-03Added board hardware driver support for the Olimex AVR-USB-162 development ↵Dean
board (thanks to Steve Fawcett). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1460 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-05-08Add svn:eol-style property to source files, so that the line endings are ↵Dean
correctly converted to the target system's native end of line style. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1248 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-03-30Add missing board Buttons driver for the USBTINY MKII board target.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1186 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-03-30Oops - make sure board driver dispatch headers test for the correct BOARD ↵Dean
define values. Add button support for the BENITO board target. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1185 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-03-30Added support for the JM-DB-U2 board hardware.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1184 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-03-30Added board hardware driver support for the Benito programmer.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1183 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-03-30Added board hardware driver support for Tom's USBTINY MKII programmer.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1182 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-03-29Add file-level brief documentation.Dean
Remove accidentally duplicated model-specific peripheral driver files. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1180 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-03-24Added new Relay Controller Board project (thanks to OBinou).Dean
Added hardware board driver support for the PJRC Teensy line of USB AVR boards. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1177 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-02-24Revert changes made for the partial port to the AVR32 architecture.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1155 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-02-22Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1144 d5102386-fcda-11dd-9fdb-3debd5008f28