[avr-libc-dev] [bug #17551] Update documentation to point to issues with gcc4.1

2006-08-28 Thread anonymous
URL: http://savannah.nongnu.org/bugs/?17551 Summary: Update documentation to point to issues with gcc4.1 Project: AVR C Runtime Library Submitted by: None Submitted on: Monday 08/28/2006 at 06:39 UTC Category:

Re: [avr-libc-dev] RE: [bug #16411] -fwhole-program optimization deletes ISRs

2006-08-28 Thread Björn Haase
Eric Weddington wrote on Donnerstag, 24. August 2006 18:53 : -Original Message- From: Joerg Wunsch [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 10:13 AM To: Ned Konz; Levi Harper; Joerg Wunsch; Eric Weddington; avr-libc-dev@nongnu.org Subject: [bug #16411]

[avr-libc-dev] Re: [avr-libc-commit] avr-libc ChangeLog include/avr/interrupt.h incl...

2006-08-28 Thread Bernd Trog
--- Eric Weddington [EMAIL PROTECTED] wrote: Log message: Additional fix for bug #16411. * include/avr/interrupt.h: Add the 'externally_visible' attribute on all interrupt service routine macros. Note that 'externally_visible' is a new attribute.

Re: [avr-libc-dev] Re: [avr-libc-commit] avr-libc ChangeLog include/avr/interrupt.h incl...

2006-08-28 Thread Joerg Wunsch
As Bernd Trog wrote: * include/avr/interrupt.h: Add the 'externally_visible' attribute on all interrupt service routine macros. Note that 'externally_visible' is a new attribute. Introduced with 4.1.0, unknown to versions 4.1.0. Thanks for the

Re: [avr-libc-dev] printf_P is not reenterable

2006-08-28 Thread Joerg Wunsch
As Alexey Boyko wrote: Another variant - initialize stdout for each thread, and use fprintf with different stdout in different thread. That's not possible for avr-libc itself, as threads itself are out of the scope of avr-libc (and most likely are the subject of some kind of RTOS). Of course,

RE: [avr-libc-dev] Re: [avr-libc-commit] avr-libcChangeLoginclude/avr/interrupt.h incl...

2006-08-28 Thread Eric Weddington
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] org] On Behalf Of Eric Weddington Sent: Monday, August 28, 2006 2:26 PM To: 'Joerg Wunsch'; avr-libc-dev@nongnu.org; 'Bernd Trog' Subject: RE: [avr-libc-dev] Re: [avr-libc-commit]

[avr-libc-dev] [bug #17561] headers returning PORTx, PINx and DDRx incorrectly for Mega168

2006-08-28 Thread Scott Price
URL: http://savannah.nongnu.org/bugs/?17561 Summary: headers returning PORTx, PINx and DDRx incorrectly for Mega168 Project: AVR C Runtime Library Submitted by: scottprice Submitted on: Monday 08/28/2006 at 20:17

[avr-libc-dev] [bug #17561] headers returning PORTx, PINx and DDRx incorrectly for Mega168

2006-08-28 Thread Scott Price
Follow-up Comment #1, bug #17561 (project avr-libc): Sorry, I wasn't very clear in one part. My program works if I use the direct addresses for the ports, but not if I use the name. Also, Other registers seem to work correctly. I will dig into this more to see if other registers are

[avr-libc-dev] [bug #17561] headers returning PORTx, PINx and DDRx incorrectly for Mega168

2006-08-28 Thread Scott Price
Follow-up Comment #2, bug #17561 (project avr-libc): Okay, it seems to be that anything that uses _SFR_IO8 is wrong on the Mega168. I will see if I can figure out why. I must be really tired. I meant to type that it works if I use _SFR_IO8(0x23) etc. Sorry for all the extra posts. Some

[avr-libc-dev] [bug #17561] headers returning PORTx, PINx and DDRx incorrectly for Mega168

2006-08-28 Thread Joerg Wunsch
Update of bug #17561 (project avr-libc): Status:None = Need Info Assigned to:None = joerg_wunsch ___ Follow-up Comment #3: Sorry, but that's