summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 559846675..0ed26b50d 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9171,3 +9171,7 @@
* stdint.h: Don't use hex values to specify minimum values of fixed
width, signed values. Hex values are inherently unsigned and not
usable for this purpose in all contexts (2014-12-8).
+ * arch/arm/src/tiva/tiva_i2c.c, tiva_i2c.h, Kconfig, and Make.defs: Add
+ build framework and skeleton files for Tiva I2C driver. Initial
+ commit is just the STM32 I2C driver with name changes and STM32-
+ specific logic removed (2014-12-9).