| Age | Commit message (Expand) | Author |
| 2010-07-02 | Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu... | Dean |
| 2010-06-14 | Update TemperatureDataLogger and Webserver projects to the latest FATFS libra... | Dean |
| 2010-06-03 | More documentation fixes. | Dean |
| 2010-06-03 | Minor documentation cleanups. | Dean |
| 2010-05-23 | Remove obsolete entry from the Doxygen configuration files. | Dean |
| 2010-05-08 | Add svn:eol-style property to source files, so that the line endings are corr... | Dean |
| 2010-05-07 | Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th... | Dean |
| 2010-05-07 | Change over unix line-endings to dos line endings. | Dean |
| 2010-04-28 | Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low... | Dean |
| 2010-04-28 | USB_Init() no longer calls sei() to enable global interrupts - this must now ... | Dean |
| 2010-04-18 | Add const keyword to the demo function parameters where possible. | Dean |
| 2010-03-22 | Standardized the naming scheme given to configuration descriptor sub-elements... | Dean |
| 2010-03-10 | Added ENABLE_TELNET_SERVER compile time option to the Webserver project to di... | Dean |
| 2010-03-09 | Fix incorrect LED mask name in the Webserver project. | Dean |
| 2010-03-09 | Webserver project now uses the board LEDs to indicate the current IP configur... | Dean |
| 2010-02-19 | Commit for the 100219 release. | Dean |
| 2010-02-18 | Use a temporary variable to hold the current URI length in the Webserver, rat... | Dean |
| 2010-02-18 | Turn OFF double banking in the Webserver demo - leaving it on seems to destro... | Dean |
| 2010-02-18 | Add uIP-split code to the Webserver project, so that each packet is split in ... | Dean |
| 2010-02-16 | Clean up XPLAINBridge code. | Dean |
| 2010-02-15 | Oops - missing brackets in the declaration of a string in TELNETServerApp.c. | Dean |
| 2010-02-12 | Speed up Webserver demo data rate by not sending a full ethernet frame each t... | Dean |
| 2010-02-12 | Move DHCP negotiation timer into the DHCP connection application state struct... | Dean |
| 2010-02-12 | Fix DHCPClient init code in the Webserver project writing to the incorrect ap... | Dean |
| 2010-02-09 | Fixed USB_GetHIDReportSize() returning the number of bits in the specified re... | Dean |
| 2010-02-07 | Make Webserver allow HTTP requests for files with up to 50 characters in the ... | Dean |
| 2010-02-04 | New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ... | Dean |
| 2010-02-03 | Re-add Webserver uIP application polling, apply patch to uIP by Andrew Ruder ... | Dean |
| 2010-02-03 | Fix TELNET server locking up if an invalid command was issued. | Dean |
| 2010-02-03 | Disable uIP connection polling for now - this seems to corrupt the buffers. | Dean |
| 2010-02-03 | Add a TELNET server to the webserver project, which currently can list active... | Dean |
| 2010-02-03 | Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation. | Dean |
| 2010-02-03 | Exclude FATFs from the Webserver project documentation. Rename the functions ... | Dean |
| 2010-02-02 | Minor fixups to the documentation and preprocessor tokens. | Dean |
| 2010-02-02 | Remove now unused conf directory from the uIP stack in the Webserver project. | Dean |
| 2010-02-02 | Replace the Webserver demo's uIP with the latest code ripped from the Contiki... | Dean |
| 2010-02-02 | Make packet processing code in the Webserver project a bit neater using a swi... | Dean |
| 2010-02-02 | Make TPI programming protocol program in words, not bytes to satisfy the data... | Dean |
| 2010-02-01 | Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int... | Dean |
| 2010-01-31 | Clean up HTTP webserver code in the Webserver project, so that it follows the... | Dean |
| 2010-01-31 | Better HTTP GET parsing in the Webserver demo, add application polling. | Dean |
| 2010-01-29 | Add TCP retransmission support to the HTTP webserver in the Webserver project... | Dean |
| 2010-01-29 | Add MIME type handling to the Webserver project, so that files of different t... | Dean |
| 2010-01-28 | Second fix to Webserver project's makefile for the FATFs path case to fix *ni... | Dean |
| 2010-01-28 | Delete FATFs .lst files from the Webserver project, accidentally committed. | Dean |
| 2010-01-28 | Oops - fix path case in the Webserver project makefile, to fix *nix builds. | Dean |
| 2010-01-28 | Fix up project documentation files' overview tables, so that multiple items o... | Dean |
| 2010-01-28 | Add FatFS library to the Webserver project, extend the HTTP server so that it... | Dean |
| 2010-01-27 | Clean up Webserver project - add more Doxygen documentation for the new DHCP ... | Dean |
| 2010-01-27 | Add DHCP server to the Webserver demo for automatic network configuration. Co... | Dean |