[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avrdude-dev] [patch #7687] Autogenerating programmers and parts lists f
From: |
Rene Liebscher |
Subject: |
[avrdude-dev] [patch #7687] Autogenerating programmers and parts lists for docs |
Date: |
Wed, 14 Dec 2011 09:15:03 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2 |
URL:
<http://savannah.nongnu.org/patch/?7687>
Summary: Autogenerating programmers and parts lists for docs
Project: AVR Downloader/UploaDEr
Submitted by: rliebscher
Submitted on: Mi 14 Dez 2011 09:15:01 GMT
Category: None
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
Hi,
this patch replaces the programmers and parts lists in the texi file by
autogenerated lists. So the list are always up-to-date.
First it replaces the lists in avrdude.texi by includes of the files
programmers.texi and parts.texi.
These files will be generated by the Makefile using the just compiled avrdude.
This is called using the command lines "avrdude -c ?" and "avrdude -p ?".
The output of these commands gets some awk and sed processing and is written
to the previous mentioned files.
As there are comments to some parts in the list {(*),(**),...} it uses another
files (part_comments.txt) where it finds which parts need to be added which
comment marker. (This is also done by sed.)
The generating of these lists by avrdude itself requires the patch "patch
#7671 Sorting programmers and parts lists for console output"
https://savannah.nongnu.org/patch/index.php?7671 , as this removes the output
of the configfile information from the output list. (If you want to see it you
have to add a -v to the command line.)
In avrdude.1 it removes the parts list completely and adds the hint to use "-p
?" to get it. (If you have the man page installed, so you have avrdude too.
Then you can avrdude ask for a really up-to-date list. And a list of
programmers was never part of the man page.)
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Mi 14 Dez 2011 09:15:01 GMT Name: doc_parts_programmers.patch Size:
15kB By: rliebscher
<http://savannah.nongnu.org/patch/download.php?file_id=24590>
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/patch/?7687>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.nongnu.org/
- [avrdude-dev] [patch #7687] Autogenerating programmers and parts lists for docs,
Rene Liebscher <=