Added memory erase handling to the PDI protocol in the AVRISP project.

This commit is contained in:
Dean Camera 2009-12-14 05:15:42 +00:00
parent 8a55d80e7e
commit 48e50b6b57
3 changed files with 49 additions and 1 deletions

View file

@ -117,5 +117,6 @@
void NVMTarget_WaitWhileNVMControllerBusy(void);
uint32_t NVMTarget_GetMemoryCRC(uint8_t MemoryCommand);
void NVMTarget_ReadMemory(uint32_t ReadAddress, uint8_t* ReadBuffer, uint16_t ReadSize);
void NVMTarget_EraseMemory(uint8_t EraseCommand, uint32_t Address);
#endif