Skip to content

Commit

Permalink
updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
samchesney committed Dec 2, 2013
1 parent c12581a commit ba15ee1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ I2C Components Change Log
2.3.0
-----

* module_i2c_simple fixed to ACK correctly during multi-byte reads (all but the final byte will be now be ACKd)
* module_i2c_simple can now be built with support to send repeated starts and retry reads and writes with NACKd by slave
* module_i2c_shared added to allow multiple logical cores to safely share a single I2C bus
* module_i2c_simple fixed to ACK correctly during multi-byte reads (all but the final byte will be now be ACKd)
* module_i2c_simple can now be built with support to send repeated starts and retry reads and writes NACKd by slave
* module_i2c_shared added to allow multiple logical cores to safely share a single I2C bus

2.2.2
-----
Expand Down

0 comments on commit ba15ee1

Please sign in to comment.