avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #59227] Add new part. How does one get a part added to the CONF fil


From: evan Venn
Subject: [bug #59227] Add new part. How does one get a part added to the CONF file?
Date: Thu, 8 Oct 2020 08:57:54 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36

Follow-up Comment #2, bug #59227 (project avrdude):

I have analysed further.  The LG parts are essentially 88p, 168p, 328p parts. 
However, the LG 328p has 7 variants from a users/developer perspective.

I also recommend dropping the AT Prefix (as this is ATmel suffix).

Summary:  Use a generic name for all LG parts. As follows:

#------------------------------------------------------------
# LG 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;
;

or, we can dump the idea.




    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?59227>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]