mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Fix abbreviated name for ATmega324PA.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@958 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2011-05-11 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
* avrdude.conf.in: Fix abbreviated name for ATmega324PA.
|
||||||
|
|
||||||
2011-05-11 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
2011-05-11 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
Submitted by Lech Perczak:
|
Submitted by Lech Perczak:
|
||||||
|
@@ -4064,7 +4064,7 @@ part
|
|||||||
# similar to ATmega324P
|
# similar to ATmega324P
|
||||||
|
|
||||||
part
|
part
|
||||||
id = "m324p";
|
id = "m324pa";
|
||||||
desc = "ATmega324PA";
|
desc = "ATmega324PA";
|
||||||
has_jtag = yes;
|
has_jtag = yes;
|
||||||
stk500_devcode = 0x82; # no STK500v1 support, use the ATmega16 one
|
stk500_devcode = 0x82; # no STK500v1 support, use the ATmega16 one
|
||||||
|
Reference in New Issue
Block a user