2011-07-08 |
Dean Camera | Add missing device deconfiguration-on-error statements... |
tree | commitdiff |
2011-07-08 |
Dean Camera | Updated all host mode demos and projects to use the... |
tree | commitdiff |
2011-07-06 |
Dean Camera | Add the GCC -fno-split-wide-types compile time option... |
tree | commitdiff |
2011-07-04 |
Dean Camera | Switch the HTTP Webserver project to use the safer... |
tree | commitdiff |
2011-07-01 |
Dean Camera | Seperate out the device demos and project's configurati... |
tree | commitdiff |
2011-06-20 |
Dean Camera | Add new "checksource" target to the library makefiles... |
tree | commitdiff |
2011-06-05 |
Dean Camera | Massive corrections to the project documentation and... |
tree | commitdiff |
2011-06-01 |
Dean Camera | Spell check library source code files. |
tree | commitdiff |
2011-05-26 |
Dean Camera | Update Webserver project to remove DHCP IP configuratio... |
tree | commitdiff |
2011-05-23 |
Dean Camera | Add new MediaController project, a simple Media Playbac... |
tree | commitdiff |
2011-05-23 |
Dean Camera | Correct errors in the DHCP Server application in the... |
tree | commitdiff |
2011-05-22 |
Dean Camera | Add RNDIS Device support to the Webserver project,... |
tree | commitdiff |
2011-04-08 |
Dean Camera | Move global interrupt enable/disable functions out... |
tree | commitdiff |
2011-04-08 |
Dean Camera | Add in a new common Delay_MS() function, which provides... |
tree | commitdiff |
2011-04-04 |
Dean Camera | Renamed all low level Endpoint_Read_*, Endpoint_Write_... |
tree | commitdiff |
2011-03-23 |
Dean Camera | Use the MIN() macro where possible instead of manual... |
tree | commitdiff |
2011-03-21 |
Dean Camera | F_CLOCK changed to F_USB to be more descriptive, and... |
tree | commitdiff |
2011-02-19 |
Dean Camera | Add new ARCH option to the makefiles to (eventually... |
tree | commitdiff |
2011-02-10 |
Dean Camera | Add static keyword to all project globals whose scope... |
tree | commitdiff |
2011-02-06 |
Dean Camera | Oops - fix missing constants in the TempDataLogger... |
tree | commitdiff |
2011-02-06 |
Dean Camera | Update projects using FatFS and PetiteFatFS to the... |
tree | commitdiff |
2011-01-30 |
Dean Camera | Renamed all driver termination *_ShutDown() functions... |
tree | commitdiff |
2011-01-10 |
Dean Camera | Altered all endpoint/pipe stream transfers so that... |
tree | commitdiff |
2011-01-08 |
Dean Camera | The FAST_STREAM_TRANSFERS compile time option has been... |
tree | commitdiff |
2011-01-01 |
Dean Camera | Update copyright year on all source files. |
tree | commitdiff |
2010-12-26 |
Dean Camera | Documentation improvements - put driver example code... |
tree | commitdiff |
2010-12-24 |
Dean Camera | Add DEVICE_STATE_AS_GPIOR=0 compile time option to... |
tree | commitdiff |
2010-11-26 |
Dean Camera | Added ability to write protect Mass Storage disk write... |
tree | commitdiff |
2010-11-25 |
Dean Camera | Changed the XPLAINBridge software UART to use the regul... |
tree | commitdiff |
2010-11-22 |
Dean Camera | Lower bulk endpoint polling rate in the descriptors... |
tree | commitdiff |
2010-11-10 |
Dean Camera | Fixed incorrect PollingIntervalMS values in the demo... |
tree | commitdiff |
2010-11-08 |
Dean Camera | Added board hardware driver support for the Adafruit... |
tree | commitdiff |
2010-11-05 |
Dean Camera | Renamed the EVENT_USB_Device_UnhandledControlRequest... |
tree | commitdiff |
2010-10-28 |
Dean Camera | Changed over fourwalledcubicle.com links to the new... |
tree | commitdiff |
2010-10-25 |
Dean Camera | Add descriptor class, subclass and protocol constants... |
tree | commitdiff |
2010-10-24 |
Dean Camera | All USB class drivers are now automatically included... |
tree | commitdiff |
2010-10-13 |
Dean Camera | Minor documentation corrections. |
tree | commitdiff |
2010-10-13 |
Dean Camera | Clean up excessive whitespace at the end of each line... |
tree | commitdiff |
2010-10-12 |
Dean Camera | Fix Webserver project code not compiling due to the... |
tree | commitdiff |
2010-09-30 |
Dean Camera | Reverted Endpoint/Pipe non-sequential configuration... |
tree | commitdiff |
2010-09-24 |
Dean Camera | Remove dfu-programmer program switches, to ensure maxim... |
tree | commitdiff |
2010-09-24 |
Dean Camera | Added the --suppress-bootloader-mem option to the makef... |
tree | commitdiff |
2010-09-15 |
Dean Camera | Make project makefiles correctly clean intermeditary... |
tree | commitdiff |
2010-08-31 |
Dean Camera | Clarify in the project documentation files what the... |
tree | commitdiff |
2010-08-24 |
Dean Camera | Changed the signature of the CALLBACK_USB_GetDescriptor... |
tree | commitdiff |
2010-08-18 |
Dean Camera | Fixed MassStorage based demos and projects resetting... |
tree | commitdiff |
2010-08-09 |
Dean Camera | Removed complicated logic for the Endpoint_ConfigureEnd... |
tree | commitdiff |
2010-08-08 |
Dean Camera | Fix invocations of avr-size in all makefiles broken... |
tree | commitdiff |
2010-08-02 |
Dean Camera | Hide the PROGMEM attribute from Doxygen, as it appears... |
tree | commitdiff |
2010-07-30 |
Dean Camera | Oops - fix mixed "initialize" and "initialise" - opt... |
tree | commitdiff |
2010-07-30 |
Dean Camera | More spell checking of all source files -- correct... |
tree | commitdiff |
2010-07-30 |
Dean Camera | Spell check more of the third party libraries used... |
tree | commitdiff |
2010-07-29 |
Dean Camera | Spell check all source files once again to find any... |
tree | commitdiff |
2010-07-26 |
Dean Camera | Add missing INTERRUPT_CONTROL_ENDPOINT compile time... |
tree | commitdiff |
2010-07-21 |
Dean Camera | Update all demos, projects and bootloaders to indent... |
tree | commitdiff |
2010-07-19 |
Dean Camera | Update makefiles to use the latest WinAVR/Atmel toolcha... |
tree | commitdiff |
2010-07-18 |
Dean Camera | Change over all makefiles to use C99 standards mode... |
tree | commitdiff |
2010-07-15 |
Dean Camera | Disable strict aliasing explicitly in the project makef... |
tree | commitdiff |
2010-07-15 |
Dean Camera | Removed the automated checking of event names in the... |
tree | commitdiff |
2010-07-15 |
Dean Camera | Fix pointer aliasing warning in the Mass Storage demos. |
tree | commitdiff |
2010-07-13 |
Dean Camera | Add remaining AVRStudio project files to the library... |
tree | commitdiff |
2010-07-12 |
Dean Camera | Add missing clean_doxygen phony targets to the project... |
tree | commitdiff |
2010-07-11 |
Dean Camera | Correct misspellings in the Bluetooth demo code. |
tree | commitdiff |
2010-07-09 |
Dean Camera | Rewrote the implementation of the SwapEndian_16() and... |
tree | commitdiff |
2010-07-02 |
Dean Camera | Added new Drivers/USB/LowLevel/Device.c file to house... |
tree | commitdiff |
2010-06-14 |
Dean Camera | Update TemperatureDataLogger and Webserver projects... |
tree | commitdiff |
2010-06-03 |
Dean Camera | More documentation fixes. |
tree | commitdiff |
2010-06-03 |
Dean Camera | Minor documentation cleanups. |
tree | commitdiff |
2010-05-23 |
Dean Camera | Remove obsolete entry from the Doxygen configuration... |
tree | commitdiff |
2010-05-08 |
Dean Camera | Add svn:eol-style property to source files, so that... |
tree | commitdiff |
2010-05-07 |
Dean Camera | Change over instances of "make" in the makefiles to... |
tree | commitdiff |
2010-05-07 |
Dean Camera | Change over unix line-endings to dos line endings. |
tree | commitdiff |
2010-04-28 |
Dean Camera | Relocate USBInterrupt.c/.h from the HighLevel USB drive... |
tree | commitdiff |
2010-04-28 |
Dean Camera | USB_Init() no longer calls sei() to enable global inter... |
tree | commitdiff |
2010-04-18 |
Dean Camera | Add const keyword to the demo function parameters where... |
tree | commitdiff |
2010-03-22 |
Dean Camera | Standardized the naming scheme given to configuration... |
tree | commitdiff |
2010-03-10 |
Dean Camera | Added ENABLE_TELNET_SERVER compile time option to the... |
tree | commitdiff |
2010-03-09 |
Dean Camera | Fix incorrect LED mask name in the Webserver project. |
tree | commitdiff |
2010-03-09 |
Dean Camera | Webserver project now uses the board LEDs to indicate... |
tree | commitdiff |
2010-02-19 |
Dean Camera | Commit for the 100219 release. |
tree | commitdiff |
2010-02-18 |
Dean Camera | Use a temporary variable to hold the current URI length... |
tree | commitdiff |
2010-02-18 |
Dean Camera | Turn OFF double banking in the Webserver demo - leaving... |
tree | commitdiff |
2010-02-18 |
Dean Camera | Add uIP-split code to the Webserver project, so that... |
tree | commitdiff |
2010-02-16 |
Dean Camera | Clean up XPLAINBridge code. |
tree | commitdiff |
2010-02-15 |
Dean Camera | Oops - missing brackets in the declaration of a string... |
tree | commitdiff |
2010-02-12 |
Dean Camera | Speed up Webserver demo data rate by not sending a... |
tree | commitdiff |
2010-02-12 |
Dean Camera | Move DHCP negotiation timer into the DHCP connection... |
tree | commitdiff |
2010-02-12 |
Dean Camera | Fix DHCPClient init code in the Webserver project writi... |
tree | commitdiff |
2010-02-09 |
Dean Camera | Fixed USB_GetHIDReportSize() returning the number of... |
tree | commitdiff |
2010-02-07 |
Dean Camera | Make Webserver allow HTTP requests for files with up... |
tree | commitdiff |
2010-02-04 |
Dean Camera | New BOARD value option BOARD_NONE (equivelent to not... |
tree | commitdiff |
2010-02-03 |
Dean Camera | Re-add Webserver uIP application polling, apply patch... |
tree | commitdiff |
2010-02-03 |
Dean Camera | Fix TELNET server locking up if an invalid command... |
tree | commitdiff |
2010-02-03 |
Dean Camera | Disable uIP connection polling for now - this seems... |
tree | commitdiff |
2010-02-03 |
Dean Camera | Add a TELNET server to the webserver project, which... |
tree | commitdiff |
2010-02-03 |
Dean Camera | Exlude the "INCLUDE_FROM_*" macros from the individual... |
tree | commitdiff |
2010-02-03 |
Dean Camera | Exclude FATFs from the Webserver project documentation... |
tree | commitdiff |
2010-02-02 |
Dean Camera | Minor fixups to the documentation and preprocessor... |
tree | commitdiff |
2010-02-02 |
Dean Camera | Remove now unused conf directory from the uIP stack... |
tree | commitdiff |
2010-02-02 |
Dean Camera | Replace the Webserver demo's uIP with the latest code... |
tree | commitdiff |
next |