summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/twi/test/Makefile.master
AgeCommit message (Collapse)Author
2010-11-29digital/avr/modules/twi: cleanup TWI module, refs #29, closes #90Nicolas Schodet
- use contexts - changed interface - merge test programs - share polling mechanism - prepare place for other drivers - add callback system - use english comments
2008-03-31 * digital/avr/modules/twi:Nicolas Schodet
- added host support.
2008-03-02 * avr/twi: add a test with multiples random bytes exchangeJérémy Dufour
- add on the master a test command to send multiples random bytes to a slave and check if we can read back the same data.
2008-03-01 * TWI: modify to have a working test on cards:Jérémy Dufour
- work with one byte of data exchanged (master send a byte to slave then read it back); - does not manage when slave is not here (no timeout); - use more proto_ functions rather than uart_ ones; - support reset and unknown functions on both test programs; - update configurations to be compatible with the cards used for the test; - add comments.
2007-10-07Included SI2E avr modules.Nicolas Schodet
Well, this need more works...