twi: Correct swapped twi irq names
[simavr] / simavr / sim / avr_twi.c
2012-07-31 Jakob Grubertwi: Correct swapped twi irq names
2012-07-26 Jakob Grubertwi: Move avr_twi_irq_msg to avr_twi.c
2012-07-13 Michel PolletMerge pull request #1 from schuay/master
2012-07-12 Jakob Grubermisc: Fixed a couple of typos in comments
2012-02-25 Michel Polletinterrupts: Rewrote interrupt delivery
2011-03-27 Michel Pollettwi: Fully functional master
2011-03-15 Michel Pollettwi: Update, 95% functional master code
2011-03-09 Sami LiedesFix interupt -> interrupt typo, including in some funct...
2011-02-24 Michel Pollettwi: New master implementation
2011-02-22 Michel Polletsimavr: Added -Werror and fixed warnings
2011-02-20 Michel PolletMerge git://gitorious.org/~luki/simavr/lukis-simavr...
2010-09-02 Michel PolletIOs: Use new IRQ alloc function
2010-04-10 Michel Pollettwi: Stripped down TWI module to fix compile
2010-02-25 Michel PolletTWI: Work in progress
2009-12-22 Michel Polletmisc: Disabled debug traces
2009-12-07 Michel PolletAdded a real example on how to integrate simavr, etc