From 87c772c0b054e0182b2d3c8b328977209f741abd Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 9 Dec 2014 11:45:20 -0600 Subject: Update ChangeLog --- nuttx/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) 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). -- cgit v1.2.3