ioport: Restore PIN to PORT values when DDR is set to output
[simavr] / simavr / sim / avr_ioport.c
2012-08-29 Jakob Gruberioport: Restore PIN to PORT values when DDR is set...
2012-08-29 Jakob Gruberioport: Use IRQ_FLAG_FILTERED instead of manual filtering
2012-07-13 Michel PolletMerge pull request #1 from schuay/master
2012-07-12 Jakob Grubermisc: Fixed a couple of typos in comments
2011-09-14 Stephan Veiglsimavr: change hard-coded value to define: AVR_IOPORT_O...
2011-02-22 Michel Polletirq: Add names to most io module external irqs
2011-02-20 Michel PolletMerge git://gitorious.org/~luki/simavr/lukis-simavr...
2010-09-02 Michel PolletIOs: Use new IRQ alloc function
2010-08-31 Michel Polletioport: Added an IRQ for the port pin direction changes
2010-08-31 Michel Polletioport: Add an ioctl to get the port state
2010-06-20 Michel Polletioports: Cleanup and implement PINx toggle
2010-04-10 Michel Polletioport: Added a way to get to the IRQ via register...
2010-04-10 Michel Polletioport: Aded a way to specify the output value via IRQ
2010-04-10 Michel Polletioport: No longer need pcint to change the value
2009-12-06 Michel PolletAdded a typedef for IO addresses
2009-12-04 Michel PolletMany more changes, timed callbacks etc
2009-12-03 Michel PolletPolished gdb support, etc
2009-12-01 Michel Polletuart, ioports, etc. Many more changes
2009-11-30 Michel PolletCores, decoder, uart, ioports - lots of changes
2009-11-24 Michel PolletInitial Commit