Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Seperated out board drivers by architecture in the library internals for ↵ | Dean Camera | 2011-05-18 | 2 | -311/+0 |
| | | | | better organisation. | ||||
* | More updates to remove architecture-specific comments from the ↵ | Dean Camera | 2011-02-20 | 1 | -1/+1 |
| | | | | 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 | 2 | -12/+4 |
| | | | | the future - alter \file documentation to automatically copy in the module documentation where possible. | ||||
* | Move out Dataflash IC command constants headers into the general ↵ | Dean Camera | 2011-02-19 | 2 | -116/+1 |
| | | | | LUFA/Drivers/Misc/ directory rather than duplicating them inside the individual board driver folders. | ||||
* | Add new ARCH option to the makefiles to (eventually) specify the target ↵ | Dean Camera | 2011-02-19 | 3 | -3/+3 |
| | | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. | ||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 3 | -6/+6 |
| | |||||
* | Move RNDISConstants.h into the RNDIS class driver common definition header. | Dean Camera | 2010-10-28 | 1 | -0/+6 |
| | | | | Add logical grouping of related #define values for better Doxygen documentation. | ||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 3 | -3/+3 |
| | | | | 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 | 3 | -43/+46 |
| | | | | tool made by Laszlo Monda | ||||
* | Added board hardware driver support for the BUI development board. | Dean Camera | 2010-09-14 | 3 | -10/+10 |
| | |||||
* | Added LEDs_ToggleLEDs() function to several board LED drivers which were ↵ | Dean Camera | 2010-09-09 | 1 | -2/+2 |
| | | | | | | missing it (thanks to Andrei Krainev). Simplify some of the LED driver functions to produce more compact code. | ||||
* | More spell checking of all source files -- correct missed errors, switch to ↵ | Dean Camera | 2010-07-30 | 1 | -1/+1 |
| | | | | EN-GB spelling dictionary. | ||||
* | Convert over internal pseudo-function macros to true inline functions for ↵ | Dean Camera | 2010-07-22 | 1 | -0/+60 |
| | | | | added type-safety and compile-checking. | ||||
* | Add missing const qualifiers to class drivers. | Dean Camera | 2010-07-21 | 2 | -2/+4 |
| | | | | Indent core library function parameters so that there is only one parameter per line, to increase readability. | ||||
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 3 | -363/+363 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Add briefs for the library core structures. | Dean Camera | 2010-03-29 | 3 | -0/+6 |
| | |||||
* | Add file-level brief documentation. | Dean Camera | 2010-03-29 | 3 | -6/+3 |
| | | | | Remove accidentally duplicated model-specific peripheral driver files. | ||||
* | Revert changes made for the partial port to the AVR32 architecture. | Dean Camera | 2010-02-24 | 1 | -6/+7 |
| | |||||
* | Change over board hardware drivers to use the custom uintN_t and intN_t ↵ | Dean Camera | 2010-02-22 | 1 | -7/+6 |
| | | | | native word size types. | ||||
* | Add more include protection macros to give the user warnings when they try ↵ | Dean Camera | 2010-02-11 | 2 | -2/+2 |
| | | | | to manually include private driver header files, instead of the public driver headers. | ||||
* | Make board specific and device peripheral specific drivers' file ↵ | Dean Camera | 2010-02-01 | 3 | -0/+15 |
| | | | | documentation copy over to the module documentation, so that it is visible in the normal module view of the library documentation. | ||||
* | Oops - incorrect Dataflash chip select mask in the XPLAIN Dataflash driver. | Dean Camera | 2010-01-07 | 1 | -1/+1 |
| | |||||
* | Fix XPLAIN Dataflash and LED drivers. | Dean Camera | 2010-01-07 | 2 | -11/+9 |
| | |||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 3 | -6/+6 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 3 | -21/+21 |
| | |||||
* | Added support for the Dataflash mounted on the XPLAIN board. Added new ↵ | Dean Camera | 2009-12-03 | 2 | -0/+226 |
| | | | | XPLAIN_REV1 board target for the first revision XPLAIN board, which used a different (smaller) Dataflash IC to later revisions. | ||||
* | Added support for the Atmel XPLAIN board. | Dean Camera | 2009-10-02 | 1 | -0/+121 |