From ebd1cc18b2a8288dbb25dfabbed641fb1d39c78a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 30 Jun 2016 07:34:39 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 544f92e1b..18b16e55a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1660,4 +1660,7 @@ * 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). + nuttx/libc/hex2bin where it can be shared with the OS internals + (2016-06-27). + * apps/nshlib: 'ps' command now prints out the stack usage if stack + coloration is enabled. From Frank Benkert (2016-06-30).