Add libavrdude functions avr_mem_is_flash_type() and avr_mem_is_eeprom_type()

This commit is contained in:
Stefan Rueger
2022-08-15 14:57:04 +01:00
parent e332ecf0b4
commit dfef8bb0a8
7 changed files with 29 additions and 21 deletions

View File

@@ -842,7 +842,12 @@ int avr_put_cycle_count(PROGRAMMER * pgm, AVRPART * p, int cycles);
void avr_add_mem_order(const char *str);
int avr_mem_is_flash_type(AVRMEM *mem);
int avr_mem_is_eeprom_type(AVRMEM *mem);
int avr_mem_is_known(const char *str);
int avr_mem_might_be_known(const char *str);
#define disable_trailing_ff_removal() avr_mem_hiaddr(NULL)