From ba15ee1872231c0b5a13e3b8e686ad7f2809b804 Mon Sep 17 00:00:00 2001 From: Sam Chesney Date: Mon, 2 Dec 2013 17:58:14 +0000 Subject: [PATCH] updated CHANGELOG --- CHANGELOG.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 689208c..0e962df 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 -----