From 3c85e9e09fa86fa017f17c5b526d698dabf71553 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 9 Dec 2014 11:45:20 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5598466750..0ed26b50d3 100755 --- a/ChangeLog +++ b/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).