[bug #27514] Minor syntax inconsistency avrdude V5.8

View: New views
3 Messages — Rating Filter:   Alert me  

[bug #27514] Minor syntax inconsistency avrdude V5.8

by Sylvain Beucler-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


URL:
  <http://savannah.nongnu.org/bugs/?27514>

                 Summary: Minor syntax inconsistency avrdude V5.8
                 Project: AVR Downloader/UploaDEr
            Submitted by: robertvknobloch
            Submitted on: Thu 24 Sep 2009 09:15:47 GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Robert von Knobloch
        Originator Email:
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

When part ATTiny13 is selected in terminal mode, the syntax 'r e 0 10' is
accepted and reads 10 bytes from the EEPROM.
When part ATTiny25 is selected in terminal mode, the same command results
in:
"e" memory type not defined for part "ATtiny25"
and 'ee' must be used to define EEPROM memory.
May only need change to the .conf file ?? (Not obvious though).





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?27514>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
avrdude-dev mailing list
avrdude-dev@...
http://lists.nongnu.org/mailman/listinfo/avrdude-dev

[bug #27514] Minor syntax inconsistency avrdude V5.8

by Sylvain Beucler-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Update of bug #27514 (project avrdude):

                  Status:                    None => Wont Fix              
             Assigned to:                    None => joerg_wunsch          
             Open/Closed:                    Open => Closed                

    _______________________________________________________

Follow-up Comment #1:

This is intentional behaviour.  Any unambiguous abbreviation
is accepted as designator for a memory area.  For a device
with an efuse, "e" is not an unambiguous abbreviation for
"eeprom" (but "ee" always is).

If you want to be on the safe side, always use full names.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?27514>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
avrdude-dev mailing list
avrdude-dev@...
http://lists.nongnu.org/mailman/listinfo/avrdude-dev

[bug #27514] Minor syntax inconsistency avrdude V5.8

by Sylvain Beucler-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

OK, I see the logic. It still makes for inconsistency when you work with many
different types of AVR though. Thanks.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?27514>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
avrdude-dev mailing list
avrdude-dev@...
http://lists.nongnu.org/mailman/listinfo/avrdude-dev