aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/AVR8
Commit message (Collapse)AuthorAgeFilesLines
* Oops: add missing Pololu Micro board drivers.Dean Camera2016-02-072-0/+233
|
* Update copyrights to 2016.Dean Camera2016-01-31111-224/+224
|
* Whitespace fixes.Dean Camera2015-10-031-5/+5
|
* Merge pull request #46 from NicoHood/patch-1Dean Camera2015-10-032-5/+17
|\ | | | | Update Arduino Uno board definitions (thanks to NicoHood).
| * Update Board.hNico2015-02-241-0/+6
| | | | | | Added reset lines
| * Update LEDs.hNico2015-02-241-5/+11
| | | | | | | | | | | | | | | | Changed Led 5 and 4 to be compatible with the official firmware: https://github.com/arduino/Arduino/blob/master/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/Board/LEDs.h#L54-L57 Added TX and RX Led makro Fixed wrong Led logic: OUT and LOW results in LED on.
* | Update copyrights to 2015 (better late than never).Dean Camera2015-05-17111-222/+222
|/
* Upgrade to latest Doxygen.Dean Camera2014-12-271-1/+1
|
* Add board drivers for the Atmel Xplained-MINI kits.Dean Camera2014-11-202-0/+213
|
* Add missing MICRO board drivers.Dean Camera2014-09-282-0/+247
|
* Add support for the Arduino Micro board, fix other Arduino board LED drivers.Dean Camera2014-09-112-34/+34
|
* Add board support for the Arduino YUN ATMEGA32U4 coprocessor.Dean Camera2014-09-112-0/+247
|
* Fix LED driver for the Arduino Leonardo board.Dean Camera2014-04-301-15/+15
|
* Update copyrights for 2014.Dean Camera2014-01-04105-223/+223
|
* 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
|