avr-libc-dev
[Top][All Lists]
Advanced

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

Re: [avr-libc-dev] I intend to roll avr-libc-1.2.5 by tomorrow


From: Anatoly Sokolov
Subject: Re: [avr-libc-dev] I intend to roll avr-libc-1.2.5 by tomorrow
Date: Sun, 31 Jul 2005 02:29:47 +0400

Hello.

I noticed quite a bit late there's a FreeBSD ports freeze for the
upcoming FreeBSD 6.0 version by Monday.  As I intend to upgrade my
FreeBSD ports for the AVR tools to the respective latest versions
(including patches for new devices as they appear the be OK), I'd
also like to roll an avr-libc-1.2.5 version to at least include
the couple of changes that have been done recently.

I'll also try to integrate as many of the patches to support new
devices as appear OK.  I'm particularly interested in the new LCD
controllers (329[0]/649[0]), the ATmega644, and the AT90PWM2/3, as
I've got samples for them.

It is necessary to make following changes to patches for new devices:

1. In wdt.h add support for this device.

#if defined (__AVR_ATmega169__) || defined(__AVR_AT90CAN128__) \
|| defined(__AVR_ATmega48__) || defined(__AVR_ATmega88__) \
|| defined(__AVR_ATmega165__) || defined(__AVR_ATmega168__) \
|| defined(__AVR_ATmega325__) || defined(__AVR_ATmega3250__) \
|| defined(__AVR_ATmega645__) || defined(__AVR_ATmega6450__) \
|| add_mega329[0]/649[0]/644_and_AT90PWM2/3
2.  In ioXXX.h add EE* SFR definition for this device.

Anatoly.




reply via email to

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