aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-281-1/+1
| | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-16/+17
| | | | tool made by Laszlo Monda
* Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz ↵Dean Camera2010-07-291-3/+3
| | | | | | via a new software SPI driver. Added new SPI_ORDER_* data order masks to the SPI peripheral driver.
* Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS ↵Dean Camera2010-05-131-1/+1
| | | | | | commands when the extended address boundary is crossed during programming or readback (thanks to Gerard Sexton). Fixed warnings when building the AVRISP-MKII clone project with the ENABLE_XPROG_PROTOCOL compile time option disabled.
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-132/+132
| | | | correctly converted to the target system's native end of line style.
* Clean up and add more comments to the AVRISP-MKII project. Make sure the ↵Dean Camera2010-01-171-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 Camera2009-12-301-2/+2
|
* Fixed AVRISP PDI race condition where the guard time between direction ↵Dean Camera2009-12-291-0/+1
| | | | changes could be interpreted as a start bit. Fixed TPI interface lines not being changed correctly when in bit-banged TPI mode.
* Fix TPI NVM Write handler -- AVRStudio sends out writes in page sized ↵Dean Camera2009-12-281-0/+1
| | | | chunks, not byte sized chunks.
* Add first draft of the TPI NVM commands for reading, writing and erasing a ↵Dean Camera2009-12-281-2/+5
| | | | target. Needs testing when physical access to a part is available.
* Add dummy undocumented TPI XPROG parameters to the AVRISP project so that ↵Dean Camera2009-12-281-0/+2
| | | | TPI programming mode can be entered.
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
|
* Rename AVRISP project folder to AVRISP-MKII.Dean Camera2009-12-271-0/+125