| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that long reads are aborted early if the connection times out while... | Dean Camera | 2010-04-30 | 3 | -5/+8 |
* | Make sure that the NVM bus/controller busy waits in the AVRISP MKII clone pro... | Dean Camera | 2010-04-30 | 3 | -15/+54 |
* | Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low... | Dean Camera | 2010-04-28 | 12 | -24/+24 |
* | USB_Init() no longer calls sei() to enable global interrupts - this must now ... | Dean Camera | 2010-04-28 | 20 | -6/+30 |
* | Make AVRISP-MKII clone project's software PDI/TPI mode more robust by keeping... | Dean Camera | 2010-04-28 | 1 | -14/+25 |
* | Added ability to search by Channel PSM to the GetChannelData() function in th... | Dean Camera | 2010-04-22 | 1 | -1/+1 |
* | Add const keyword to the demo function parameters where possible. | Dean Camera | 2010-04-18 | 21 | -60/+60 |
* | Fixed Set/Clear Feature requests directed to a non-configured endpoint not re... | Dean Camera | 2010-04-14 | 1 | -1/+1 |
* | Document the Bluetooth ACL layer. Remove unneeded parameters from the signall... | Dean Camera | 2010-04-13 | 1 | -1/+1 |
* | Add information request/response signal handler to the Bluetooth Host demo. | Dean Camera | 2010-04-06 | 5 | -5/+5 |
* | Add user callback function to the Bluetooth host demo to filter out connectio... | Dean Camera | 2010-04-05 | 3 | -17/+25 |
* | More improvements to the incomplete BluetoothHost demo - add Disconnection Ev... | Dean Camera | 2010-04-01 | 1 | -3/+0 |
* | Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ... | Dean Camera | 2010-03-31 | 14 | -17/+100 |
* | Add RelayBoard project patch from OBinou. | Dean Camera | 2010-03-31 | 1 | -10/+10 |
* | Added board hardware driver support for the Benito programmer. | Dean Camera | 2010-03-30 | 2 | -111/+1 |
* | Add briefs for the library core structures. | Dean Camera | 2010-03-29 | 2 | -5/+1 |
* | All Class Driver Host mode demos now correctly set the board LEDs to READY on... | Dean Camera | 2010-03-25 | 4 | -1/+4 |
* | Added new Relay Controller Board project (thanks to OBinou). | Dean Camera | 2010-03-24 | 8 | -0/+2861 |
* | Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL... | Dean Camera | 2010-03-24 | 1 | -1/+1 |
* | Change over MIDIToneGenerator to use only a single channel (MIDI channel 1) d... | Dean Camera | 2010-03-23 | 1 | -36/+12 |
* | Added incomplete MIDIToneGenerator project. | Dean Camera | 2010-03-23 | 5 | -0/+1430 |
* | Standardized the naming scheme given to configuration descriptor sub-elements... | Dean Camera | 2010-03-22 | 21 | -91/+92 |
* | Double bank CDC endpoints in the XPLAIN Bridge project, re-enable JTAG once t... | Dean Camera | 2010-03-21 | 1 | -2/+6 |
* | Remove redundant check in the software PDI programming code of the AVRISP pro... | Dean Camera | 2010-03-17 | 1 | -4/+0 |
* | Software PDI mode breaks unless the software USART has 100 cycles between bits. | Dean Camera | 2010-03-17 | 5 | -13/+14 |
* | Increased throughput of the USBtoSerial demo on systems that send multiple by... | Dean Camera | 2010-03-16 | 1 | -2/+2 |
* | Don't enable the pullup on the target /RESET line in the AVRISP project for P... | Dean Camera | 2010-03-16 | 1 | -4/+3 |
* | Fixed PDI programming mode in the AVRISP programmer project not exiting progr... | Dean Camera | 2010-03-16 | 2 | -16/+15 |
* | Added ENABLE_TELNET_SERVER compile time option to the Webserver project to di... | Dean Camera | 2010-03-10 | 7 | -22/+42 |
* | Fix incorrect LED mask name in the Webserver project. | Dean Camera | 2010-03-09 | 1 | -1/+1 |
* | Webserver project now uses the board LEDs to indicate the current IP configur... | Dean Camera | 2010-03-09 | 6 | -10/+22 |
* | Added a timeout value to the TWI_StartTransmission() function, within which t... | Dean Camera | 2010-02-24 | 2 | -7/+7 |
* | Revert changes made for the partial port to the AVR32 architecture. | Dean Camera | 2010-02-24 | 3 | -37/+37 |
* | Update Temperature board driver to be AVR32 compatible when the ADC periphera... | Dean Camera | 2010-02-23 | 2 | -36/+36 |
* | Fixed software PDI/TPI programming mode in the AVRISP project not correctly t... | Dean Camera | 2010-02-23 | 1 | -2/+2 |
* | Oops - need to revert changes made to ease testing of the software PDI progra... | Dean Camera | 2010-02-21 | 3 | -22/+3 |
* | Remove dual ISR for software PDI mode, use a single ISR instead to reduce cod... | Dean Camera | 2010-02-21 | 3 | -43/+55 |
* | More fixes to the AVRISP command timeout system so that it should no longer l... | Dean Camera | 2010-02-21 | 8 | -31/+58 |
* | Increased the speed of both software and hardware TPI/PDI programming modes o... | Dean Camera | 2010-02-21 | 3 | -5/+9 |
* | Oops - missed a few references to the old global TimeoutMSRemaining counter i... | Dean Camera | 2010-02-20 | 1 | -5/+18 |
* | AVRISP programmer project now has a more robust timeout system, allowing for ... | Dean Camera | 2010-02-19 | 6 | -66/+111 |
* | Commit for the 100219 release. | Dean Camera | 2010-02-19 | 2 | -12/+10 |
* | Use a temporary variable to hold the current URI length in the Webserver, rat... | Dean Camera | 2010-02-18 | 3 | -13/+12 |
* | Turn OFF double banking in the Webserver demo - leaving it on seems to destro... | Dean Camera | 2010-02-18 | 2 | -4/+4 |
* | Add uIP-split code to the Webserver project, so that each packet is split in ... | Dean Camera | 2010-02-18 | 8 | -69/+314 |
* | Clean up XPLAINBridge code. | Dean Camera | 2010-02-16 | 6 | -21/+44 |
* | Oops - missing brackets in the declaration of a string in TELNETServerApp.c. | Dean Camera | 2010-02-15 | 1 | -1/+1 |
* | Add missing TWI_Init() call to the TemperatureDataLogger project. Make DUMMY_... | Dean Camera | 2010-02-15 | 4 | -13/+3 |
* | Add NO_VTARGET_DETECT compile time option to the AVRISP-MKII clone project, t... | Dean Camera | 2010-02-13 | 3 | -2/+9 |
* | Speed up Webserver demo data rate by not sending a full ethernet frame each t... | Dean Camera | 2010-02-12 | 7 | -39/+27 |