mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 11:36:24 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user