bugAVR C Runtime Library - Bugs: bug #24375, no FUSE_* defs for atmega48

 
 

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

bug #24375: no FUSE_* defs for atmega48

Submitter:  Juergen Weigert <jnweiger>
Submitted:  Thu 25 Sep 2008 04:04:49 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Invalid Assigned to:  arcanum
Percent Complete:  0% Open/Closed:  Closed
Release:  1.6.2 Fixed Release:  None

Thu 25 Sep 2008 09:49:22 PM UTC, comment #2: 

Already fixed. Thanks.

Juergen Weigert <jnweiger>
Thu 25 Sep 2008 04:32:27 PM UTC, comment #1: 
Eric Weddington <arcanum>
Group administrator
Thu 25 Sep 2008 04:04:49 PM UTC, original submission:  

echo "#include <avr/io.h>" | avr-gcc -mmcu=atmega48 -E -CC -dN - | grep '^#define FUSE_'
echo "#include <avr/io.h>" | avr-gcc -mmcu=atmega48p -E -CC -dN - | grep '^#define FUSE_'
echo "#include <avr/io.h>" | avr-gcc -mmcu=atmega88 -E -CC -dN - | grep '^#define FUSE_'

I get 18 defines for atmega48p and atmega88, but none for atmega48.

Juergen Weigert <jnweiger>

 

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

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by arcanum (Posted a comment)
  • -email is unavailable- added by jnweiger (Submitted the item)
  •  

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-09-25 arcanum StatusNone Invalid
        Assigned toNone arcanum
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code