summaryrefslogtreecommitdiff
path: root/digital/avr/modules/twi
AgeCommit message (Collapse)Author
2009-05-17 * digital/avr/modules/twi:Nicolas Schodet
- reverted r801.
2009-05-16 * digital/avr/modules/twiJérémy Dufour
- correct a possible bug in the twi module?
2009-05-16 * digital/avr/modules/twi:Jérémy Dufour
- return length of read data when using twi_sl_poll.
2009-03-03 * all python:Nicolas Schodet
- no longer use sys.path, user should set PYTHONPATH.
2009-02-09 * all python:Nicolas Schodet
- changed tabs to spaces.
2008-06-03 * host, digital/asserv/tools, digital/avr/modules:Nicolas Schodet
- cleaned up python scripts hierarchy.
2008-04-05 * digital/avr/modules/twi/test:Nicolas Schodet
- fixed no ack to !s command.
2008-03-31 * digital/avr/modules/twi:Nicolas Schodet
- added host support.
2008-03-07 * digital/avr/modules/twi/test:Nicolas Schodet
- added commands to send and receive a variable number of bytes.
2008-03-06 * digital/avr/modules/twi:Nicolas Schodet
- avrconfig cleanup.
2008-03-02 * avr/modules/twiJérémy Dufour
- add a Makefile to help you build the test program.
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...