summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-17 00:30:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-17 00:30:12 +0000
commit4f0e8b1249c1550bac83f9db61c67094bc6afc2d (patch)
tree039d43ce0b08169a020076ccc59ee70b2e80c771 /nuttx/configs
parenta0d71b94386f014bdeff6be77b7444438f867bbd (diff)
downloadpx4-nuttx-4f0e8b1249c1550bac83f9db61c67094bc6afc2d.tar.gz
px4-nuttx-4f0e8b1249c1550bac83f9db61c67094bc6afc2d.tar.bz2
px4-nuttx-4f0e8b1249c1550bac83f9db61c67094bc6afc2d.zip
Change the way thread priority is handled in binfmt/ to better match the way that priority is set up for the builtin tasks
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5527 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/sim/README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/configs/sim/README.txt b/nuttx/configs/sim/README.txt
index 6e124a3a1..67ff73019 100644
--- a/nuttx/configs/sim/README.txt
+++ b/nuttx/configs/sim/README.txt
@@ -290,6 +290,16 @@ nsh
2. This version has one builtin function: This configuration:
apps/examples/hello.
+ 3. This configuration has BINFS enabled so that the builtin applications
+ can be made visible in the file system. For example:
+
+ NuttShell (NSH) NuttX-6.24
+ nsh> mount -t binfs /bin
+ nsh> ls /bin
+ /bin:
+ hello
+ nsh>
+
nsh2
Description