patch #9744: Patch for ATMega324A support
* avrdude.conf.in (m324a): New entry. Submitted by Björn Mellström git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1449 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
e98f9854b7
commit
c934f95f5e
|
@ -1,3 +1,9 @@
|
|||
2020-09-20 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||
|
||||
Submitted by Björn Mellström
|
||||
patch #9744: Patch for ATMega324A support
|
||||
* avrdude.conf.in (m324a): New entry.
|
||||
|
||||
2020-09-20 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||
|
||||
Submitted by Ronald Sutherland
|
||||
|
|
2
NEWS
2
NEWS
|
@ -30,6 +30,7 @@ Current:
|
|||
ATmega4809
|
||||
- ATtiny841, ATtiny441
|
||||
- ATmega64M1
|
||||
- ATmega324A
|
||||
|
||||
* New programmers supported:
|
||||
|
||||
|
@ -79,6 +80,7 @@ Current:
|
|||
patch #9963: UsbAsp 3 MHz patch for UsbAsp-flash firmware
|
||||
patch #9816: Implement new programmer type: linuxspi
|
||||
patch #9811: ATmega328pb has efuse bit 3
|
||||
patch #9744: Patch for ATMega324A support
|
||||
|
||||
* Internals:
|
||||
- New avrdude.conf keyword "family_id", used to verify SIB attributes
|
||||
|
|
|
@ -4621,6 +4621,19 @@ part parent "m324p"
|
|||
ocdrev = 3;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
# ATmega324A
|
||||
#------------------------------------------------------------
|
||||
|
||||
# similar to ATmega324P
|
||||
|
||||
part parent "m324p"
|
||||
id = "m324a";
|
||||
desc = "ATmega324A";
|
||||
signature = 0x1e 0x95 0x15;
|
||||
|
||||
ocdrev = 3;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
# ATmega644
|
||||
|
|
Loading…
Reference in New Issue