Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AppConfigHeaders: Update several additional user projects to use ↵ | Dean Camera | 2012-05-10 | 1 | -0/+3 |
| | | | | configuration header files, rather than makefile defines. | ||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 1 | -2/+2 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Remove redundant type information for bitfield elements, other than the ↵ | Dean Camera | 2011-04-10 | 1 | -20/+20 |
| | | | | | | signed/unsignedness of the element. Change type of USB_SelectedPipe and USB_SelectedEndpoint for the AVR32 UC3 architecture to uint32_t to reduce the compiled code size. | ||||
* | Added new high level TWI packet read/write commands, altered behaviour of ↵ | Dean Camera | 2011-01-13 | 1 | -4/+3 |
| | | | | | | the TWI_StartTransmission() function. Spell check source code files. | ||||
* | Oops - The DS1307 contains an unused "DayOfWeek" register that must be ↵ | Dean Camera | 2011-01-13 | 1 | -7/+15 |
| | | | | accounted for in the new unified DS1307 Time/Day read and write routines. | ||||
* | Changed TempDataLogger project's DS1307 driver to simplify the function ↵ | Dean Camera | 2011-01-13 | 1 | -15/+12 |
| | | | | interface and prevent a possible race condition. | ||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | Added basic driver example use code to the library documentation. | Dean Camera | 2010-12-26 | 1 | -2/+2 |
| | | | | Made the USARTStream global public and documented in the SerialStream module, allowing for the serial USART stream to be accessed via its handle rather than via the implicit stdout and stdin streams. | ||||
* | 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 | -11/+12 |
| | | | | tool made by Laszlo Monda | ||||
* | Rename reserved members of all structs so that they are uniformly named ↵ | Dean Camera | 2010-07-26 | 1 | -4/+4 |
| | | | | | | across all demos/projects/bootloaders. Added start of the Incomplete TMC demo's command parser code. | ||||
* | Update all demos, projects and bootloaders to indent all function ↵ | Dean Camera | 2010-07-21 | 1 | -5/+12 |
| | | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos. | ||||
* | Change over all makefiles to use C99 standards mode, rather than C99 + GNU ↵ | Dean Camera | 2010-07-18 | 1 | -6/+6 |
| | | | | Extensions. | ||||
* | Add first lot of AVRStudio project files for some of the library projects. | Dean Camera | 2010-07-13 | 1 | -0/+109 |