bug #42310: New part description for AT90PWM216

* avrdude.conf.in: added pwm216 entry



git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1300 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Rene Liebscher 2014-05-07 21:19:12 +00:00
parent 868416dbba
commit 2eec999cdb
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2014-05-07 Rene Liebscher <R.Liebscher@gmx.de>
bug #42310: New part description for AT90PWM216
* avrdude.conf.in: added pwm216 entry
2014-05-07 Rene Liebscher <R.Liebscher@gmx.de>
bug #42158: Linux GPIO - Source Typo

View File

@ -9160,6 +9160,16 @@ part parent "pwm3b"
;
;
#------------------------------------------------------------
# AT90PWM216
#------------------------------------------------------------
# Completely identical to AT90PWM316 (including the signature!)
part parent "pwm316"
id = "pwm216";
desc = "AT90PWM216";
;
#------------------------------------------------------------
# ATtiny25
#------------------------------------------------------------