Submitted by evan Venn:

bug #59227: Add new part. How does one get a part added to the CONF file?
* avrdude.conf.in (LGT8FX88P, LGT8FX168P, LGT8FX328P): new parts



git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1457 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2021-11-07 09:18:32 +00:00
parent b05e8af0a7
commit aedc3b0c2a
3 changed files with 36 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2021-11-07 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
Submitted by evan Venn:
bug #59227: Add new part. How does one get a part added to the CONF file?
* avrdude.conf.in (LGT8FX88P, LGT8FX168P, LGT8FX328P): new parts
2021-11-06 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
Submitted by Britton Kerin:

2
NEWS
View File

@ -33,6 +33,7 @@ Current:
- ATmega64M1
- ATmega324A
- ATmega808, ATmega809, ATmega1608, ATmega1609, AVR DA, AVR DB
- LGT8FX88P, LGT8FX168P, LGT8FX328P
* New programmers supported:
@ -57,6 +58,7 @@ Current:
bug #59525: Bogus error message because Copy/Paste typo in stk500.c
bug #58078: [PATCH] buspirate: remove compound literals (fixes GCC>=9)
bug #57453: [PATCH] fix reference to nonexistant -m option by changing to -U
bug #59227: Add new part. How does one get a part added to the CONF file?
* Patches:
patch #9482: Add support for UPDI and AVR8X

View File

@ -17032,3 +17032,31 @@ part parent ".avrdx"
readsize = 0x100;
;
;
#------------------------------------------------------------
# Logic Green parts
#------------------------------------------------------------
part parent "m88"
id = "lgt8fx88p";
desc = "LGT8FX88P";
signature = 0x1e 0x93 0x0f;
ocdrev = 1;
;
part parent "m168"
id = "lgt8fx168p";
desc = "LGT8FX168P";
signature = 0x1e 0x94 0x0b;
ocdrev = 1;
;
part parent "m328"
id = "lgt8fx328p";
desc = "LGT8FX328P";
signature = 0x1e 0x95 0x0F;
ocdrev = 1;
;