mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-16 18:44:17 +00:00
Add libavrdude functions avr_mem_is_flash_type() and avr_mem_is_eeprom_type()
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user