aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/NVMTarget.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed AVRISP project timeouts not checking for the correct timeout period (th...Dean Camera2009-12-201-2/+11
* Add const qualifier to the parameters of Projects' functions where possible.Dean Camera2009-12-201-9/+10
* Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.Dean Camera2009-12-171-0/+13
* More speed and quality improvements to the software USART in the AVRISP project.Dean Camera2009-12-161-17/+1
* Speed up bit-banged USART code in the AVRISP project.Dean Camera2009-12-151-1/+0
* Complete initial working revision of PDI programming in the AVRISP project (X...Dean Camera2009-12-151-36/+23
* Fix a bug in the Still Image Host Class driver where the returned block statu...Dean Camera2009-12-151-21/+101
* Add Lock/Fuse byte programming support to the AVRISP PDI programming protocol...Dean Camera2009-12-151-0/+35
* Fix error in AVRISP programmer when repeatedly using PDI mode via the hardwar...Dean Camera2009-12-151-27/+40
* Add Doxygen documentation to the completed portions of the PDI programming pr...Dean Camera2009-12-141-2/+32
* Use the PDI REPEAT instruction in the PDI programmer code to reduce protocol ...Dean Camera2009-12-141-26/+40
* Added memory erase handling to the PDI protocol in the AVRISP project.Dean Camera2009-12-141-0/+27
* Fix NVM commands so that memory reads and CRC generations now work correctly ...Dean Camera2009-12-141-8/+41
* Split out NVM access code in the AVRISP project into a seperate NVMTarget.c s...Dean Camera2009-12-141-0/+107