avr-libc-dev
[Top][All Lists]
Advanced

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

[avr-libc-dev] [bug #22540] Adding signature bytes to header files


From: John Samperi
Subject: [avr-libc-dev] [bug #22540] Adding signature bytes to header files
Date: Mon, 10 Mar 2008 22:33:26 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)

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

                 Summary: Adding signature bytes to header files
                 Project: AVR C Runtime Library
            Submitted by: samperi
            Submitted on: Monday 03/10/2008 at 22:33
                Category: Header
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Header files
                  Status: None
        Percent Complete: 0%
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Signature bytes are usefull for bootloader implementation.

They are supplied with the Atmel assembler include files but none of the C
compilers header files I have looked at have them.

Example of existing signature bytes info in assembler .inc files:

; ***** SPECIFY DEVICE *************************************************** 
.device ATmega164P 
#pragma AVRPART ADMIN PART_NAME ATmega164P 
.equ   SIGNATURE_000   = 0x1e 
.equ   SIGNATURE_001   = 0x94 
.equ   SIGNATURE_002   = 0x0a 

#pragma AVRPART CORE CORE_VERSION V2E 





    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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