bugAVR Downloader/UploaDEr - Bugs: bug #47718, "lfuse reads as" not...

 
 

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

bug #47718: "lfuse reads as" not displayed in verbose mode - SOLUTION

Submitter:  Roger A. Krupski <krupski>
Submitted:  Sun 17 Apr 2016 01:25:39 AM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  joerg_wunsch Originator Name:  Krupski
Open/Closed:  Closed Release:  6.3
Programmer hardware:  Device type: 

Mon 06 Mar 2017 09:12:49 PM UTC, comment #1: 

Fixed in r1395, thanks!

Joerg Wunsch <joerg_wunsch>
Group administrator
Sun 17 Apr 2016 01:25:39 AM UTC, original submission:  

In AVRDUDE Version 6.3, the "lfuse reads as XX" display in verbose mode is missing. There is an error in the source file "safemode.c"

In "safemode.c", line 183 reads:

"        avrdude_message(MSG_DEBUG, "%s: safemode: lfuse reads as %X\n", progname, safemode_lfuse);"

It should read:

"        avrdude_message(MSG_NOTICE, "%s: safemode: lfuse reads as %X\n", progname, safemode_lfuse);"

The difference is that "MSG_DEBUG" should be "MSG_NOTICE". A .diff file is attached.

Roger A. Krupski <krupski>

 

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

Attached Files
file #36952:  safemode.c.diff added by krupski (215B - text/x-patch - ".diff" file comparing original with fix)

 

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 krupski (Submitted the item)
  • -email is unavailable- added by krupski
  •  

    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 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-03-06 joerg_wunsch StatusNone Fixed
        Assigned toNone joerg_wunsch
        Open/ClosedOpen Closed
        ReleaseNone 6.3
    2016-04-17 krupski Attached File- Added safemode.c.diff, #36952
        Carbon-Copy- Added krupski

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code