RE: [avr-libc-dev] Volatile not working?

2007-01-08 Thread Ron
-Original Message- From: Ned Konz [mailto:[EMAIL PROTECTED] Sent: Monday, 8 January 2007 5:54 PM To: Ron Cc: avr-libc-dev@nongnu.org Subject: Re: [avr-libc-dev] Volatile not working? Ron wrote: Hi Folks. I would have thought that with -Os the code below should work.

Re: [avr-libc-dev] New Atomic.h header?

2007-01-08 Thread Joerg Wunsch
As Ron wrote: I have used these two for some time now. static inline STATE_REG SaveState(void) { STATE_REG flags = SREG; // get processor state cli();// turn off interrupts return flags; // return machine state } This is something like the

[avr-libc-dev] [bug #18688] vfscanf and vfprintf don't use malloc

2007-01-08 Thread Joerg Wunsch
Update of bug #18688 (project avr-libc): Item Group:None = Documentation ___ Reply to this item at: http://savannah.nongnu.org/bugs/?18688 ___

[avr-libc-dev] [bug #18686] AT90USB**** devices are absent in interrupt-verctor-names table

2007-01-08 Thread Joerg Wunsch
Update of bug #18686 (project avr-libc): Item Group:None = Documentation ___ Reply to this item at: http://savannah.nongnu.org/bugs/?18686 ___

[avr-libc-dev] [bug #18115] online documentation typo/bug avr/boot.h

2007-01-08 Thread Joerg Wunsch
Update of bug #18115 (project avr-libc): Item Group:None = Documentation Summary: online documentation typo/bug = online documentation typo/bug avr/boot.h ___ Reply to this

[avr-libc-dev] [bug #17815] Configure does not honor --mandir option

2007-01-08 Thread Joerg Wunsch
Update of bug #17815 (project avr-libc): Item Group:None = Build system ___ Reply to this item at: http://savannah.nongnu.org/bugs/?17815 ___

[avr-libc-dev] [bug #17216] change to the ../util/delay.h header for increased functionality

2007-01-08 Thread Joerg Wunsch
Update of bug #17216 (project avr-libc): Item Group:None = Header files ___ Reply to this item at: http://savannah.nongnu.org/bugs/?17216 ___

[avr-libc-dev] [bug #14855] Link Error relocation truncated to fit: R_AVR_13_PCREL

2007-01-08 Thread Joerg Wunsch
Update of bug #14855 (project avr-libc): Item Group:None = libm code ___ Reply to this item at: http://savannah.nongnu.org/bugs/?14855 ___

[avr-libc-dev] [bug #11820] dtostre: wrong output with percision =3

2007-01-08 Thread Joerg Wunsch
Update of bug #11820 (project avr-libc): Item Group:None = libm code ___ Reply to this item at: http://savannah.nongnu.org/bugs/?11820 ___

[avr-libc-dev] [bug #11511] NaN not generated correctly by division library

2007-01-08 Thread Joerg Wunsch
Update of bug #11511 (project avr-libc): Item Group:None = libm code ___ Reply to this item at: http://savannah.nongnu.org/bugs/?11511 ___

[avr-libc-dev] [bug #3485] Using float arithmetic without linking with -lm result in incorrect code

2007-01-08 Thread Joerg Wunsch
Update of bug #3485 (project avr-libc): Item Group:None = libm code ___ Reply to this item at: http://savannah.nongnu.org/bugs/?3485 ___

[avr-libc-dev] [bug #1929] -Inf not detected

2007-01-08 Thread Joerg Wunsch
Update of bug #1929 (project avr-libc): Item Group:None = libm code ___ Reply to this item at: http://savannah.nongnu.org/bugs/?1929 ___

[avr-libc-dev] Bug tracker: added item groups

2007-01-08 Thread Joerg Wunsch
I added item groups to the bug tracker, so they could be classified. I also added a query form named Item groups. Unfortunately, the standard query cannot be changed, so if you simply select Bugs - Browse, you'll always end up using the (system-wide) Basic query. Open the (+) Display Criteria on

[avr-libc-dev] [bug #18662] rand() keeps returning the same value if seeded with 0

2007-01-08 Thread Joerg Wunsch
Update of bug #18662 (project avr-libc): Status: Confirmed = In Progress ___ Follow-up Comment #1: This is an issue with the original BSD implementation our implementation has been taken from.

[avr-libc-dev] [bug #18688] vfscanf and vfprintf don't use malloc

2007-01-08 Thread Joerg Wunsch
Update of bug #18688 (project avr-libc): Status:None = Fixed Assigned to:None = joerg_wunsch Open/Closed:Open = Closed

[avr-libc-dev] [bug #18115] online documentation typo/bug avr/boot.h

2007-01-08 Thread Joerg Wunsch
Update of bug #18115 (project avr-libc): Status:None = Fixed Assigned to:None = joerg_wunsch Open/Closed:Open = Closed

Re: [avr-libc-dev] New Atomic.h header?

2007-01-08 Thread Christian Ludlam
On 7 Jan Joerg Wunsch wrote: Also, I tend to not start up yet another header file for these, but would rather include them into avr/interrupt.h. Perhaps we should pick names that are reserved for the implementation then, to not collide with any possible (different) version in any existing

[avr-libc-dev] Re: [avr-gcc-list] AVR JTAG ICE mkII and the ATmega8

2007-01-08 Thread Shaun Jackman
Thanks for the note, Jürgen. At the moment, I'm only trying to program the ATmega8 using the AVR JTAG ICE mkII. Cheers, Shaun On 1/8/07, Jürgen Schilling [EMAIL PROTECTED] wrote: Hi Shaun, I'll hope you know, that debugging with the ATmega8 and the JTAG ICE mkII isn't possible. If you like to

Re: [avr-libc-dev] New Atomic.h header?

2007-01-08 Thread Paulo Marques
Dean wrote: Hi guys! Hi, Dean. [...] My macro allows for both atomic (interrupts disabled) and non-atomic (interrupts enabled) blocks of code to be easily made. Unlike conventional methods these macros are quite foolproof - the epilogue for each is run automatically on block exit regardless

[avr-libc-dev] Re[2]: [avr-gcc-list] AVR JTAG ICE mkII and the ATmega8

2007-01-08 Thread Jürgen Schilling
Hi Shaun, you are welcome... I've just thought the the JTAG ICE mkII is a little bit too expensive for using it as an ISP... Cheers, Juergen Shaun schrieb am Montag, 8. Januar 2007 um 19:14: Thanks for the note, Jürgen. At the moment, I'm only trying to program the ATmega8 using the AVR