core: Add PORTA support for Attiny2313
authorMichel Pollet <buserror@gmail.com>
Tue, 10 Aug 2010 21:51:31 +0000 (22:51 +0100)
committerMichel Pollet <buserror@gmail.com>
Tue, 10 Aug 2010 21:51:31 +0000 (22:51 +0100)
commitf4b8df2dc232bc3f111c27212e54b6cbb8fe6851
treef85af61e5096bc9b37a22aeb10349f7954f6fa89
parent0d3f95abd5081d99eee487223c01ff31311d3f0b
core: Add PORTA support for Attiny2313

The Attiny2313 has a PORTA, the pins for it are normally used for
reset and the crystal, but it is possible to use them if you use the
internal R/C oscilator.
Simavr didn't support this port on a Attiny2313 yet, so I added it myself.

Signed-off-by: Wander Winkelhorst <w.winkelhorst@gmail.com>
Signed-off-by: Michel Pollet <buserror@gmail.com>
simavr/cores/sim_tiny2313.c