Skip to content

Commit

Permalink
patch #9744: Patch for ATMega324A support
Browse files Browse the repository at this point in the history
* avrdude.conf.in (m324a): New entry.

Submitted by Björn Mellström



git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@1449 81a1dc3b-b13d-400b-aceb-764788c761c2
  • Loading branch information
joerg_wunsch committed Sep 20, 2020
1 parent 524dfe0 commit f957cfa
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2020-09-20 Joerg Wunsch <[email protected]>

Submitted by Björn Mellström
patch #9744: Patch for ATMega324A support
* avrdude.conf.in (m324a): New entry.

2020-09-20 Joerg Wunsch <[email protected]>

Submitted by Ronald Sutherland
Expand Down
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Current:
ATmega4809
- ATtiny841, ATtiny441
- ATmega64M1
- ATmega324A

* New programmers supported:

Expand Down Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions avrdude.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f957cfa

Please sign in to comment.