From 5ac993d2ef39c5f3e11eb15c58e0353eaa1309ae Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 22 Aug 2017 18:15:09 -0600 Subject: [PATCH] Update TODO list --- TODO | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/TODO b/TODO index 195b29b351..6a16ccf49d 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -NuttX TODO List (Last updated August 12, 2017) +NuttX TODO List (Last updated August 22, 2017) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This file summarizes known NuttX bugs, limitations, inconsistencies with @@ -25,7 +25,7 @@ nuttx/: (13) Libraries (libc/, libm/) (10) File system/Generic drivers (fs/, drivers/) (10) Graphics Subsystem (graphics/) - (3) Build system / Toolchains + (2) Build system / Toolchains (3) Linux/Cywgin simulation (arch/sim) (4) ARM (arch/arm/) @@ -2032,19 +2032,6 @@ o Build system Status: Open Priority: Low. - Title: NATIVE WINDOWS BUILD BROKEN - Description: The way that apps/ now generates Kmenu files depends on changes added - to apps/tools/mkkconfig.sh. Similar changes need to be made to - apps/tools/mkkconfig.bat to restore the Windows Native build. - UPDATE: The mkkconfig.bat script has been updated and appears to work. - A native build has still not been attempted and there could likely be - issues the carriage returns in Kconfig files. There are also some - issues the interpreters/ficl and bas directories during 'make menuconfig' - that still need to be investigated. - Status: Open - Priority: Low, since I am not aware of anyone using the Windows Native build. - But, of course, very high if you want to use it. - Title: CONTROL-C CAN BREAK DEPENDENCIES Description: If you control C out of a make, then there are things that can go wrong. For one, you can break the dependencies in this scenario: