aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure ↵Dean Camera2010-02-081-0/+1
| | | | | | 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 Camera2010-02-021-1/+1
|
* Oops - new Write Word alignment code in the TPI programming function means ↵Dean Camera2010-02-021-1/+1
| | | | that the WriteBuffer parameter is no longer const.
* Make AVRISP XPROG function parameters const where possible.Dean Camera2010-02-011-2/+2
|
* Fix TPI communications in the AVRISP project when bit-banged USART mode is ↵Dean Camera2010-01-291-2/+2
| | | | selected.
* Cleanup and partially fix AVRISP-MKII project's TPI programming support.Dean Camera2010-01-251-2/+7
|
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
|
* Fix TPI NVM Write handler -- AVRStudio sends out writes in page sized ↵Dean Camera2009-12-281-1/+1
| | | | chunks, not byte sized chunks.
* Add first draft of the TPI NVM commands for reading, writing and erasing a ↵Dean Camera2009-12-281-6/+4
| | | | target. Needs testing when physical access to a part is available.
* 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/+73