Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 6 | -0/+326 |
| | | | | | | 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 | 7 | -11/+32 |
| | | | | appropriate communication interface. | ||||
* | Fix typos in the XMEGA board LED drivers, use a cleaner change and set ↵ | Dean Camera | 2013-06-12 | 3 | -13/+28 |
| | | | | implementation. | ||||
* | Ensure core library documentation sections use unique IDs. | Dean Camera | 2013-06-01 | 6 | -19/+19 |
| | |||||
* | Added missing LEDs to the XMEGA A3BU Xplained and XMEGA C3 Xplained board ↵ | Dean Camera | 2013-06-01 | 2 | -28/+88 |
| | | | | LED drivers | ||||
* | Merge branch 'master' into XMEGA-Demo-Ports-ClockOnly | Dean Camera | 2013-05-20 | 8 | -20/+362 |
|\ | |||||
| * | Add support for the XMEGA C3 Xplained board. | Dean Camera | 2013-05-20 | 8 | -23/+365 |
| | | |||||
* | | Add stub functions to all board drivers, so that demos can be compiled with ↵ | Dean Camera | 2013-05-19 | 3 | -12/+36 |
|/ | | | | BOARD=NONE. | ||||
* | Update Atmel Studio getting started page and associated images. | Dean Camera | 2013-05-12 | 1 | -3/+11 |
| | |||||
* | Fix board driver hardware capability definition macro documentation. Fix ↵ | Dean Camera | 2013-04-28 | 41 | -69/+69 |
| | | | | 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 | 3 | -32/+24 |
| | |||||
* | 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 |
| | |||||
* | Fix typo in the board hardware info dispatch driver header file. | Dean Camera | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | Added new Board Hardware Information board driver. | Dean Camera | 2013-01-27 | 43 | -2/+3631 |
| | |||||
* | 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 | 4 | -0/+245 |
| | | | | Wesser). | ||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 87 | -174/+174 |
| | |||||
* | 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 | 87 | -87/+87 |
| | |||||
* | 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 | 7 | -35/+35 |
| | | | | modified for a single Dataflash chip (thanks to Jonathan Oakley). | ||||
* | Minor documentation corrections. | Dean Camera | 2012-09-19 | 8 | -8/+8 |
| | |||||
* | Added support for the Xevelabs USB2AX revision 3.1 board. | Dean Camera | 2012-09-15 | 3 | -26/+55 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-09-09 | 4 | -4/+4 |
| | |||||
* | Add support for the Atmel UC3-A3 Xplained board. | Dean Camera | 2012-09-08 | 5 | -7/+305 |
| | |||||
* | 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. | ||||
* | Fix typo in the LED dispatch header, breaking builds for Leonardo board or ↵ | Dean Camera | 2012-08-12 | 1 | -1/+1 |
| | | | | boards without a LUFA provided LED driver. | ||||
* | Added support for the Arduino Leonardo board. Swap Olimex 32U4 RX/TX LED ↵ | Dean Camera | 2012-08-12 | 3 | -7/+178 |
| | | | | masks so that it lines up with the Arduino boards. | ||||
* | Add support for the Olimex AVR-ISP-MK2 board. | Dean Camera | 2012-07-26 | 4 | -0/+250 |
| | |||||
* | 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. | ||||
* | Spell check source code, fix mistakes. | Dean Camera | 2012-06-09 | 3 | -4/+4 |
| | |||||
* | Update SVN line endings property on newer source files to native. | Dean Camera | 2012-06-07 | 2 | -322/+322 |
| | |||||
* | Fix UC3 support in the BUILD build system module. Fix bug in the EVK1101 ↵ | Dean Camera | 2012-06-02 | 1 | -1/+1 |
| | | | | board buttons driver. | ||||
* | Minor documentation improvements. | Dean Camera | 2012-05-27 | 1 | -1/+1 |
| | |||||
* | Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵ | Dean Camera | 2012-05-20 | 5 | -23/+23 |
| | | | | and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output. | ||||
* | 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 | 6 | -0/+562 |
| | |||||
* | Added support for the DorkbotPDX Duce board. | Dean Camera | 2012-04-25 | 2 | -0/+149 |
| | |||||
* | Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas ↵ | Dean Camera | 2012-04-25 | 1 | -16/+16 |
| | | | | Saugnier). | ||||
* | Add basic hardware mapping information for all supported boards. | Dean Camera | 2012-04-25 | 71 | -13/+460 |
| | |||||
* | Fix documentation of the board LED driver (thanks to Karl Lunt). | Dean Camera | 2012-04-23 | 1 | -3/+3 |
| |