A fork of SimulAVR (http://www.nongnu.org/simulavr/) for handling contributions. The practical SIMINFO mechanism implemented here wasn't accepted upstream, but is crucial for Teacup Firmware simulations, so this fork will stay ... and follow upstream. Default branch is 'traumflug', master here matches master on nongnu.org.
The support for ATmega1284p does not work with Timer/Counter3. I tested in CTC mode but the interrupt routine for vector "TIMER3_COMPA_vect" (No.33) is never entered. The vector "TIMER1_COMPA_vect" (No.14) works just perfect. I verified the code on physical HW using an external logic analyzer. The code is correct and both vectors (14,33) are entered as expected.
The support for ATmega1284p does not work with Timer/Counter3. I tested in CTC mode but the interrupt routine for vector "TIMER3_COMPA_vect" (No.33) is never entered. The vector "TIMER1_COMPA_vect" (No.14) works just perfect. I verified the code on physical HW using an external logic analyzer. The code is correct and both vectors (14,33) are entered as expected.