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/
_______________________________________________
avrdude-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avrdude-dev