| Commit message (Expand) | Author | Age | Files | Lines |
* | Use strcat() in the HTTPServer project instead of using strcpy() and strlen(). | Dean Camera | 2011-11-09 | 1 | -4/+4 |
* | Add project name to the Doxygen makefile target output. | Dean Camera | 2011-09-21 | 1 | -1/+1 |
* | Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM(... | Dean Camera | 2011-07-30 | 1 | -1/+1 |
* | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN... | Dean Camera | 2011-07-19 | 1 | -5/+5 |
* | Add missing SVN eol-style property to files where it was missing. | Dean Camera | 2011-07-15 | 3 | -379/+379 |
* | Add missing device deconfiguration-on-error statements to the host mode demos... | Dean Camera | 2011-07-08 | 1 | -0/+3 |
* | Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum... | Dean Camera | 2011-07-08 | 2 | -68/+52 |
* | Add the GCC -fno-split-wide-types compile time option to some of the larger u... | Dean Camera | 2011-07-06 | 1 | -0/+1 |
* | Switch the HTTP Webserver project to use the safer strlcpy() instead of strnc... | Dean Camera | 2011-07-04 | 1 | -8/+2 |
* | Seperate out the device demos and project's configuration descriptor structur... | Dean Camera | 2011-07-01 | 1 | -0/+6 |
* | Add new "checksource" target to the library makefiles, for automated source f... | Dean Camera | 2011-06-20 | 1 | -2/+10 |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 7 | -9/+10 |
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 1 | -1/+1 |
* | Update Webserver project to remove DHCP IP configuration status notification. | Dean Camera | 2011-05-26 | 6 | -22/+5 |
* | Add new MediaController project, a simple Media Playback control manipulator ... | Dean Camera | 2011-05-23 | 1 | -1/+1 |
* | Correct errors in the DHCP Server application in the Webserver project, that ... | Dean Camera | 2011-05-23 | 2 | -62/+90 |
* | Add RNDIS Device support to the Webserver project, so that the files stored o... | Dean Camera | 2011-05-22 | 21 | -247/+932 |
* | Move global interrupt enable/disable functions out to Common.h and document t... | Dean Camera | 2011-04-08 | 1 | -5/+4 |
* | Add in a new common Delay_MS() function, which provides a blocking delay for ... | Dean Camera | 2011-04-08 | 1 | -4/+3 |
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean Camera | 2011-04-04 | 2 | -36/+36 |
* | Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr... | Dean Camera | 2011-03-23 | 1 | -3/+2 |
* | F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc... | Dean Camera | 2011-03-21 | 1 | -7/+7 |
* | Add new ARCH option to the makefiles to (eventually) specify the target devic... | Dean Camera | 2011-02-19 | 1 | -1/+5 |
* | Add static keyword to all project globals whose scope should be restricted to... | Dean Camera | 2011-02-10 | 2 | -6/+8 |
* | Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file. | Dean Camera | 2011-02-06 | 1 | -5/+5 |
* | Update projects using FatFS and PetiteFatFS to the latest library versions. | Dean Camera | 2011-02-06 | 6 | -831/+970 |
* | Renamed all driver termination *_ShutDown() functions to the more logical nam... | Dean Camera | 2011-01-30 | 1 | -1/+1 |
* | Altered all endpoint/pipe stream transfers so that the new BytesProcessed par... | Dean Camera | 2011-01-10 | 1 | -10/+6 |
* | The FAST_STREAM_TRANSFERS compile time option has been removed due to lack of... | Dean Camera | 2011-01-08 | 1 | -1/+0 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 20 | -40/+40 |
* | Documentation improvements - put driver example code into its own section, fi... | Dean Camera | 2010-12-26 | 1 | -6/+6 |
* | Add DEVICE_STATE_AS_GPIOR=0 compile time option to the library projects, to r... | Dean Camera | 2010-12-24 | 1 | -0/+1 |
* | Added ability to write protect Mass Storage disk write operations from the ho... | Dean Camera | 2010-11-26 | 3 | -1/+40 |
* | Changed the XPLAINBridge software UART to use the regular CTC mode instead of... | Dean Camera | 2010-11-25 | 1 | -1/+1 |
* | Lower bulk endpoint polling rate in the descriptors to the lowest possible va... | Dean Camera | 2010-11-22 | 1 | -2/+2 |
* | Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo... | Dean Camera | 2010-11-10 | 1 | -2/+2 |
* | Added board hardware driver support for the Adafruit U4 breakout board. | Dean Camera | 2010-11-08 | 1 | -1/+1 |
* | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev... | Dean Camera | 2010-11-05 | 2 | -3/+3 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 20 | -20/+20 |
* | Add descriptor class, subclass and protocol constants to the class drivers, m... | Dean Camera | 2010-10-25 | 1 | -6/+6 |
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ... | Dean Camera | 2010-10-24 | 6 | -7/+2 |
* | Minor documentation corrections. | Dean Camera | 2010-10-13 | 1 | -2/+2 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 40 | -527/+567 |
* | Fix Webserver project code not compiling due to the changes to the USB mode s... | Dean Camera | 2010-10-12 | 4 | -4/+4 |
* | Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ... | Dean Camera | 2010-09-30 | 1 | -1/+1 |
* | Remove dfu-programmer program switches, to ensure maximum compatibility with ... | Dean Camera | 2010-09-24 | 1 | -2/+2 |
* | Added the --suppress-bootloader-mem option to the makefile dfu target, to ens... | Dean Camera | 2010-09-24 | 1 | -3/+3 |
* | Make project makefiles correctly clean intermeditary build files from assembl... | Dean Camera | 2010-09-15 | 1 | -2/+2 |
* | Clarify in the project documentation files what the each of the different USB... | Dean Camera | 2010-08-31 | 2 | -4/+4 |
* | Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s... | Dean Camera | 2010-08-24 | 2 | -9/+12 |