aboutsummaryrefslogtreecommitdiff
path: root/Projects
AgeCommit message (Expand)Author
2010-03-25All Class Driver Host mode demos now correctly set the board LEDs to READY on...Dean
2010-03-24Added new Relay Controller Board project (thanks to OBinou).Dean
2010-03-24Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL...Dean
2010-03-23Change over MIDIToneGenerator to use only a single channel (MIDI channel 1) d...Dean
2010-03-23Added incomplete MIDIToneGenerator project.Dean
2010-03-22Standardized the naming scheme given to configuration descriptor sub-elements...Dean
2010-03-21Double bank CDC endpoints in the XPLAIN Bridge project, re-enable JTAG once t...Dean
2010-03-17Remove redundant check in the software PDI programming code of the AVRISP pro...Dean
2010-03-17Software PDI mode breaks unless the software USART has 100 cycles between bits.Dean
2010-03-16Increased throughput of the USBtoSerial demo on systems that send multiple by...Dean
2010-03-16Don't enable the pullup on the target /RESET line in the AVRISP project for P...Dean
2010-03-16Fixed PDI programming mode in the AVRISP programmer project not exiting progr...Dean
2010-03-10Added ENABLE_TELNET_SERVER compile time option to the Webserver project to di...Dean
2010-03-09Fix incorrect LED mask name in the Webserver project.Dean
2010-03-09Webserver project now uses the board LEDs to indicate the current IP configur...Dean
2010-02-24Added a timeout value to the TWI_StartTransmission() function, within which t...Dean
2010-02-24Revert changes made for the partial port to the AVR32 architecture.Dean
2010-02-23Update Temperature board driver to be AVR32 compatible when the ADC periphera...Dean
2010-02-23Fixed software PDI/TPI programming mode in the AVRISP project not correctly t...Dean
2010-02-21Oops - need to revert changes made to ease testing of the software PDI progra...Dean
2010-02-21Remove dual ISR for software PDI mode, use a single ISR instead to reduce cod...Dean
2010-02-21More fixes to the AVRISP command timeout system so that it should no longer l...Dean
2010-02-21Increased the speed of both software and hardware TPI/PDI programming modes o...Dean
2010-02-20Oops - missed a few references to the old global TimeoutMSRemaining counter i...Dean
2010-02-19AVRISP programmer project now has a more robust timeout system, allowing for ...Dean
2010-02-19Commit for the 100219 release.Dean
2010-02-18Use a temporary variable to hold the current URI length in the Webserver, rat...Dean
2010-02-18Turn OFF double banking in the Webserver demo - leaving it on seems to destro...Dean
2010-02-18Add uIP-split code to the Webserver project, so that each packet is split in ...Dean
2010-02-16Clean up XPLAINBridge code.Dean
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