aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Spell check more of the third party libraries used by LUFA.Dean Camera2010-07-304-21/+21
* Spell check all source files once again to find any typos.Dean Camera2010-07-2912-96/+96
* Add missing INTERRUPT_CONTROL_ENDPOINT compile time option to the Mass Storag...Dean Camera2010-07-261-0/+1
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-218-23/+51
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-193-80/+64
* Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean Camera2010-07-181-1/+1
* Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean Camera2010-07-152-2/+3
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-151-18/+6
* Fix pointer aliasing warning in the Mass Storage demos.Dean Camera2010-07-151-3/+2
* Add remaining AVRStudio project files to the library projects.Dean Camera2010-07-131-0/+1
* Add missing clean_doxygen phony targets to the project makefiles.Dean Camera2010-07-121-1/+2
* Correct misspellings in the Bluetooth demo code.Dean Camera2010-07-111-1/+1
* Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean Camera2010-07-091-3/+3
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-021-0/+1
* Update TemperatureDataLogger and Webserver projects to the latest FATFS libra...Dean Camera2010-06-145-1000/+1441
* More documentation fixes.Dean Camera2010-06-031-2/+2
* Minor documentation cleanups.Dean Camera2010-06-034-29/+29