Re: [Simulavr-devel] simulavrxx timers

2008-05-27 Thread Klaus Rudolph
Hi Michael, If I understand the timer classes correctly, HWMegaTimer0::t0_old is unused. It is used and gives the "old" / last state from the pin. HWMegaTimer0 doesn't have pin_t0. Is this correct? See above :-) Timer0 in an atmega168 doesn't have quite the same set of features as any at

Re: [Simulavr-devel] simulavrxx timers

2008-05-27 Thread Michael N. Moran
Klaus Rudolph wrote: My thought is to write global timer feature classes, e.g. output compare, and build nested timer classes from the feature classes. A long time ago I thought that some more generic classes and inheritance could solve many problems. But after looking in the details this pl

Re: [Simulavr-devel] simulavrxx timers

2008-05-27 Thread Michael Hennebry
On Tue, 27 May 2008, Michael N. Moran wrote: > Analyzing the many AVR peripheral variations and > developing a properly factored design is a real > time consumer. I intend to analyze precisely 4 sets. > If refactoring is applied as new devices are > implemented, a peripheral framework can evolve

Re: [Simulavr-devel] simulavrxx timers

2008-05-27 Thread Klaus Rudolph
Hi Michael, Klaus Rudolph wrote: My thought is to write global timer feature classes, e.g. output compare, and build nested timer classes from the feature classes. A long time ago I thought that some more generic classes and inheritance could solve many problems. But after looking in the de

Re: [Simulavr-devel] simulavrxx timers

2008-05-27 Thread Michael Hennebry
On Tue, 27 May 2008, Klaus Rudolph wrote: > Hi Michael, > > IMHO, its the active itch scratchers that decide. > > Sorry, my English is bad enough to not understand that?! Sorry :-) The people who want things done enough to do them are the ones who decide how things get done. -- Michael [EMAIL

[Simulavr-devel] [sr #106382] memory.c::175 ERROR: Use of deprecated interface

2008-05-27 Thread Jerry Rapier
URL: Summary: memory.c::175 ERROR: Use of deprecated interface Project: Simulavr: an AVR simulator Submitted by: jerryr Submitted on: Tuesday 05/27/2008 at 20:03 Category: bug

[Simulavr-devel] [sr #106382] memory.c::175 ERROR: Use of deprecated interface

2008-05-27 Thread Jerry Rapier
Follow-up Comment #1, sr #106382 (project simulavr): Previous submission was Item # 106378. ___ Reply to this item at: ___ Message sent via/by S

Re: [Simulavr-devel] simulavrxx timers

2008-05-27 Thread Michael Hennebry
On Tue, 27 May 2008, Klaus Rudolph wrote: > Hi Michael, > > > If I understand the timer classes correctly, > > HWMegaTimer0::t0_old is unused. > It is used and gives the "old" / last state from the pin. > > > HWMegaTimer0 doesn't have pin_t0. > > Is this correct? > See above :-) Yup. If I remove