Added PROGRAM_FLASH_ISP and PROGRAM_EEPROM_ISP handler code to the V2 Protocol handler in the AVRISP project, programming complete checks not yet complete.
This commit is contained in:
@@ -82,6 +82,13 @@ void V2Protocol_DelayMS(uint8_t MS)
|
||||
_delay_ms(1);
|
||||
}
|
||||
|
||||
uint8_t V2Protocol_WaitForProgrammingComplete(uint16_t PollAddress, uint8_t ProgrammingMode)
|
||||
{
|
||||
// TODO
|
||||
|
||||
return STATUS_CMD_OK;
|
||||
}
|
||||
|
||||
uint8_t V2Protocol_WaitWhileTargetBusy(void)
|
||||
{
|
||||
uint8_t TimeoutMS = TARGET_BUSY_TIMEOUT_MS;
|
||||
|
||||
Reference in New Issue
Block a user