aboutsummaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-03 14:57:30 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-03 14:57:30 +0000
commit5c1574e66ca87eb0a60677032fd16e330cce9aac (patch)
tree93fc6b57ca2feabfb40ccc26c9e5a8766d86bda7 /nuttx/TODO
parent44af31fc925d375add7afcde161fd7dd12dbb35b (diff)
downloadpx4-firmware-5c1574e66ca87eb0a60677032fd16e330cce9aac.tar.gz
px4-firmware-5c1574e66ca87eb0a60677032fd16e330cce9aac.tar.bz2
px4-firmware-5c1574e66ca87eb0a60677032fd16e330cce9aac.zip
LPC43 update
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5001 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO23
1 files changed, 22 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index b3c4126ba..303950a08 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated August 1, 2012)
+NuttX TODO List (Last updated August 3, 2012)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This file summarizes known NuttX bugs, limitations, inconsistencies with
@@ -1843,6 +1843,27 @@ o NuttShell (NSH) (apps/nshlib)
Status: Open
Priority: Low (enhancement)
+ Title: MOUNT w/NO PARAMETERS
+ Description: Feature request: "A 'mount' without arguments should probably list
+ mounted filesystems as in Linux.
+
+ nsh> mount
+ nsh_romfsimg on /etc type romfs (ro)
+ /dev/mtdblock0 on /home type vfat (rw)
+ Status: Open
+ Priority: Low (enhancement)
+
+ Title: DF COMMAND
+ Description: Feature request: "It would be convenient to list the free space
+ on a filesystem with something like 'df'.
+
+ nsh> df
+ Filesystem 1K-blocks Used Available Use% Mounted on
+ nsh_romfsimg 8 8 0 100% /etc
+ /dev/mtdblock0 3584 16 3568 1% /home
+ Status: Open
+ Priority: Low (enhancement)
+
o System libraries apps/system (apps/system)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^