From aad3b013f1e57b7c994bc31c67de5fbde54f702d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 25 Jan 2016 18:28:59 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7841c7b552..9d062cb48b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11355,3 +11355,6 @@ * include/nuttx/math32.h and libc/misc: Add some utilities to support 64-bit arithmetic operations for platforms that do not support long long types. Not yet used anywhere (2015-01-25). + * arch/arm/src/samv7/chip: Add an AFEC header file (2016-01-25). + * net/iob: iob_alloc_qentry() has the same issues as did iob_alloc() + fixed on 2016-01-23. (2016-01-26).