| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 2 | -2/+2 |
* | Added new callback to the Audio Class driver to allow for endpoint control ma... | Dean Camera | 2011-06-03 | 2 | -4/+12 |
* | F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc... | Dean Camera | 2011-03-21 | 11 | -77/+77 |
* | Add new ARCH option to the makefiles to (eventually) specify the target devic... | Dean Camera | 2011-02-19 | 11 | -11/+55 |
* | Add static keyword to all project globals whose scope should be restricted to... | Dean Camera | 2011-02-10 | 7 | -4/+8 |
* | Renamed all driver termination *_ShutDown() functions to the more logical nam... | Dean Camera | 2011-01-30 | 11 | -11/+11 |
* | Oops - fix up some calls to the old function names, include Serial Peripheral... | Dean Camera | 2011-01-30 | 1 | -0/+1 |
* | Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send... | Dean Camera | 2011-01-30 | 1 | -1/+1 |
* | Removed SerialStream module, rolled functionality into the base USART Serial ... | Dean Camera | 2011-01-30 | 33 | -45/+66 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 23 | -45/+45 |
* | Documentation improvements - put driver example code into its own section, fi... | Dean Camera | 2010-12-26 | 11 | -44/+44 |
* | Loop in the ClassDriver MIDI device/host demos until there are no more incomm... | Dean Camera | 2010-11-05 | 1 | -1/+1 |
* | Added standard keyboard HID report scancode defines (thanks to László Monda). | Dean Camera | 2010-10-28 | 2 | -19/+37 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 23 | -23/+23 |
* | Add descriptor class, subclass and protocol constants to the class drivers, m... | Dean Camera | 2010-10-25 | 5 | -5/+5 |
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ... | Dean Camera | 2010-10-24 | 11 | -11/+0 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 45 | -659/+704 |
* | Move out many of the common class driver constants into grouped enums, to mak... | Dean Camera | 2010-09-28 | 6 | -18/+18 |
* | Remove dfu-programmer program switches, to ensure maximum compatibility with ... | Dean Camera | 2010-09-24 | 11 | -22/+22 |
* | Added the --suppress-bootloader-mem option to the makefile dfu target, to ens... | Dean Camera | 2010-09-24 | 11 | -33/+33 |
* | Make project makefiles correctly clean intermeditary build files from assembl... | Dean Camera | 2010-09-15 | 11 | -22/+22 |
* | Added class specific descriptor type defines with standard USB-IF element nam... | Dean Camera | 2010-09-09 | 1 | -1/+1 |
* | Added new PRNT_Host_BytesReceived() and PRNT_Host_ReceiveByte() functions to ... | Dean Camera | 2010-09-07 | 1 | -1/+1 |
* | Clarify in the project documentation files what the each of the different USB... | Dean Camera | 2010-08-31 | 11 | -11/+11 |
* | Tighten up the code in the delta movement detection code in the MouseHostWith... | Dean Camera | 2010-08-09 | 2 | -13/+7 |
* | Fix invocations of avr-size in all makefiles broken on unpatched *nix systems... | Dean Camera | 2010-08-08 | 11 | -11/+44 |
* | Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ... | Dean Camera | 2010-08-02 | 11 | -11/+22 |
* | More spell checking of all source files -- correct missed errors, switch to E... | Dean Camera | 2010-07-30 | 11 | -11/+11 |
* | Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha... | Dean Camera | 2010-07-30 | 1 | -4/+3 |
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 12 | -21/+21 |
* | Update all demos, projects and bootloaders to indent all function parameters,... | Dean Camera | 2010-07-21 | 22 | -28/+50 |
* | Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. | Dean Camera | 2010-07-19 | 11 | -684/+461 |
* | Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex... | Dean Camera | 2010-07-18 | 11 | -11/+11 |
* | Disable strict aliasing explicitly in the project makefiles, as this is appar... | Dean Camera | 2010-07-15 | 11 | -0/+11 |
* | Removed the automated checking of event names in the demo, project and bootlo... | Dean Camera | 2010-07-15 | 11 | -198/+66 |
* | Add AVRStudio 4 project files to the ClassDriver Host mode demos. | Dean Camera | 2010-07-13 | 11 | -0/+11 |
* | Add missing clean_doxygen phony targets to the project makefiles. | Dean Camera | 2010-07-12 | 11 | -11/+22 |
* | Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu... | Dean Camera | 2010-07-02 | 11 | -0/+11 |
* | Minor fixes to demos to add in some missing comments, printf() formatting. Ma... | Dean Camera | 2010-06-12 | 1 | -1/+1 |
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 3 | -12/+12 |
* | Remove obsolete entry from the Doxygen configuration files. | Dean Camera | 2010-05-23 | 11 | -11/+11 |
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 55 | -29631/+29631 |
* | Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th... | Dean Camera | 2010-05-07 | 12 | -44/+44 |
* | The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() f... | Dean Camera | 2010-04-29 | 1 | -1/+1 |
* | Use puts_P() and printf_P() instead of the normal variants where possible in ... | Dean Camera | 2010-04-28 | 11 | -84/+84 |
* | Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low... | Dean Camera | 2010-04-28 | 11 | -22/+22 |
* | USB_Init() no longer calls sei() to enable global interrupts - this must now ... | Dean Camera | 2010-04-28 | 22 | -1/+23 |
* | Add new LUFA logo by Ryo Yamauchi. | Dean Camera | 2010-03-25 | 1 | -4/+5 |
* | All Class Driver Host mode demos now correctly set the board LEDs to READY on... | Dean Camera | 2010-03-25 | 11 | -7/+12 |
* | Standardized the naming scheme given to configuration descriptor sub-elements... | Dean Camera | 2010-03-22 | 1 | -2/+2 |