Handle verification errors in read only memory areas gracefully

This commit is contained in:
Stefan Rueger
2022-11-20 00:27:49 +00:00
parent ee25a62df6
commit f276d325ec
4 changed files with 38 additions and 12 deletions

View File

@@ -889,7 +889,7 @@ int avr_write(const PROGRAMMER *pgm, const AVRPART *p, const char *memtype, int
int avr_signature(const PROGRAMMER *pgm, const AVRPART *p);
int avr_verify(const AVRPART * p, const AVRPART * v, const char * memtype, int size);
int avr_verify(const PROGRAMMER *pgm, const AVRPART *p, const AVRPART *v, const char *m, int size);
int avr_get_cycle_count(const PROGRAMMER *pgm, const AVRPART *p, int *cycles);