aboutsummaryrefslogtreecommitdiff
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
commitcaeef71797019505fd450b1a0ae573ac5e490c6e (patch)
tree039d43ce0b08169a020076ccc59ee70b2e80c771 /nuttx/configs
parente7e1c6aee0e0d84f290995a092c1722878a54044 (diff)
downloadpx4-firmware-caeef71797019505fd450b1a0ae573ac5e490c6e.tar.gz
px4-firmware-caeef71797019505fd450b1a0ae573ac5e490c6e.tar.bz2
px4-firmware-caeef71797019505fd450b1a0ae573ac5e490c6e.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: http://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