[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