Skip to content

Commit

Permalink
Add ATmega328PB to list of known chips
Browse files Browse the repository at this point in the history
  • Loading branch information
Danct12 committed Apr 20, 2024
1 parent 7076ed0 commit ba6150f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions adafruit_avrprog.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ class Boards:
"page_size": 128,
"fuse_mask": (0xFF, 0xFF, 0x07, 0x3F),
}
ATmega328pb = {
"name": "ATmega328pb",
"sig": [0x1E, 0x95, 0x16],
"flash_size": 32768,
"page_size": 128,
"fuse_mask": (0xFF, 0xFF, 0x07, 0x3F),
}
ATmega644pa = {
"name": "ATmega644pa",
"sig": [0x1E, 0x96, 0x0A],
Expand Down

0 comments on commit ba6150f

Please sign in to comment.