Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new ARCH option to the makefiles to (eventually) specify the target ↵ | Dean Camera | 2011-02-19 | 1 | -143/+0 |
| | | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. | ||||
* | Added new high level TWI packet read/write commands, altered behaviour of ↵ | Dean Camera | 2011-01-13 | 1 | -8/+76 |
| | | | | | | the TWI_StartTransmission() function. Spell check source code files. | ||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Add missing const qualifiers to class drivers. | Dean Camera | 2010-07-21 | 1 | -1/+2 |
| | | | | Indent core library function parameters so that there is only one parameter per line, to increase readability. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -73/+73 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Improve documentation for the ADC and TWI drivers. | Dean Camera | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | Fix TWI driver not aborting when faced with no response after attempting to ↵ | Dean Camera | 2010-02-25 | 1 | -2/+2 |
| | | | | address a device on the bus. | ||||
* | Added a timeout value to the TWI_StartTransmission() function, within which ↵ | Dean Camera | 2010-02-24 | 1 | -21/+40 |
| | | | | | | the addressed device must respond. Fixed TWI_StartTransmission() corrupting the contents of the GPIOR0 register. | ||||
* | Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory. | Dean Camera | 2010-01-25 | 1 | -0/+54 |
Fix TemperatureDataLogger and Webserver project builds. |