summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-09 11:45:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-09 12:18:40 -0600
commit87c772c0b054e0182b2d3c8b328977209f741abd (patch)
treeba16b1353b43a178cbb1701652cec62fce4d201a /nuttx/ChangeLog
parent4e499a86e82d2f81c7676b7bb9edf3cd4ba23cc2 (diff)
downloadnuttx-87c772c0b054e0182b2d3c8b328977209f741abd.tar.gz
nuttx-87c772c0b054e0182b2d3c8b328977209f741abd.tar.bz2
nuttx-87c772c0b054e0182b2d3c8b328977209f741abd.zip
Update ChangeLog
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).