Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git] / Projects / Webserver /
2011-07-08 Dean CameraAdd missing device deconfiguration-on-error statements...
2011-07-08 Dean CameraUpdated all host mode demos and projects to use the...
2011-07-06 Dean CameraAdd the GCC -fno-split-wide-types compile time option...
2011-07-04 Dean CameraSwitch the HTTP Webserver project to use the safer...
2011-07-01 Dean CameraSeperate out the device demos and project's configurati...
2011-06-20 Dean CameraAdd new "checksource" target to the library makefiles...
2011-06-05 Dean CameraMassive corrections to the project documentation and...
2011-06-01 Dean CameraSpell check library source code files.
2011-05-26 Dean CameraUpdate Webserver project to remove DHCP IP configuratio...
2011-05-23 Dean CameraAdd new MediaController project, a simple Media Playbac...
2011-05-23 Dean CameraCorrect errors in the DHCP Server application in the...
2011-05-22 Dean CameraAdd RNDIS Device support to the Webserver project,...
2011-04-08 Dean CameraMove global interrupt enable/disable functions out...
2011-04-08 Dean CameraAdd in a new common Delay_MS() function, which provides...
2011-04-04 Dean CameraRenamed all low level Endpoint_Read_*, Endpoint_Write_...
2011-03-23 Dean CameraUse the MIN() macro where possible instead of manual...
2011-03-21 Dean CameraF_CLOCK changed to F_USB to be more descriptive, and...
2011-02-19 Dean CameraAdd new ARCH option to the makefiles to (eventually...
2011-02-10 Dean CameraAdd static keyword to all project globals whose scope...
2011-02-06 Dean CameraOops - fix missing constants in the TempDataLogger...
2011-02-06 Dean CameraUpdate projects using FatFS and PetiteFatFS to the...
2011-01-30 Dean CameraRenamed all driver termination *_ShutDown() functions...
2011-01-10 Dean CameraAltered all endpoint/pipe stream transfers so that...
2011-01-08 Dean CameraThe FAST_STREAM_TRANSFERS compile time option has been...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-12-26 Dean CameraDocumentation improvements - put driver example code...
2010-12-24 Dean CameraAdd DEVICE_STATE_AS_GPIOR=0 compile time option to...
2010-11-26 Dean CameraAdded ability to write protect Mass Storage disk write...
2010-11-25 Dean CameraChanged the XPLAINBridge software UART to use the regul...
2010-11-22 Dean CameraLower bulk endpoint polling rate in the descriptors...
2010-11-10 Dean CameraFixed incorrect PollingIntervalMS values in the demo...
2010-11-08 Dean CameraAdded board hardware driver support for the Adafruit...
2010-11-05 Dean CameraRenamed the EVENT_USB_Device_UnhandledControlRequest...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-25 Dean CameraAdd descriptor class, subclass and protocol constants...
2010-10-24 Dean CameraAll USB class drivers are now automatically included...
2010-10-13 Dean CameraMinor documentation corrections.
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-10-12 Dean CameraFix Webserver project code not compiling due to the...
2010-09-30 Dean CameraReverted Endpoint/Pipe non-sequential configuration...
2010-09-24 Dean CameraRemove dfu-programmer program switches, to ensure maxim...
2010-09-24 Dean CameraAdded the --suppress-bootloader-mem option to the makef...
2010-09-15 Dean CameraMake project makefiles correctly clean intermeditary...
2010-08-31 Dean CameraClarify in the project documentation files what the...
2010-08-24 Dean CameraChanged the signature of the CALLBACK_USB_GetDescriptor...
2010-08-18 Dean CameraFixed MassStorage based demos and projects resetting...
2010-08-09 Dean CameraRemoved complicated logic for the Endpoint_ConfigureEnd...
2010-08-08 Dean CameraFix invocations of avr-size in all makefiles broken...
2010-08-02 Dean CameraHide the PROGMEM attribute from Doxygen, as it appears...
2010-07-30 Dean CameraOops - fix mixed "initialize" and "initialise" - opt...
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-07-30 Dean CameraSpell check more of the third party libraries used...
2010-07-29 Dean CameraSpell check all source files once again to find any...
2010-07-26 Dean CameraAdd missing INTERRUPT_CONTROL_ENDPOINT compile time...
2010-07-21 Dean CameraUpdate all demos, projects and bootloaders to indent...
2010-07-19 Dean CameraUpdate makefiles to use the latest WinAVR/Atmel toolcha...
2010-07-18 Dean CameraChange over all makefiles to use C99 standards mode...
2010-07-15 Dean CameraDisable strict aliasing explicitly in the project makef...
2010-07-15 Dean CameraRemoved the automated checking of event names in the...
2010-07-15 Dean CameraFix pointer aliasing warning in the Mass Storage demos.
2010-07-13 Dean CameraAdd remaining AVRStudio project files to the library...
2010-07-12 Dean CameraAdd missing clean_doxygen phony targets to the project...
2010-07-11 Dean CameraCorrect misspellings in the Bluetooth demo code.
2010-07-09 Dean CameraRewrote the implementation of the SwapEndian_16() and...
2010-07-02 Dean CameraAdded new Drivers/USB/LowLevel/Device.c file to house...
2010-06-14 Dean CameraUpdate TemperatureDataLogger and Webserver projects...
2010-06-03 Dean CameraMore documentation fixes.
2010-06-03 Dean CameraMinor documentation cleanups.
2010-05-23 Dean CameraRemove obsolete entry from the Doxygen configuration...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-07 Dean CameraChange over instances of "make" in the makefiles to...
2010-05-07 Dean CameraChange over unix line-endings to dos line endings.
2010-04-28 Dean CameraRelocate USBInterrupt.c/.h from the HighLevel USB drive...
2010-04-28 Dean CameraUSB_Init() no longer calls sei() to enable global inter...
2010-04-18 Dean CameraAdd const keyword to the demo function parameters where...
2010-03-22 Dean CameraStandardized the naming scheme given to configuration...
2010-03-10 Dean CameraAdded ENABLE_TELNET_SERVER compile time option to the...
2010-03-09 Dean CameraFix incorrect LED mask name in the Webserver project.
2010-03-09 Dean CameraWebserver project now uses the board LEDs to indicate...
2010-02-19 Dean CameraCommit for the 100219 release.
2010-02-18 Dean CameraUse a temporary variable to hold the current URI length...
2010-02-18 Dean CameraTurn OFF double banking in the Webserver demo - leaving...
2010-02-18 Dean CameraAdd uIP-split code to the Webserver project, so that...
2010-02-16 Dean CameraClean up XPLAINBridge code.
2010-02-15 Dean CameraOops - missing brackets in the declaration of a string...
2010-02-12 Dean CameraSpeed up Webserver demo data rate by not sending a...
2010-02-12 Dean CameraMove DHCP negotiation timer into the DHCP connection...
2010-02-12 Dean CameraFix DHCPClient init code in the Webserver project writi...
2010-02-09 Dean CameraFixed USB_GetHIDReportSize() returning the number of...
2010-02-07 Dean CameraMake Webserver allow HTTP requests for files with up...
2010-02-04 Dean CameraNew BOARD value option BOARD_NONE (equivelent to not...
2010-02-03 Dean CameraRe-add Webserver uIP application polling, apply patch...
2010-02-03 Dean CameraFix TELNET server locking up if an invalid command...
2010-02-03 Dean CameraDisable uIP connection polling for now - this seems...
2010-02-03 Dean CameraAdd a TELNET server to the webserver project, which...
2010-02-03 Dean CameraExlude the "INCLUDE_FROM_*" macros from the individual...
2010-02-03 Dean CameraExclude FATFs from the Webserver project documentation...
2010-02-02 Dean CameraMinor fixups to the documentation and preprocessor...
2010-02-02 Dean CameraRemove now unused conf directory from the uIP stack...
2010-02-02 Dean CameraReplace the Webserver demo's uIP with the latest code...
next