aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver
Commit message (Expand)AuthorAgeFilesLines
* Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum...Dean Camera2011-07-082-68/+52
* Add the GCC -fno-split-wide-types compile time option to some of the larger u...Dean Camera2011-07-061-0/+1
* Switch the HTTP Webserver project to use the safer strlcpy() instead of strnc...Dean Camera2011-07-041-8/+2
* Seperate out the device demos and project's configuration descriptor structur...Dean Camera2011-07-011-0/+6
* Add new "checksource" target to the library makefiles, for automated source f...Dean Camera2011-06-201-2/+10
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-057-9/+10
* Spell check library source code files.Dean Camera2011-06-011-1/+1
* Update Webserver project to remove DHCP IP configuration status notification.Dean Camera2011-05-266-22/+5
* Add new MediaController project, a simple Media Playback control manipulator ...Dean Camera2011-05-231-1/+1
* Correct errors in the DHCP Server application in the Webserver project, that ...Dean Camera2011-05-232-62/+90
* Add RNDIS Device support to the Webserver project, so that the files stored o...Dean Camera2011-05-2221-247/+932
* Move global interrupt enable/disable functions out to Common.h and document t...Dean Camera2011-04-081-5/+4
* Add in a new common Delay_MS() function, which provides a blocking delay for ...Dean Camera2011-04-081-4/+3
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-042-36/+36
* Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr...Dean Camera2011-03-231-3/+2
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-211-7/+7
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-1/+5
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-102-6/+8
* Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean Camera2011-02-061-5/+5
* Update projects using FatFS and PetiteFatFS to the latest library versions.Dean Camera2011-02-066-831/+970
* Renamed all driver termination *_ShutDown() functions to the more logical nam...Dean Camera2011-01-301-1/+1
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-10/+6
* The FAST_STREAM_TRANSFERS compile time option has been removed due to lack of...Dean Camera2011-01-081-1/+0
* Update copyright year on all source files.Dean Camera2011-01-0120-40/+40
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-261-6/+6
* Add DEVICE_STATE_AS_GPIOR=0 compile time option to the library projects, to r...Dean Camera2010-12-241-0/+1
* Added ability to write protect Mass Storage disk write operations from the ho...Dean Camera2010-11-263-1/+40
* Changed the XPLAINBridge software UART to use the regular CTC mode instead of...Dean Camera2010-11-251-1/+1
* Lower bulk endpoint polling rate in the descriptors to the lowest possible va...Dean Camera2010-11-221-2/+2
* Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo...Dean Camera2010-11-101-2/+2
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-081-1/+1
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-052-3/+3
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-2820-20/+20
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-251-6/+6
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-246-7/+2
* Minor documentation corrections.Dean Camera2010-10-131-2/+2
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-1340-527/+567
* Fix Webserver project code not compiling due to the changes to the USB mode s...Dean Camera2010-10-124-4/+4
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-301-1/+1
* Remove dfu-programmer program switches, to ensure maximum compatibility with ...Dean Camera2010-09-241-2/+2
* Added the --suppress-bootloader-mem option to the makefile dfu target, to ens...Dean Camera2010-09-241-3/+3
* Make project makefiles correctly clean intermeditary build files from assembl...Dean Camera2010-09-151-2/+2
* Clarify in the project documentation files what the each of the different USB...Dean Camera2010-08-312-4/+4
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-242-9/+12
* Fixed MassStorage based demos and projects resetting the SCSI sense values be...Dean Camera2010-08-182-31/+67
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-091-3/+4
* Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...Dean Camera2010-08-081-1/+4
* Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ...Dean Camera2010-08-021-1/+2
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-302-2/+2
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-305-20/+20