Re: [avr-gcc-list] Global variables and ISRs ???

2005-09-14 Thread Rich Neswold
Wasn't it 14-Sep-2005, at 07:05PM, when Lars Noschinski said: > Speaking of this, if I have an variable which is initialized during > startup and only accessed /in/ an ISR, am I on the safe side, if don't > declare it as volatile, right? Yes. --

Re: [avr-gcc-list] Make question (how to)

2005-05-05 Thread Rich Neswold
or you. > How do I do this? What is the magic incantation to substitute a list? In your Makefile: ifeq (${MCU}, mega128) SRC="this.c that.c ..." ASRC="this.S that.S ..." else ifeq (${MCU}, mega16) SRC="this.c that.c ..." ASRC="this.S t