diff --git a/ChangeLog b/ChangeLog index 6178c51a..7c87dd1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-11-29 Joerg Wunsch + + Submitted by Jan Egil Ruud + * avrdude.conf.in (ATmega328PB): New part + 2017-11-13 Joerg Wunsch bug #48084: Avoid compiled-in timestamp for reproducible release builds diff --git a/NEWS b/NEWS index 18f3bdbe..5a34c2c6 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,8 @@ Current: * New devices supported: + - ATmega328PB + * New programmers supported: - ehajo-isp (commercial version of USBtiny) diff --git a/avrdude.conf.in b/avrdude.conf.in index b247e522..f55a3ff0 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.in @@ -8695,6 +8695,14 @@ part parent "m328" ocdrev = 1; ; +part parent "m328" + id = "m328pb"; + desc = "ATmega328PB"; + signature = 0x1e 0x95 0x16; + + ocdrev = 1; +; + #------------------------------------------------------------ # ATmega32m1 #------------------------------------------------------------