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

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

[avr-gcc-list] [ANN] Automatic AVR Header file generator for gcc


From: Ned Konz
Subject: [avr-gcc-list] [ANN] Automatic AVR Header file generator for gcc
Date: Tue, 2 Nov 2004 14:59:50 -0800
User-agent: KMail/1.7

Hi all,

I just wrote a AVR C header file generator that 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/embedded



reply via email to

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