Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrights for 2018. | Dean Camera | 2018-01-04 | 113 | -226/+226 |
| | |||||
* | Update copyrights for 2017. | Dean Camera | 2017-04-18 | 113 | -226/+226 |
| | |||||
* | Oops: add missing Pololu Micro board drivers. | Dean Camera | 2016-02-07 | 2 | -0/+233 |
| | |||||
* | Update copyrights to 2016. | Dean Camera | 2016-01-31 | 111 | -224/+224 |
| | |||||
* | Whitespace fixes. | Dean Camera | 2015-10-03 | 1 | -5/+5 |
| | |||||
* | Merge pull request #46 from NicoHood/patch-1 | Dean Camera | 2015-10-03 | 2 | -5/+17 |
|\ | | | | | Update Arduino Uno board definitions (thanks to NicoHood). | ||||
| * | Update Board.h | Nico | 2015-02-24 | 1 | -0/+6 |
| | | | | | | Added reset lines | ||||
| * | Update LEDs.h | Nico | 2015-02-24 | 1 | -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 Camera | 2015-05-17 | 111 | -222/+222 |
|/ | |||||
* | Upgrade to latest Doxygen. | Dean Camera | 2014-12-27 | 1 | -1/+1 |
| | |||||
* | Add board drivers for the Atmel Xplained-MINI kits. | Dean Camera | 2014-11-20 | 2 | -0/+213 |
| | |||||
* | Add missing MICRO board drivers. | Dean Camera | 2014-09-28 | 2 | -0/+247 |
| | |||||
* | Add support for the Arduino Micro board, fix other Arduino board LED drivers. | Dean Camera | 2014-09-11 | 2 | -34/+34 |
| | |||||
* | Add board support for the Arduino YUN ATMEGA32U4 coprocessor. | Dean Camera | 2014-09-11 | 2 | -0/+247 |
| | |||||
* | Fix LED driver for the Arduino Leonardo board. | Dean Camera | 2014-04-30 | 1 | -15/+15 |
| | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 105 | -223/+223 |
| | |||||
* | Minor documentation fixes. | Dean Camera | 2013-10-27 | 2 | -2/+2 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-06-22 | 1 | -1/+1 |
| | |||||
* | Add U2S board support | Michael | 2013-06-22 | 3 | -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 Camera | 2013-06-12 | 5 | -8/+18 |
| | | | | appropriate communication interface. | ||||
* | Fix board driver hardware capability definition macro documentation. Fix ↵ | Dean Camera | 2013-04-28 | 35 | -57/+57 |
| | | | | Doxygen-to-Docbook transform eating the contents of generated tables. | ||||
* | Fix typos in the Arduino Leonardo board drivers. | Dean Camera | 2013-04-08 | 2 | -10/+10 |
| | |||||
* | Added new CONCAT() and CONCAT_EXPANDED() convenience macros. | Dean Camera | 2013-04-06 | 2 | -15/+9 |
| | |||||
* | Fixed swapped LED3 and LED4 masks for the Olimex-32U4 development board LED ↵ | Dean Camera | 2013-02-19 | 1 | -6/+6 |
| | | | | driver. | ||||
* | Fix typos in the new board hardware information header files. | Dean Camera | 2013-01-27 | 2 | -3/+3 |
| | |||||
* | Added new Board Hardware Information board driver. | Dean Camera | 2013-01-27 | 36 | -2/+2964 |
| | |||||
* | Fix incorrect URLs for the Stange-ISP board. | Dean Camera | 2013-01-19 | 2 | -2/+2 |
| | |||||
* | Add support for the Dimex Stange-ISP programmer board (thanks to Gerhard ↵ | Dean Camera | 2013-01-19 | 2 | -0/+241 |
| | | | | Wesser). | ||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 65 | -130/+130 |
| | |||||
* | Fixed hardware race condition that could cause failed device enumerations ↵ | Dean Camera | 2013-01-03 | 1 | -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 Camera | 2012-10-05 | 65 | -65/+65 |
| | |||||
* | Add missing preprocessor logic to the USBKEY board Dataflash driver so that ↵ | Dean Camera | 2012-09-21 | 1 | -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 Camera | 2012-09-19 | 5 | -31/+31 |
| | | | | modified for a single Dataflash chip (thanks to Jonathan Oakley). | ||||
* | Minor documentation corrections. | Dean Camera | 2012-09-19 | 5 | -5/+5 |
| | |||||
* | Added support for the Xevelabs USB2AX revision 3.1 board. | Dean Camera | 2012-09-15 | 2 | -25/+54 |
| | |||||
* | Spell-check latest trunk source code. | Dean Camera | 2012-08-18 | 1 | -3/+3 |
| | |||||
* | Fix incorrect LED masks for the Olimex 32U4 and Leonardo boards. | Dean Camera | 2012-08-12 | 2 | -4/+4 |
| | |||||
* | Leonardo LEDs are RX/TX active Low and USER active high, not the other way ↵ | Dean Camera | 2012-08-12 | 1 | -6/+6 |
| | | | | around. | ||||
* | Fixed inverted LED driving code for the Arduino Leonardo board. Fixed ↵ | Dean Camera | 2012-08-12 | 5 | -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 Camera | 2012-08-12 | 2 | -4/+173 |
| | | | | masks so that it lines up with the Arduino boards. | ||||
* | Add support for the Olimex AVR-ISP-MK2 board. | Dean Camera | 2012-07-26 | 2 | -0/+246 |
| | |||||
* | Fix errors in some board driver LED_Disable() functions. | Dean Camera | 2012-07-26 | 4 | -10/+10 |
| | |||||
* | Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and ↵ | Dean Camera | 2012-07-03 | 1 | -2/+2 |
| | | | | LEDs_ChangeLEDs() function implementations (thanks to MitchJS). | ||||
* | Add svn:eol-style property on all source files where it was missing. Fix ↵ | Dean Camera | 2012-06-21 | 3 | -514/+514 |
| | | | | line endings of all makefile, *.c and *.h files. | ||||
* | Update SVN line endings property on newer source files to native. | Dean Camera | 2012-06-07 | 2 | -322/+322 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-05-27 | 1 | -1/+1 |
| | |||||
* | Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 ↵ | Dean Camera | 2012-05-06 | 32 | -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 Camera | 2012-05-06 | 4 | -0/+554 |
| | |||||
* | Added support for the DorkbotPDX Duce board. | Dean Camera | 2012-04-25 | 1 | -0/+147 |
| | |||||
* | Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas ↵ | Dean Camera | 2012-04-25 | 1 | -16/+16 |
| | | | | Saugnier). |