From f735e16bdfc91d1b6f927496f4d222cb503b976c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 4 Feb 2015 07:27:58 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8be4f4b634..9e232c0163 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9653,4 +9653,6 @@ logic. This is an IPv6 alternative to DHCP. It obtains the IPv6 addresses and masks using ICMPv6 Router Solicitation and Advertisement messages (2015-02-03). - + * arch/arm/src/stm32/stm32_aes.c, stm32_aes.h, and + chip/stm32l15xxx_aes.h: Add driver for STM32L162XX AES peripheral. + From Juha Niskanen (2015-02-04).