Update ChangeLog

This commit is contained in:
Gregory Nutt 2016-06-09 13:26:22 -06:00
parent d2aa24ad88
commit 406ac81fb3
2 changed files with 9 additions and 14 deletions

View File

@ -1620,9 +1620,12 @@
definiitions (2016-06-05). definiitions (2016-06-05).
* Many files: Change to the way that Kconfig files are generated in order * Many files: Change to the way that Kconfig files are generated in order
to better support reuse of the apps/ directory in NuttX products. Changes to better support reuse of the apps/ directory in NuttX products. Changes
include: add kmenu files, make the full tree use wildcards make.defs, Add include: Make the full tree use wildcards make.defs, Add empty preconfig
empty preconfig rules to 'leaf' makefiles, Use directory.mk for recursive rules to 'leaf' makefiles, Use directory.mk for recursive dir makefiles,
dir makefiles, Individual app kconfig fixes, Recursive Kconfig Individual app kconfig fixes, Recursive Kconfig autogeneration, Add
autogeneration, Add kconfig files for pcode and tiff, and fix a gitignore kconfig files for pcode and tiff, and fix a gitignore rule, From
rule, From Sébastien Lorquet (2016-06-06). Sébastien Lorquet (2016-06-06).
* apps/nshlib: Make NSH net-initialization be a configuration option. From
Marten Svanfeld (2016-06-09).
* netutils/ntpc and nshlib: NTP Client: All retries; Add initialization
in NSH network startup logic. From David S. Alessio (2016-06-09) .

View File

@ -49,14 +49,6 @@
#ifdef CONFIG_SYSTEM_HEX2BIN_BUILTIN #ifdef CONFIG_SYSTEM_HEX2BIN_BUILTIN
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************
* Private Types
****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Functions * Private Functions
****************************************************************************/ ****************************************************************************/