Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Seperated out board drivers by architecture in the library internals for ↵ | Dean Camera | 2011-05-18 | 1 | -92/+0 |
| | | | | better organisation. | ||||
* | Start update of documentation to support possible multiple architectures in ↵ | Dean Camera | 2011-02-20 | 1 | -14/+2 |
| | | | | the future - alter \file documentation to automatically copy in the module documentation where possible. | ||||
* | Add new ARCH option to the makefiles to (eventually) specify the target ↵ | Dean Camera | 2011-02-19 | 1 | -1/+1 |
| | | | | 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 | 1 | -2/+2 |
| | |||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 1 | -1/+1 |
| | | | | 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 | 1 | -9/+10 |
| | | | | tool made by Laszlo Monda | ||||
* | Added board hardware driver support for the BUI development board. | Dean Camera | 2010-09-14 | 1 | -3/+3 |
| | |||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -103/+103 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Add briefs for the library core structures. | Dean Camera | 2010-03-29 | 1 | -0/+2 |
| | |||||
* | Add file-level brief documentation. | Dean Camera | 2010-03-29 | 1 | -2/+1 |
| | | | | 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 | -1/+2 |
| | |||||
* | Change over board hardware drivers to use the custom uintN_t and intN_t ↵ | Dean Camera | 2010-02-22 | 1 | -2/+1 |
| | | | | native word size types. | ||||
* | Add more include protection macros to give the user warnings when they try ↵ | Dean Camera | 2010-02-11 | 1 | -1/+1 |
| | | | | 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 | 1 | -0/+5 |
| | | | | documentation copy over to the module documentation, so that it is visible in the normal module view of the library documentation. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
| | |||||
* | Added support for the officially recommended layout of the external ↵ | Dean Camera | 2009-09-17 | 1 | -0/+8 |
| | | | | | | peripherals connected to the BUMBLEB board. Added flag to the HID Host Class driver to indicate the currently selected reporting protocol. | ||||
* | Changed HWB board driver to Buttons driver, to allow for the support of ↵ | Dean Camera | 2009-05-06 | 1 | -0/+89 |
future boards with more than one mounted GPIO button. |