Submitted by Jan Egil Ruud <janegil.ruud@microchip.com>

avrdude.conf.in (ATmega328PB): New part



git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1397 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2017-11-29 22:44:56 +00:00
parent 1c83889f8f
commit 492a7b6709
3 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2017-11-29 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
Submitted by Jan Egil Ruud <janegil.ruud@microchip.com>
* avrdude.conf.in (ATmega328PB): New part
2017-11-13 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
bug #48084: Avoid compiled-in timestamp for reproducible release builds

2
NEWS
View File

@ -15,6 +15,8 @@ Current:
* New devices supported:
- ATmega328PB
* New programmers supported:
- ehajo-isp (commercial version of USBtiny)

View File

@ -8695,6 +8695,14 @@ part parent "m328"
ocdrev = 1;
;
part parent "m328"
id = "m328pb";
desc = "ATmega328PB";
signature = 0x1e 0x95 0x16;
ocdrev = 1;
;
#------------------------------------------------------------
# ATmega32m1
#------------------------------------------------------------