Fix incorrect ATmega64M1 flash and eeprom size

#897 related
This commit is contained in:
MCUdude 2022-03-08 12:34:06 +01:00
parent 1c94c95f1c
commit fde7881611
1 changed files with 12 additions and 0 deletions

View File

@ -9776,6 +9776,18 @@ part parent "m328"
signature = 0x1e 0x96 0x84;
bs2 = 0xe2;
memory "eeprom"
size = 2048;
page_size = 8;
;
memory "flash"
paged = yes;
size = 65536;
page_size = 256;
num_pages = 256;
;
memory "efuse"
size = 1;
min_write_delay = 4500;