mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 11:36:24 +00:00
Submitted by Matwey V. Kornilov:
bug #58495: Add atmega324pb support to avrdude.conf.in * avrdude.conf.in (ATmega324PB): new entry git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1461 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -4631,6 +4631,21 @@ part
|
||||
;
|
||||
|
||||
|
||||
#------------------------------------------------------------
|
||||
# ATmega324PB
|
||||
#------------------------------------------------------------
|
||||
|
||||
# similar to ATmega324P
|
||||
|
||||
part parent "m324p"
|
||||
id = "m324pb";
|
||||
desc = "ATmega324PB";
|
||||
signature = 0x1e 0x95 0x17;
|
||||
|
||||
ocdrev = 3;
|
||||
;
|
||||
|
||||
|
||||
#------------------------------------------------------------
|
||||
# ATmega324PA
|
||||
#------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user