| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed PDI programming mode in the AVRISP programmer project not exiting progr... | Dean Camera | 2010-03-16 | 2 | -16/+15 |
* | Revert changes made for the partial port to the AVR32 architecture. | Dean Camera | 2010-02-24 | 2 | -36/+36 |
* | 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 | 2 | -21/+2 |
* | Remove dual ISR for software PDI mode, use a single ISR instead to reduce cod... | Dean Camera | 2010-02-21 | 2 | -42/+54 |
* | 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 |
* | Add NO_VTARGET_DETECT compile time option to the AVRISP-MKII clone project, t... | Dean Camera | 2010-02-13 | 1 | -1/+1 |
* | Fixed lack of SECTION ERASE command in TPI programming mode of the AVRISP pro... | Dean Camera | 2010-02-10 | 1 | -4/+12 |
* | Added .5MHz recovery clock to the AVRISP programmer project when in ISP progr... | Dean Camera | 2010-02-10 | 4 | -14/+39 |
* | Fixed USB_GetHIDReportSize() returning the number of bits in the specified re... | Dean Camera | 2010-02-09 | 1 | -4/+4 |
* | Fix LowLevel Keyboard demo -- accidentally trying to dereference a uint8_t ty... | Dean Camera | 2010-02-08 | 1 | -1/+0 |
* | Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure er... | Dean Camera | 2010-02-08 | 4 | -59/+76 |
* | New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ... | Dean Camera | 2010-02-04 | 1 | -1/+1 |
* | Minor fixups to the documentation and preprocessor tokens. | Dean Camera | 2010-02-02 | 1 | -4/+5 |
* | Fix TPI mode chip erase code not properly erasing the target memory space. | Dean Camera | 2010-02-02 | 4 | -6/+13 |
* | Oops - new Write Word alignment code in the TPI programming function means th... | Dean Camera | 2010-02-02 | 2 | -2/+2 |
* | Make TPI writes add a dummy high byte if the data isn't word-aligned. | Dean Camera | 2010-02-02 | 1 | -2/+2 |
* | Make TPI programming protocol program in words, not bytes to satisfy the data... | Dean Camera | 2010-02-02 | 1 | -4/+19 |
* | Make AVRISP XPROG function parameters const where possible. | Dean Camera | 2010-02-01 | 3 | -6/+6 |
* | Fixed issues with EEPROM and FLASH ISP programming in the AVRISP project. | Dean Camera | 2010-02-01 | 2 | -8/+9 |
* | Use _delay_us() function in the XPROGTarget.c file to ensure timing requireme... | Dean Camera | 2010-01-31 | 1 | -9/+5 |
* | Oops - PDI handshake delay was too long, causing the device's /RESET function... | Dean Camera | 2010-01-31 | 1 | -4/+8 |
* | Oops - TPI programming is broken in the AVRISP project because the busy-flag ... | Dean Camera | 2010-01-29 | 1 | -3/+5 |
* | Fix TPI communications in the AVRISP project when bit-banged USART mode is se... | Dean Camera | 2010-01-29 | 3 | -9/+9 |
* | Clean up Webserver project - add more Doxygen documentation for the new DHCP ... | Dean Camera | 2010-01-27 | 1 | -2/+2 |
* | Ensure TPI enable timing requirements are met in AVRISP-MKII programmer. Remo... | Dean Camera | 2010-01-27 | 2 | -20/+13 |
* | Manually pull PDI clock pin high for 1ms before disabling PDI mode in the AVR... | Dean Camera | 2010-01-27 | 1 | -0/+8 |
* | Cleanup and partially fix AVRISP-MKII project's TPI programming support. | Dean Camera | 2010-01-25 | 4 | -23/+53 |
* | Minor code cleanups, remove TemperatureDataLogger host application's Visual S... | Dean Camera | 2010-01-25 | 3 | -5/+5 |
* | Added explicit ADC channel masks for the standard set of ADC channels, as the... | Dean Camera | 2010-01-25 | 2 | -4/+12 |
* | Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr... | Dean Camera | 2010-01-19 | 4 | -19/+38 |
* | Clean up and add more comments to the AVRISP-MKII project. Make sure the SPI_... | Dean Camera | 2010-01-17 | 8 | -42/+76 |
* | Update Doxygen configuration files to the latest Doxygen version. | Dean Camera | 2010-01-06 | 3 | -5/+7 |
* | Added support to the MIDI Class drivers for packed data, where multiple MIDI ... | Dean Camera | 2010-01-05 | 1 | -0/+6 |
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 17 | -34/+34 |
* | Reduced guard bit time in the AVRISP project PDI/TPI protocols to reduce the ... | Dean Camera | 2009-12-29 | 3 | -5/+10 |
* | Fixed AVRISP PDI race condition where the guard time between direction change... | Dean Camera | 2009-12-29 | 4 | -63/+83 |
* | Change the AVRISP project's RESET LINE makefile tokens to AUX LINE, as it is ... | Dean Camera | 2009-12-29 | 3 | -13/+13 |
* | Fix TPI NVM Write handler -- AVRStudio sends out writes in page sized chunks,... | Dean Camera | 2009-12-28 | 4 | -9/+22 |
* | Add first draft of the TPI NVM commands for reading, writing and erasing a ta... | Dean Camera | 2009-12-28 | 7 | -38/+120 |
* | Add dummy undocumented TPI XPROG parameters to the AVRISP project so that TPI... | Dean Camera | 2009-12-28 | 2 | -8/+19 |
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 17 | -132/+132 |
* | Fix mistakes in the XPROGTarget.c/.h files for TPI mode software USART clock ... | Dean Camera | 2009-12-27 | 2 | -79/+56 |
* | Rename AVRISP project folder to AVRISP-MKII. | Dean Camera | 2009-12-27 | 17 | -0/+3269 |