mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 11:36:24 +00:00
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:
@@ -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;
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user