aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/AVR8
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation fixes.Dean Camera2013-10-272-2/+2
|
* Minor documentation improvements.Dean Camera2013-06-221-1/+1
|
* Add U2S board supportMichael2013-06-223-0/+320
| | | | | | Includes board definition files and patch for AVRISPMKII to move the reset line for pin compatibility. http://sites.google.com/site/megau2s/
* Update board Dataflash_Init() functions to automatically configure the ↵Dean Camera2013-06-125-8/+18
| | | | appropriate communication interface.
* Fix board driver hardware capability definition macro documentation. Fix ↵Dean Camera2013-04-2835-57/+57
| | | | Doxygen-to-Docbook transform eating the contents of generated tables.
* 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-062-15/+9
|
* Fixed swapped LED3 and LED4 masks for the Olimex-32U4 development board LED ↵Dean Camera2013-02-191-6/+6
| | | | driver.
* Fix typos in the new board hardware information header files.Dean Camera2013-01-272-3/+3
|
* Added new Board Hardware Information board driver.Dean Camera2013-01-2736-2/+2964
|
* 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 ↵Dean Camera2013-01-192-0/+241
| | | | Wesser).
* Update copyright year to 2013.Dean Camera2013-01-0365-130/+130
|
* Fixed hardware race condition that could cause failed device enumerations ↵Dean Camera2013-01-031-7/+3
| | | | | | | | for AVR8 and UC3 architectures (thanks to Mike Beyhs). Fixed incorrect Minimus board LED definitions (thanks to Joonas Lahtinen). Fixed incorrect LED masks for received data display in the Device GenericHID demos (thanks to Denys Berkovskyy).
* Minor documentation improvements.Dean Camera2012-10-0565-65/+65
|
* Add missing preprocessor logic to the USBKEY board Dataflash driver so that ↵Dean Camera2012-09-211-6/+12
| | | | DATAFLASH_TOTALCHIPS parameter for the board could theoretically be changed to 1 and have the code still work.
* Fixed incorrect Dataflash functionality in the USBKEY board if the driver is ↵Dean Camera2012-09-195-31/+31
| | | | modified for a single Dataflash chip (thanks to Jonathan Oakley).
* Minor documentation corrections.Dean Camera2012-09-195-5/+5
|
* Added support for the Xevelabs USB2AX revision 3.1 board.Dean Camera2012-09-152-25/+54
|
* 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 ↵Dean Camera2012-08-121-6/+6
| | | | around.
* Fixed inverted LED driving code for the Arduino Leonardo board. Fixed ↵Dean Camera2012-08-125-29/+29
| | | | inverted LEDs_GetLEDs() function implementation for the Benito, Minimus and Arduino UNO boards.
* Added support for the Arduino Leonardo board. Swap Olimex 32U4 RX/TX LED ↵Dean Camera2012-08-122-4/+173
| | | | masks so that it lines up with the Arduino boards.
* Add support for the Olimex AVR-ISP-MK2 board.Dean Camera2012-07-262-0/+246
|
* Fix errors in some board driver LED_Disable() functions.Dean Camera2012-07-264-10/+10
|
* Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and ↵Dean Camera2012-07-031-2/+2
| | | | LEDs_ChangeLEDs() function implementations (thanks to MitchJS).
* Add svn:eol-style property on all source files where it was missing. Fix ↵Dean Camera2012-06-213-514/+514
| | | | line endings of all makefile, *.c and *.h files.
* Update SVN line endings property on newer source files to native.Dean Camera2012-06-072-322/+322
|
* Minor documentation improvements.Dean Camera2012-05-271-1/+1
|
* Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 ↵Dean Camera2012-05-0632-41/+42
| | | | architecture to use the fast PIN register toggle alternative function for speed.
* Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.Dean Camera2012-05-064-0/+554
|
* Added support for the DorkbotPDX Duce board.Dean Camera2012-04-251-0/+147
|
* Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas ↵Dean Camera2012-04-251-16/+16
| | | | Saugnier).
* Add basic hardware mapping information for all supported boards.Dean Camera2012-04-2557-13/+364
|
* Fixed inverted LED logic in the OLIMEX162 board LED driver.Dean Camera2012-03-201-7/+7
|
* Added support for the BitWizard Multio and Big-Multio boards.Dean Camera2012-02-222-0/+308
|
* Add new Master SPI Mode USART serial peripheral driver for the XMEGA and ↵Dean Camera2012-02-125-0/+5
| | | | | | | | 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.
* Add board driver support for the Atmel XMEGA-B1 Xplained board.Dean Camera2012-02-065-10/+10
| | | | | | 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-052-11/+65
| | | | 1 and 2).
* Add missing svn:eol-style properties to /trunk/.Dean Camera2012-02-041-130/+130
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-0455-55/+55
|
* Update file header copyrights for 2012.Dean Camera2012-02-0455-55/+55
|
* Fix errors in the new Micropendous board drivers. Reorder the board ↵Dean Camera2012-02-031-3/+13
| | | | 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-032-0/+296
|
* Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵Dean Camera2012-01-2948-15/+322
| | | | to the board hardware drivers.
* Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 ↵Dean Camera2011-12-261-3/+3
| | | | board (thanks to Caroline Saliman).
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-2314-43/+51
| | | | trailing whitespace at the end of each line.
* Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).Dean Camera2011-11-282-0/+273
|
* Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta ↵Dean Camera2011-11-283-0/+21
| | | | board targets.