summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-02 00:42:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-02 00:42:46 +0000
commit9bc6eb085a6a91f0e6fbd74ad98c3b1d32df0bc4 (patch)
treef5f5fb874369d5379c1bdd728e0789c499e7ce81 /nuttx/TODO
parent2dfc5da16f3e3abc4b36413e8205e3dcd4df7928 (diff)
downloadnuttx-9bc6eb085a6a91f0e6fbd74ad98c3b1d32df0bc4.tar.gz
nuttx-9bc6eb085a6a91f0e6fbd74ad98c3b1d32df0bc4.tar.bz2
nuttx-9bc6eb085a6a91f0e6fbd74ad98c3b1d32df0bc4.zip
Move RAMLOG driver to drivers/syslog; Add ability to output debug information to any character device or file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4996 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO23
1 files changed, 10 insertions, 13 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index d3de88df4..b3c4126ba 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -20,7 +20,7 @@ nuttx/
(5) Graphics subystem (graphics/)
(1) Pascal add-on (pcode/)
(1) Documentation (Documentation/)
- (7) Build system / Toolchains
+ (6) Build system / Toolchains
(5) Linux/Cywgin simulation (arch/sim)
(5) ARM (arch/arm/)
(1) ARM/C5471 (arch/arm/src/c5471/)
@@ -600,6 +600,11 @@ o Libraries (lib/)
Description: Need some minimal termios support... at a minimum, enough to
switch between raw and "normal" modes to support behavior like
that needed for readline().
+ UPDATE: There is growing functionality in lib/termios/ and in the
+ ioctl methods of several MCU serial drivers (stm32, lpc43, lpc17,
+ pic32). However, as phrased, this bug cannot yet be closed since
+ this "growing functionality" does not address all termios.h
+ functionality and not all serial drivers support termios.
Status: Open
Priority: Low
@@ -827,21 +832,13 @@ o Documentation (Documentation/)
o Build system
^^^^^^^^^^^^
- Title: DEPENDENCIES IN THE BOARD DIRECTORY
- Description: Dependencies do not work correctly under configs/<board>/src
- (same as arch/<arch>/src/board).
- UPDATE: Added the following to each arch/*/src/Makefile:
-
- PHONY: board/libboard$(LIBEXT)
-
- However, I have not confirmed that this a full-proof fix in
- all cases -- still under test (thanks to Mike Smith).
- Status: Open
- Priority: Medium (maybe higher for z80 target)
-
Title: NUTTX CONFIGURATION TOOL
Description: Need a NuttX configuration tool. The number of configuration
settings has become quite large and difficult to manage manually.
+ Update: This task is essentially completed. But probably not for
+ all platforms and all features. When do we know that the the
+ features is complete and that we can switch to exclusive use of
+ the tool?
Status: Open
Priority: Medium-low