bugAVR Downloader/UploaDEr - Bugs: bug #59227, Add new part. How does one get a...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #59227: Add new part. How does one get a part added to the CONF file?

Submitter:  None
Submitted:  Tue 06 Oct 2020 12:13:07 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  joerg_wunsch Originator Name:  Anobium
Originator Email:  -email is unavailable- Open/Closed:  Closed
Release:  6.3 Programmer hardware:  Mulitple
Device type:  Add

Mon 08 Nov 2021 08:22:30 AM UTC, comment #4: 


comment #3:

> Added in r1457, thanks!

evan Venn <anobium>
Sun 07 Nov 2021 09:18:52 AM UTC, comment #3: 

Added in r1457, thanks!

Joerg Wunsch <joerg_wunsch>
Group administrator
Thu 08 Oct 2020 12:57:54 PM UTC, comment #2: 

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.



evan Venn <anobium>
Thu 08 Oct 2020 06:36:09 AM UTC, comment #1: 

The chip is real. Being able to program via Great Cow BASIC (an Open Source compiler for AVR and PIC) is my goal.

My goal is to enable people to program.  That is all.

evan Venn <anobium>
Tue 06 Oct 2020 12:13:07 PM UTC, original submission:  

part parent "m328"
    id      = "ATLGT8FX8P";
    desc    = "LGT8FX8P";
    signature   = 0x1e 0x95 0x0F;

    ocdrev              = 1;
;


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #49925:  avrdude.conf added by None (494KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by joerg_wunsch (Posted a comment)
  • -email is unavailable- added by anobium (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-11-07 joerg_wunsch StatusNone Fixed
        Assigned toNone joerg_wunsch
        Open/ClosedOpen Closed
    2020-10-06 None Attached File- Added avrdude.conf, #49925

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code