summaryrefslogtreecommitdiff
path: root/apps/system/usbmsc
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-29 14:47:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-29 14:47:22 -0600
commit64892e44f2ce2612c77b1b20497fb007adafafb8 (patch)
tree2c917f29727a017b85193ac85959663d504b26e5 /apps/system/usbmsc
parentc48af0eb9c61462f59a7ba63ca7a73e8df146f49 (diff)
downloadpx4-nuttx-64892e44f2ce2612c77b1b20497fb007adafafb8.tar.gz
px4-nuttx-64892e44f2ce2612c77b1b20497fb007adafafb8.tar.bz2
px4-nuttx-64892e44f2ce2612c77b1b20497fb007adafafb8.zip
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
Diffstat (limited to 'apps/system/usbmsc')
-rwxr-xr-xapps/system/usbmsc/README.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/system/usbmsc/README.txt b/apps/system/usbmsc/README.txt
index 6734a4ed8..9207dfb6b 100755
--- a/apps/system/usbmsc/README.txt
+++ b/apps/system/usbmsc/README.txt
@@ -73,4 +73,5 @@ system/usbmsc
NOTE 2: This add-on used internal USB device driver interfaces. As such,
it relies on internal OS interfaces that are not normally available to a
user-space program. As a result, this add-on cannot be used if a
- NuttX is built as a protected, supervisor kernel (CONFIG_NUTTX_KERNEL).
+ NuttX is built as a protected, supervisor kernel (CONFIG_BUILD_PROTECTED
+ or CONFIG_BUILD_KERNEL).