mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 06:55:27 +00:00
Add ATMEGA163 part.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@98 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -336,6 +336,32 @@ part
|
||||
;
|
||||
;
|
||||
|
||||
part
|
||||
id = "m163";
|
||||
desc = "ATMEGA163";
|
||||
chip_erase_delay = 32000;
|
||||
eeprom
|
||||
paged = no;
|
||||
size = 512;
|
||||
page_size = 0;
|
||||
num_pages = 0;
|
||||
min_write_delay = 4000;
|
||||
max_write_delay = 4000;
|
||||
readback_p1 = 0xff;
|
||||
readback_p2 = 0xff;
|
||||
;
|
||||
flash
|
||||
paged = yes;
|
||||
size = 16384;
|
||||
page_size = 128;
|
||||
num_pages = 128;
|
||||
min_write_delay = 16000;
|
||||
max_write_delay = 16000;
|
||||
readback_p1 = 0xff;
|
||||
readback_p2 = 0xff;
|
||||
;
|
||||
;
|
||||
|
||||
part
|
||||
id = "m8";
|
||||
desc = "ATMEGA8";
|
||||
|
Reference in New Issue
Block a user