mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
This commit is contained in:
+5
-5
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# For a description of the syntax of this configuration file,
|
||||
# see misc/tools/kconfig-language.txt.
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
config BINFMT_DISABLE
|
||||
@@ -79,10 +79,10 @@ config PCODE
|
||||
|
||||
NOTE: You must first install and select the Pascal P-Code
|
||||
interpreter before you can select this binary format. The P-Code
|
||||
interpreter is in the pascal package and can also be fount in the
|
||||
misc/pascal directory of the repository. Read the README.txt file
|
||||
in the misc/pascal directory for more details. The correct
|
||||
installation director is: apps/interpreters.
|
||||
interpreter is in the Pascal download package and can also be found
|
||||
in the NuttX Pascal GIT repository. Read the README.txt file in the
|
||||
Pascal package directory for more details. The correct installation
|
||||
directory is: apps/interpreters.
|
||||
|
||||
ISSUES: This feature is highly coupled with logic in the apps/subdirectory
|
||||
and, as a consequence, cannot be used in environments that do not
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#
|
||||
# For a description of the syntax of this configuration file,
|
||||
# see misc/tools/kconfig-language.txt.
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# For a description of the syntax of this configuration file,
|
||||
# see misc/tools/kconfig-language.txt.
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
config ELF_ALIGN_LOG2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# For a description of the syntax of this configuration file,
|
||||
# see misc/tools/kconfig-language.txt.
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
config NXFLAT_DUMPBUFFER
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# For a description of the syntax of this configuration file,
|
||||
# see misc/tools/kconfig-language.txt.
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
config PCODE_STACKSIZE
|
||||
|
||||
@@ -4,10 +4,11 @@ libpcode README
|
||||
Configuration Dependencies
|
||||
--------------------------
|
||||
In order to use this module, you must first install the P-Code virtual
|
||||
machine. You can get this from the Pascal package or from misc/pascal in
|
||||
the GIT repository. See the README.txt file at misc/pascal for installation
|
||||
instructions. The correct location to install the P-code virtual machine is
|
||||
at apps/interpreters.
|
||||
machine. You can get this from the Pascal package or from the NuttX Pascal
|
||||
GIT repository. See the README.txt file at the top-level Pascal for
|
||||
installation instructions. The correct location to install the P-code
|
||||
virtual machine is at apps/interpreters (assuming that you are using
|
||||
the NuttX apps/ package and that you have named the directory apps/).
|
||||
|
||||
Other required configuration settings:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user