Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix board driver hardware capability definition macro documentation. Fix ↵ | Dean Camera | 2013-04-28 | 1 | -2/+2 |
| | | | | Doxygen-to-Docbook transform eating the contents of generated tables. | ||||
* | Speed up Doxygen-to-Docbook conversion, enable partial syntax highlighting ↵ | Dean Camera | 2013-04-25 | 1 | -1/+4 |
| | | | | in the MS HV1 output. | ||||
* | Add code template for the new board hardware information driver. | Dean Camera | 2013-01-27 | 1 | -0/+82 |
| | |||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 4 | -8/+8 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 4 | -4/+4 |
| | |||||
* | Fixed incorrect Dataflash functionality in the USBKEY board if the driver is ↵ | Dean Camera | 2012-09-19 | 1 | -5/+5 |
| | | | | modified for a single Dataflash chip (thanks to Jonathan Oakley). | ||||
* | Minor documentation corrections. | Dean Camera | 2012-09-19 | 1 | -1/+1 |
| | |||||
* | Doxygen documentation style changes. Minor documentation corrections. | Dean Camera | 2012-04-08 | 4 | -37/+45 |
| | |||||
* | Add new Master SPI Mode USART serial peripheral driver for the XMEGA and ↵ | Dean Camera | 2012-02-12 | 1 | -3/+3 |
| | | | | | | | | 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 Camera | 2012-02-06 | 1 | -2/+2 |
| | | | | | | Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements. | ||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 4 | -4/+4 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 4 | -4/+4 |
| | |||||
* | Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵ | Dean Camera | 2012-01-29 | 3 | -0/+15 |
| | | | | to the board hardware drivers. | ||||
* | Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical ↵ | Dean Camera | 2011-11-01 | 1 | -0/+32 |
| | | | | USART-as-SPI transport driver still pending). | ||||
* | Massive corrections to the project documentation and code comments, thanks ↵ | Dean Camera | 2011-06-05 | 1 | -2/+2 |
| | | | | to Russian translation services provided by Andrey from Microsin.ru. | ||||
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 1 | -1/+1 |
| | |||||
* | More updates to remove architecture-specific comments from the ↵ | Dean Camera | 2011-02-20 | 3 | -4/+3 |
| | | | | documentation, alter USBMode.h preprocessor logic to support future architectures more easily. | ||||
* | Start update of documentation to support possible multiple architectures in ↵ | Dean Camera | 2011-02-20 | 3 | -7/+0 |
| | | | | the future - alter \file documentation to automatically copy in the module documentation where possible. | ||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 4 | -8/+8 |
| | |||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 4 | -4/+4 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 4 | -46/+50 |
| | | | | tool made by Laszlo Monda | ||||
* | Added board hardware driver support for the BUI development board. | Dean Camera | 2010-09-14 | 1 | -1/+1 |
| | |||||
* | Added new project makefile template to the library and moved board driver ↵ | Dean Camera | 2010-09-11 | 4 | -0/+491 |
stub files into in a new CodeTemplates directory. |