Added support for external interrupts (ie INT0 etc)
authorMichel Pollet <buserror@gmail.com>
Tue, 15 Dec 2009 21:32:03 +0000 (21:32 +0000)
committerMichel Pollet <buserror@gmail.com>
Tue, 15 Dec 2009 21:32:03 +0000 (21:32 +0000)
commitf49e7379d136ee4d72d44ec1527deb1fbb5c7a69
tree1aa399083d0326398b02fd44ffbcd1087dd5a331
parent09a568486c9d386621e0fd6638abed590b74c3f2
Added support for external interrupts (ie INT0 etc)

Small module to implement the INT0 .. INT3 interrupts.
These hook up in ioport pin IRQs to trigger the
vectors.
Added vectors for the existing cores.

Signed-off-by: Michel Pollet <buserror@gmail.com>
simavr/cores/sim_mega644.c
simavr/cores/sim_megax8.c
simavr/cores/sim_megax8.h
simavr/cores/sim_tinyx5.c
simavr/cores/sim_tinyx5.h
simavr/sim/avr_extint.c [new file with mode: 0644]
simavr/sim/avr_extint.h [new file with mode: 0644]