aboutsummaryrefslogtreecommitdiff
path: root/Projects
AgeCommit message (Expand)Author
2010-02-15Oops - missing brackets in the declaration of a string in TELNETServerApp.c.Dean
2010-02-15Add missing TWI_Init() call to the TemperatureDataLogger project. Make DUMMY_...Dean
2010-02-13Add NO_VTARGET_DETECT compile time option to the AVRISP-MKII clone project, t...Dean
2010-02-12Speed up Webserver demo data rate by not sending a full ethernet frame each t...Dean
2010-02-12Move DHCP negotiation timer into the DHCP connection application state struct...Dean
2010-02-12Fix DHCPClient init code in the Webserver project writing to the incorrect ap...Dean
2010-02-10Fixed lack of SECTION ERASE command in TPI programming mode of the AVRISP pro...Dean
2010-02-10Added .5MHz recovery clock to the AVRISP programmer project when in ISP progr...Dean
2010-02-09Fixed USB_GetHIDReportSize() returning the number of bits in the specified re...Dean
2010-02-08Fix LowLevel Keyboard demo -- accidentally trying to dereference a uint8_t ty...Dean
2010-02-08Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure er...Dean
2010-02-07Make Webserver allow HTTP requests for files with up to 50 characters in the ...Dean
2010-02-04New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean
2010-02-03Re-add Webserver uIP application polling, apply patch to uIP by Andrew Ruder ...Dean
2010-02-03Fix TELNET server locking up if an invalid command was issued.Dean
2010-02-03Disable uIP connection polling for now - this seems to corrupt the buffers.Dean
2010-02-03Add a TELNET server to the webserver project, which currently can list active...Dean
2010-02-03Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.Dean
2010-02-03Exclude FATFs from the Webserver project documentation. Rename the functions ...Dean
2010-02-02Minor fixups to the documentation and preprocessor tokens.Dean
2010-02-02Remove now unused conf directory from the uIP stack in the Webserver project.Dean
2010-02-02Replace the Webserver demo's uIP with the latest code ripped from the Contiki...Dean
2010-02-02Make packet processing code in the Webserver project a bit neater using a swi...Dean
2010-02-02Fix TPI mode chip erase code not properly erasing the target memory space.Dean
2010-02-02Oops - new Write Word alignment code in the TPI programming function means th...Dean
2010-02-02Make TPI writes add a dummy high byte if the data isn't word-aligned.Dean
2010-02-02Make TPI programming protocol program in words, not bytes to satisfy the data...Dean
2010-02-01Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REM...Dean
2010-02-01Make AVRISP XPROG function parameters const where possible.Dean
2010-02-01Fixed issues with EEPROM and FLASH ISP programming in the AVRISP project.Dean
2010-02-01Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int...Dean
2010-01-31Clean up HTTP webserver code in the Webserver project, so that it follows the...Dean
2010-01-31Use _delay_us() function in the XPROGTarget.c file to ensure timing requireme...Dean
2010-01-31Oops - PDI handshake delay was too long, causing the device's /RESET function...Dean
2010-01-31Better HTTP GET parsing in the Webserver demo, add application polling.Dean
2010-01-29Add TCP retransmission support to the HTTP webserver in the Webserver project...Dean
2010-01-29Update driver INF files - change manufacturer name from the original template...Dean
2010-01-29Oops - TPI programming is broken in the AVRISP project because the busy-flag ...Dean
2010-01-29Fix TPI communications in the AVRISP project when bit-banged USART mode is se...Dean
2010-01-29Add MIME type handling to the Webserver project, so that files of different t...Dean
2010-01-28Second fix to Webserver project's makefile for the FATFs path case to fix *ni...Dean
2010-01-28Delete FATFs .lst files from the Webserver project, accidentally committed.Dean
2010-01-28Oops - fix path case in the Webserver project makefile, to fix *nix builds.Dean
2010-01-28Fix up project documentation files' overview tables, so that multiple items o...Dean
2010-01-28Add FatFS library to the Webserver project, extend the HTTP server so that it...Dean
2010-01-27Clean up Webserver project - add more Doxygen documentation for the new DHCP ...Dean
2010-01-27Add DHCP server to the Webserver demo for automatic network configuration. Co...Dean
2010-01-27Ensure TPI enable timing requirements are met in AVRISP-MKII programmer. Remo...Dean
2010-01-27Manually pull PDI clock pin high for 1ms before disabling PDI mode in the AVR...Dean
2010-01-25Exclude host application directories from the Doxygen input source file direc...Dean