From 6f0bec7dfae5a4fb4336bb17227f5aef6d2c50cc Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 4 Mar 2015 06:41:09 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 81e8a932eb..08ae31dac8 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9918,4 +9918,6 @@ * include/nuttx/i2c.h: Add a user provided void * argument to the I2C callback method for the I2C slave interface. Suggested by Nate Weibley (2015-03-03). - + * crypto/, include/nuttx/crypto, and arm/src/common/up_initialize.c: + Fix issues when AES support was added for the STM32L1. From Juha + Niskanen (2015-03-04).