From ccf4c04d7f1787c939ee34d0aedc47671b58881a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 10 Dec 2014 15:58:33 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7476d92234..54a5fa4018 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9185,4 +9185,7 @@ leveling in the SmartFS. From Ken Pettit (2014-12-9). * arch/arm/src/tiva/tiva_i2c.c: Drive is code complete but still untested (2014-12-10). - + * configs/tm4c123g-launchpad/src/tm4c_at24.c, tm4c_bringup.c, and other + files: Add initialization logic for an external AT24 EEPROM. This + is intended only to suppport testing of the Tiva I2C driver + (2014-12-10).