aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 TPI writes add a dummy high byte if the data isn't word-aligned.Dean Camera2010-02-021-2/+2
|
* Make TPI programming protocol program in words, not bytes to satisfy the ↵Dean Camera2010-02-021-4/+19
| | | | datasheet conditions.
* Make AVRISP XPROG function parameters const where possible.Dean Camera2010-02-011-2/+2
|
* Oops - TPI programming is broken in the AVRISP project because the busy-flag ↵Dean Camera2010-01-291-3/+5
| | | | check wasn't inverting the result.
* Fix TPI communications in the AVRISP project when bit-banged USART mode is ↵Dean Camera2010-01-291-2/+2
| | | | selected.
* Clean up Webserver project - add more Doxygen documentation for the new DHCP ↵Dean Camera2010-01-271-2/+2
| | | | client functions and defines.
* Cleanup and partially fix AVRISP-MKII project's TPI programming support.Dean Camera2010-01-251-5/+27
|
* 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-6/+8
| | | | chunks, not byte sized chunks.
* Add first draft of the TPI NVM commands for reading, writing and erasing a ↵Dean Camera2009-12-281-11/+77
| | | | 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/+104