From ac24acf69ef248e25a9379ed74aef7559f659640 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 27 Jun 2016 12:58:07 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 81a5843aa..544f92e1b 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1655,3 +1655,9 @@ (2016-06-24). * apps/nshlib/Kconfig: Move NSH stuff out of nuttx/configs/Kconfig to here. Why was it in the NuttX tree in the first place? (2016-06-24). + * apps/nshlib/Kconfig: Move some NSH settings out of nuttx/configs/Kconfig + to here. Why was it in the NuttX tree (2016-06-24). + * apps/platform/olimex-stm32-e407: Add platform files for Olimex STM32 + E407. From Mateusz Szafoni (2016-06-27). + * apps/system/hex2bin: Move the portable library portion of hex2bin to + nuttx/libc/hex2bin where it can be shared with the OS internals (2016-06-27).