mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Update ChangeLog
This commit is contained in:
@@ -11439,4 +11439,9 @@
|
||||
raw I2C data transfers for test applications (2016-02-02).
|
||||
* I2C_RESET: Eliminate up_i2creset(). It should not be a global function;
|
||||
Now it is an I2C interface method (2016-02-02).
|
||||
* I2C: Rename up_i2cinitialize and up_i2cuninitilize to follow the correct
|
||||
naming convention. These are not common interfaces used by the OS;
|
||||
these are MCU-specific interfaces used only be MCU-specific code. The
|
||||
the correct naming is xyz_i2cbus_initialize and xzy_i2cbus_uninitialize
|
||||
where xzy is the MCU mnemonic (2016-02-02).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user