From 87a8616976a4bfda1557ca7ec8469b174763839d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 9 Jan 2016 07:39:38 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index b7c3f724d20..58ee7eef192 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11287,4 +11287,9 @@ used with the format parameter. From Dimitry Kloper (2016-01-05). * drivers/net/tun.c: Fix a compile time error in the TUN driver. From Vladimir Komendantskiy (2016-01-05). + * Kconfig and include/debug.h: Add configuration to support an + architecture-specific debug.h header file. From Dimitri Kloper + (2016-01-09). + * arch/avr/include/debug.h: Add an AVR-specific header file used when + the AVR MEMX pointer is used. From Dimitri Kloper (2016-01-09).