Add ATmega{48,88,168}PB devices.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1370 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2016-02-15 20:10:01 +00:00
parent a7238c44af
commit 4305a99484
3 changed files with 43 additions and 0 deletions

View File

@ -1,5 +1,10 @@
2016-02-15 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
* avrdude.conf.in (ATmega48PB, ATmega88PB, ATmega168PB): New
devices.
016-02-15 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
patch #8435: Implementing mEDBG CMSIS-DAP protocol
* usb_libusb.c: Add endpoint IDs for Xplained Mini, correctly
transfer trailing ZLP when needed

2
NEWS
View File

@ -16,6 +16,8 @@ Current:
* New devices supported:
- ATmega48PB, ATmega88PB, ATmega168PB
* New programmers supported:
- Atmel mEDBG: xplainedmini, xplainedmini_dw

View File

@ -7801,6 +7801,18 @@ part parent "m48"
ocdrev = 1;
;
#------------------------------------------------------------
# ATmega48PB
#------------------------------------------------------------
part parent "m48"
id = "m48pb";
desc = "ATmega48PB";
signature = 0x1e 0x92 0x10;
ocdrev = 1;
;
#------------------------------------------------------------
# ATmega88
#------------------------------------------------------------
@ -8001,6 +8013,18 @@ part parent "m88"
ocdrev = 1;
;
#------------------------------------------------------------
# ATmega88PB
#------------------------------------------------------------
part parent "m88"
id = "m88pb";
desc = "ATmega88PB";
signature = 0x1e 0x93 0x16;
ocdrev = 1;
;
#------------------------------------------------------------
# ATmega168
#------------------------------------------------------------
@ -8203,6 +8227,18 @@ part parent "m168"
ocdrev = 1;
;
#------------------------------------------------------------
# ATmega168PB
#------------------------------------------------------------
part parent "m168"
id = "m168pb";
desc = "ATmega168PB";
signature = 0x1e 0x94 0x15;
ocdrev = 1;
;
#------------------------------------------------------------
# ATtiny88
#------------------------------------------------------------