Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed PDI programming mode in the AVRISP programmer project not exiting ↵ | Dean Camera | 2010-03-16 | 1 | -1/+9 |
| | | | | | | programming mode correctly (clear target Reset key twice, set /RESET pin to pullup). Add newlines to the MIDI event printf() statements in the MIDI host demos. | ||||
* | Increased the speed of both software and hardware TPI/PDI programming modes ↵ | Dean Camera | 2010-02-21 | 1 | -4/+4 |
| | | | | of the AVRISP project. | ||||
* | Fixed lack of SECTION ERASE command in TPI programming mode of the AVRISP ↵ | Dean Camera | 2010-02-10 | 1 | -4/+12 |
| | | | | project preventing fuses from being cleared. | ||||
* | Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure ↵ | Dean Camera | 2010-02-08 | 1 | -54/+70 |
| | | | | | | erase location is the high byte in the given address space, check NVMBUSY for completion rather than the NVM Bus Enable bit. Change If-Else chains over to switch statements in XPROGProtocol.c for clarity. | ||||
* | Fix TPI mode chip erase code not properly erasing the target memory space. | Dean Camera | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | Ensure TPI enable timing requirements are met in AVRISP-MKII programmer. ↵ | Dean Camera | 2010-01-27 | 1 | -10/+6 |
| | | | | Remove invalid code in the TPI read/write functions. | ||||
* | Minor code cleanups, remove TemperatureDataLogger host application's Visual ↵ | Dean Camera | 2010-01-25 | 1 | -1/+1 |
| | | | | Studio Solution files, add LibHIDNet license files. | ||||
* | Changed XPLAINBridge project to be both a USB to USART bridge and a PDI ↵ | Dean Camera | 2010-01-19 | 1 | -7/+7 |
| | | | | programmer, based on the state of a mode select pin. | ||||
* | Clean up and add more comments to the AVRISP-MKII project. Make sure the ↵ | Dean Camera | 2010-01-17 | 1 | -3/+3 |
| | | | | SPI_MULTI command handler supports multiple packet responses. Use slightly smaller/faster repeated indirect-load commands when retrieving the PDI target's memory CRCs. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
| | |||||
* | Reduced guard bit time in the AVRISP project PDI/TPI protocols to reduce the ↵ | Dean Camera | 2009-12-29 | 1 | -3/+8 |
| | | | | time needed to reverse the data communication direction. | ||||
* | Fix TPI NVM Write handler -- AVRStudio sends out writes in page sized ↵ | Dean Camera | 2009-12-28 | 1 | -2/+12 |
| | | | | chunks, not byte sized chunks. | ||||
* | Add first draft of the TPI NVM commands for reading, writing and erasing a ↵ | Dean Camera | 2009-12-28 | 1 | -13/+28 |
| | | | | target. Needs testing when physical access to a part is available. | ||||
* | Add dummy undocumented TPI XPROG parameters to the AVRISP project so that ↵ | Dean Camera | 2009-12-28 | 1 | -8/+17 |
| | | | | TPI programming mode can be entered. | ||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
| | |||||
* | Rename AVRISP project folder to AVRISP-MKII. | Dean Camera | 2009-12-27 | 1 | -0/+439 |