aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/NVMTarget.h
Commit message (Expand)AuthorAgeFilesLines
* Add const qualifier to the parameters of Projects' functions where possible.Dean Camera2009-12-201-8/+9
* Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.Dean Camera2009-12-171-14/+0
* More speed and quality improvements to the software USART in the AVRISP project.Dean Camera2009-12-161-0/+14
* Complete initial working revision of PDI programming in the AVRISP project (X...Dean Camera2009-12-151-3/+2
* Fix a bug in the Still Image Host Class driver where the returned block statu...Dean Camera2009-12-151-2/+4
* Add Lock/Fuse byte programming support to the AVRISP PDI programming protocol...Dean Camera2009-12-151-0/+2
* Fix error in AVRISP programmer when repeatedly using PDI mode via the hardwar...Dean Camera2009-12-151-6/+6
* Add Doxygen documentation to the completed portions of the PDI programming pr...Dean Camera2009-12-141-1/+1
* Use the PDI REPEAT instruction in the PDI programmer code to reduce protocol ...Dean Camera2009-12-141-8/+2
* Added memory erase handling to the PDI protocol in the AVRISP project.Dean Camera2009-12-141-0/+1
* Fix NVM commands so that memory reads and CRC generations now work correctly ...Dean Camera2009-12-141-24/+55
* Split out NVM access code in the AVRISP project into a seperate NVMTarget.c s...Dean Camera2009-12-141-0/+90