aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/BoardTypes.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
|
* Add missing U2S board definition, update build tests and documentation.Dean Camera2013-06-221-0/+3
|
* Add support for the XMEGA C3 Xplained board.Dean Camera2013-05-201-6/+9
|
* Add support for the Dimex Stange-ISP programmer board (thanks to Gerhard ↵Dean Camera2013-01-191-0/+3
| | | | Wesser).
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
|
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Added support for the Xevelabs USB2AX revision 3.1 board.Dean Camera2012-09-151-0/+3
|
* Add support for the Atmel UC3-A3 Xplained board.Dean Camera2012-09-081-0/+3
|
* Added support for the Arduino Leonardo board. Swap Olimex 32U4 RX/TX LED ↵Dean Camera2012-08-121-1/+3
| | | | masks so that it lines up with the Arduino boards.
* Add support for the Olimex AVR-ISP-MK2 board.Dean Camera2012-07-261-0/+3
|
* Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.Dean Camera2012-05-061-0/+7
|
* Added support for the DorkbotPDX Duce board.Dean Camera2012-04-251-0/+3
|
* Added support for the BitWizard Multio and Big-Multio boards.Dean Camera2012-02-221-6/+12
|
* Add board driver support for the Atmel XMEGA-B1 Xplained board.Dean Camera2012-02-061-0/+3
| | | | | | Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements.
* Add support for the Micropendous (Arduino-like) series of boards (revisions ↵Dean Camera2012-02-051-0/+6
| | | | 1 and 2).
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Fix errors in the new Micropendous board drivers. Reorder the board ↵Dean Camera2012-02-031-20/+20
| | | | definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY.
* Add support for the Micropendous series of USB AVR8 boards.Dean Camera2012-02-031-37/+58
|
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-3/+3
| | | | trailing whitespace at the end of each line.
* Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).Dean Camera2011-11-281-0/+6
|
* Oops: Typo on the new TEENSY2 board support.Dean Camera2011-11-231-1/+1
|
* Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).Dean Camera2011-11-231-1/+4
|
* Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical ↵Dean Camera2011-11-011-3/+3
| | | | USART-as-SPI transport driver still pending).
* Add support for the Atmel XMEGA A3BU Xplained board.Dean Camera2011-10-311-0/+3
| | | | More XMEGA USB core fixes.
* Added board hardware driver support for the EVK1104 board.Dean Camera2011-06-271-0/+3
| | | | Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards.
* Add board driver support for the EVK1100 board.Dean Camera2011-06-271-0/+3
|
* Added board driver support for the Busware TUL board.Dean Camera2011-06-041-1/+4
|
* Added start of a port of the core USB driver code to the AVR32 UC3B ↵Dean Camera2011-02-201-0/+3
| | | | architecture.
* More Doxygen updates for multiple architecture support.Dean Camera2011-02-201-4/+5
|
* Start update of documentation to support possible multiple architectures in ↵Dean Camera2011-02-201-2/+2
| | | | the future - alter \file documentation to automatically copy in the module documentation where possible.
* Add new ARCH option to the makefiles to (eventually) specify the target ↵Dean Camera2011-02-191-4/+4
| | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
* Added board driver support for the Sparkfun ATMEGA8U2 breakout board.Dean Camera2011-02-161-0/+3
|
* Minor documentation improvements.Dean Camera2011-01-081-2/+2
|
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
|
* Fixed broken USBFOO board drivers due to missing BOARD_USBFOO define.Dean Camera2010-11-301-0/+3
|
* Added board hardware driver support for the Microsin AVR-USB162 development ↵Dean Camera2010-11-211-1/+4
| | | | board.
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-081-0/+3
| | | | | | 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).
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-281-1/+1
| | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
* Added board hardware driver support for the Minimus board (thanks to the ↵Dean Camera2010-10-171-0/+3
| | | | PSGroove team).
* Added board hardware driver support for the Maximus board (thanks to the ↵Dean Camera2010-10-171-0/+3
| | | | PSGroove team).
* Added board hardware driver support for the Blackcat USB JTAG board (thanks ↵Dean Camera2010-10-171-0/+3
| | | | to the PSGroove team).
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-16/+17
| | | | tool made by Laszlo Monda
* Added board hardware driver support for the Busware CUL V3 board.Dean Camera2010-10-061-0/+3
| | | | Added SVN eol-style property to the library driver files that are missing it.
* Added board hardware driver support for the Arduino Uno development board.Dean Camera2010-09-281-0/+3
| | | | Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver.
* Fix board name redefinition in BoardTypes.h (thanks to Daniel Czigany).Dean Camera2010-09-141-1/+1
|
* Added board hardware driver support for the BUI development board.Dean Camera2010-09-141-0/+3
|
* Added board hardware driver support for the UDIP development board.Dean Camera2010-09-141-0/+3
|
* Added board hardware driver support for the Olimex AVR-USB-162 development ↵Dean Camera2010-09-031-0/+3
| | | | board (thanks to Steve Fawcett).
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-120/+120
| | | | correctly converted to the target system's native end of line style.