summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/twi
AgeCommit message (Collapse)Author
2012-04-03digital/avr/modules/twi: add ATmega1281 TWI supportFlorent Duchon
2011-05-30digital/io-serial/src/codebar: initial codebar codeMaxime Hadjinlian
2011-05-05digital/avr, digital/ai: add AT90USB1287 supportNicolas Schodet
2011-04-19digital/avr/modules/twi: no mex call if not connected, refs #157Nicolas Schodet
2011-03-31digital/avr/modules/twi: use message type registry, refs #157Nicolas Schodet
2010-12-11digital/avr/modules/twi/test: add test planNicolas Schodet
2010-11-29digital/avr/modules/twi: handle arbitration loss and error condition, refs #29Nicolas Schodet
2010-11-29digital/avr/modules/twi: merge several similar states code, refs #29Nicolas Schodet
2010-11-29digital/avr/modules/twi: write TWCR only once, refs #29Nicolas Schodet
2010-11-29digital/avr/modules/twi: implement USI slave, closes #142Nicolas Schodet
2010-11-29digital/avr/modules/twi: implement software master, closes #141Nicolas Schodet
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
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...