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:
Joerg Wunsch
2021-11-07 15:50:53 +00:00
parent ea27bfef1e
commit 9cf4edf76f
3 changed files with 23 additions and 0 deletions

View File

@@ -4631,6 +4631,21 @@ part
;
#------------------------------------------------------------
# ATmega324PB
#------------------------------------------------------------
# similar to ATmega324P
part parent "m324p"
id = "m324pb";
desc = "ATmega324PB";
signature = 0x1e 0x95 0x17;
ocdrev = 3;
;
#------------------------------------------------------------
# ATmega324PA
#------------------------------------------------------------