summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-10 08:12:35 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-10 08:12:35 -0600
commit5d6b2cc6c28dbb8ff7b79657c07e0090af9e467b (patch)
tree685b6d19cde3c39102d6342e57d5eedf2f0c3fcd /nuttx/TODO
parent4fe89c2eb6d5895da7f3017f7f44e48e7892b3b9 (diff)
downloadpx4-nuttx-5d6b2cc6c28dbb8ff7b79657c07e0090af9e467b.tar.gz
px4-nuttx-5d6b2cc6c28dbb8ff7b79657c07e0090af9e467b.tar.bz2
px4-nuttx-5d6b2cc6c28dbb8ff7b79657c07e0090af9e467b.zip
Add support for TM4C GPIOs
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO30
1 files changed, 1 insertions, 29 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index b780cca39..84b6e8030 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -22,7 +22,7 @@ nuttx/
(5) Graphics subystem (graphics/)
(1) Pascal add-on (pcode/)
(1) Documentation (Documentation/)
- (6) Build system / Toolchains
+ (5) Build system / Toolchains
(5) Linux/Cywgin simulation (arch/sim)
(4) ARM (arch/arm/)
(1) ARM/C5471 (arch/arm/src/c5471/)
@@ -1402,34 +1402,6 @@ o Build system
Status: Open
Priority: Low.
- Title: kconfig-mconf NOT AVAILABLE IN NATIVE WINDOWS BUILD
- Description: NuttX is migrating to the use of the kconfig-frontends kconfig-mconf
- tool for all configurations. In NuttX 6.24, support for native
- Windows builds was added. However, thekconfig- mconf tool does not
- build to run natively under Windows.
-
- Some effort was spent trying to get a clean kconfig-mconf build under
- Windows. This is documented in the message thread beginning
- here: http://tech.groups.yahoo.com/group/nuttx/message/2900.
- The build was successfully completed using: MinGW-GCC, MSYS,
- additional Windows libraries, and additional MSYS libraries
- (MSYS is a variant of Cygwin so, presumably, Cygwin could
- have been used as well). However, on final testing, it was
- found that there are problems with text and numeric entry:
- http://tech.groups.yahoo.com/group/nuttx/message/2953. This
- was considered a show stopper and the changes were not checked
- in.
-
- Options: (1) Use kconfigs-conf (not kconfig-mconf). confis the text-only
- configuration tool, (2) fix kconfig-mconf, (3) write another variant
- of the configuration tool for windows, or (4) do all configuration
- under Cygwin or MSYS. I am doing (4) now, but this is very
- awkward because I have to set the apps path to ../apps (vs
- ..\apps) and CONFIG_WINDOWS_NATIVE=n for the 'make menuconfig'
- to run error free under windows. Very awkward!
- Status: Open, there are some workarounds, but none are good.
- Priority: High
-
o Linux/Cywgin simulation (arch/sim)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^