added mega32
This commit is contained in:
parent
465b0926f2
commit
91e492c0dc
@ -42,6 +42,7 @@ struct {
|
||||
{ 0x20, 0x00, 0x7F }, // at90s2313 (no paging, reads 0x7F back)
|
||||
{ 0x38, 0x00, 0x7F }, // at90s8515 (no paging, reads 0x7F back)
|
||||
{ 0x43, 0x7F, 0xFF }, // mega128 (128 words/page)
|
||||
{ 0x72, 0x3F, 0xFF }, // mega32 (64 words/page)
|
||||
{ 0x74, 0x3F, 0xFF }, // mega16 (64 words/page)
|
||||
{ 0x00, 0x00, 0x00 },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user