mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
This commit is contained in:
@@ -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