avr-gcc-list
[Top][All Lists]
Advanced

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

[avr-gcc-list] [ANN] PDF to C Headers utility: fixed version 1.10 avail


From: Ned Konz
Subject: [avr-gcc-list] [ANN] PDF to C Headers utility: fixed version 1.10 available
Date: Wed, 15 Dec 2004 10:33:50 -0800
User-agent: KMail/1.7.1

Hi all,

I have updated my AVR C header file generator to properly produce struct 
definitions.

This is free software.

It supports my preferred style of register definitions, that is, without all 
the _BV() stuff.

NOTE that the resultant headers can not be mixed with the avr-libc headers! 
These headers are great on their own, though. More work would need to be done 
to avr-libc to make it compatible with these headers, since the registers are 
defined all over the place in the avr-libc headers.

Available from http://bikenomad.microship.com/embedded/

You just copy text out of the register summary section of an Atmel datasheet 
(right out of the PDF file!), save it in a file, and run the generator on it. 
A nicely formatted C header file is produced.

Enjoy,
-- 
Ned Konz
http://bike-nomad.com



reply via email to

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