avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [patch #9506] Script to create device configuration stub f


From: Morten Engelhardt Olsen
Subject: [avrdude-dev] [patch #9506] Script to create device configuration stub from Atmel ATDF files
Date: Thu, 30 Nov 2017 10:20:09 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36

URL:
  <http://savannah.nongnu.org/patch/?9506>

                 Summary: Script to create device configuration stub from
Atmel ATDF files
                 Project: AVR Downloader/UploaDEr
            Submitted by: xoriath
            Submitted on: Thu 30 Nov 2017 03:20:08 PM UTC
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

XSLT2 script to create the device configuration for avrdude based on ATDF. 

Currently only supports the new AVR8X architecture. Writes the part info and
flash and eeprom memory information.

When run agains the ATtiny817 ATDF file from Atmel Studio, it produces:

#------------------------------------------------------------
# ATtiny817
#------------------------------------------------------------

part parent    ".avr8x"
     id        = "tn817";
     desc      = "ATtiny817";
     signature = 0x1E 0x93 0x20;

     memory "flash"
          size      = 0x2000;
          offset    = 0x8000;
          page_size = 0x40;
          readsize  = 0x100;
     ;

     memory "eeprom"
          size      = 0x80;
          offset    = 0x1400;
          page_size = 0x20;
          readsize  = 0x100;
     ;
;


Will run this on the new AVR8X devices that should be supported from
https://savannah.nongnu.org/patch/index.php?9482 .



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 30 Nov 2017 03:20:08 PM UTC  Name: atdf-to-avrdude.xslt  Size: 8KiB 
 By: xoriath

<http://savannah.nongnu.org/patch/download.php?file_id=42531>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?9506>

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




reply via email to

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