Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation

This commit is contained in:
Gregory Nutt 2015-06-28 08:14:53 -06:00
parent 929e4cdd3b
commit d5b6949c9f
149 changed files with 162 additions and 159 deletions

View File

@ -1324,3 +1324,5 @@
(2015-06-16). (2015-06-16).
* apps/netutils/thttpd: Missing gci-src as a dependency path when * apps/netutils/thttpd: Missing gci-src as a dependency path when
building with BINFS enabled (2015-06-18). building with BINFS enabled (2015-06-18).
* The apps/ directory has been removed from the NuttX GIT repository
and now stands alone in its own repository (2015-06-27).

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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.
# #
menu "Built-In Applications" menu "Built-In Applications"

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 NXWIDGETS config NXWIDGETS

View File

@ -122,9 +122,9 @@ to the project. One must:
2. In this directory there should be: 2. In this directory there should be:
- A Make.defs file that would be included by the apps/Makefile - A Make.defs file that would be included by the apps/Makefile
- A Kconfig file that would be used by the configuration tool (see - A Kconfig file that would be used by the configuration tool (see the
misc/tools/kconfig-language.txt). This Kconfig file should be file kconfig-language.txt in the NuttX tools repository). This
included by the apps/Kconfig file Kconfig file should be included by the apps/Kconfig file
- A Makefile, and - A Makefile, and
- The application source code. - The application source code.

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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.
# #
if BUILTIN if BUILTIN

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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.
# #
source "$APPSDIR/examples/adc/Kconfig" source "$APPSDIR/examples/adc/Kconfig"

View File

@ -210,7 +210,7 @@ examples/cxxtest
This is a test of the C++ standard library. At present a port of the uClibc++ This is a test of the C++ standard library. At present a port of the uClibc++
C++ library is available. Due to licensing issues, the uClibc++ C++ library C++ library is available. Due to licensing issues, the uClibc++ C++ library
is not included in the NuttX source tree by default, but must be installed is not included in the NuttX source tree by default, but must be installed
(see misc/uClibc++/README.txt for installation). (see the README.txt file in the uClibc++ download package for installation).
The uClibc++ test includes simple test of: The uClibc++ test includes simple test of:
@ -348,8 +348,8 @@ examples/elf
3. This example also requires genromfs. genromfs can be build as part of the 3. This example also requires genromfs. genromfs can be build as part of the
nuttx toolchain. Or can built from the genromfs sources that can be found nuttx toolchain. Or can built from the genromfs sources that can be found
at misc/tools/genromfs-0.5.2.tar.gz. In any event, the PATH variable must in the NuttX tools repository (genromfs-0.5.2.tar.gz). In any event, the
include the path to the genromfs executable. PATH variable must include the path to the genromfs executable.
4. ELF size: The ELF files in this example are, be default, quite large 4. ELF size: The ELF files in this example are, be default, quite large
because they include a lot of "build garbage". You can greatly reduce the because they include a lot of "build garbage". You can greatly reduce the
@ -1428,8 +1428,8 @@ examples/posix_spawn
3. This example also requires genromfs. genromfs can be build as part of the 3. This example also requires genromfs. genromfs can be build as part of the
nuttx toolchain. Or can built from the genromfs sources that can be found nuttx toolchain. Or can built from the genromfs sources that can be found
at misc/tools/genromfs-0.5.2.tar.gz. In any event, the PATH variable must in the NuttX tools repository (genromfs-0.5.2.tar.gz). In any event, the
include the path to the genromfs executable. PATH variable must include the path to the genromfs executable.
4. ELF size: The ELF files in this example are, be default, quite large 4. ELF size: The ELF files in this example are, be default, quite large
because they include a lot of "build garbage". You can greatly reduce the because they include a lot of "build garbage". You can greatly reduce the

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_ADC config EXAMPLES_ADC

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_AJOYSTICK config EXAMPLES_AJOYSTICK

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_BASTEST config EXAMPLES_BASTEST

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_BRIDGE config EXAMPLES_BRIDGE

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_BUTTONS config EXAMPLES_BUTTONS

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_CAN config EXAMPLES_CAN

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_CC3000BASIC config EXAMPLES_CC3000BASIC

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_CONFIGDATA config EXAMPLES_CONFIGDATA

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_CPUHOG config EXAMPLES_CPUHOG

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_CXXTEST config EXAMPLES_CXXTEST

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_DHCPD config EXAMPLES_DHCPD

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_DISCOVER config EXAMPLES_DISCOVER

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_DJOYSTICK config EXAMPLES_DJOYSTICK

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_ELF config EXAMPLES_ELF

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_FLASH_TEST config EXAMPLES_FLASH_TEST

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_FTPC config EXAMPLES_FTPC

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_FTPD config EXAMPLES_FTPD

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_HELLO config EXAMPLES_HELLO

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_HELLOXX config EXAMPLES_HELLOXX

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_HIDKBD config EXAMPLES_HIDKBD

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_I2SCHAR config EXAMPLES_I2SCHAR

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_IGMP config EXAMPLES_IGMP

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_JSON config EXAMPLES_JSON

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_KEYPADTEST config EXAMPLES_KEYPADTEST

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_LCDRW config EXAMPLES_LCDRW

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_LTDC config EXAMPLES_LTDC

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_MM config EXAMPLES_MM

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_MODBUS config EXAMPLES_MODBUS

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_MOUNT config EXAMPLES_MOUNT

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_MTDPART config EXAMPLES_MTDPART

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_MTDRWB config EXAMPLES_MTDRWB

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_NETPKT config EXAMPLES_NETPKT

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_NETTEST config EXAMPLES_NETTEST

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_NRF24L01TERM config EXAMPLES_NRF24L01TERM

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_NSH config EXAMPLES_NSH

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_NULL config EXAMPLES_NULL

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_NX config EXAMPLES_NX

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_NXFFS config EXAMPLES_NXFFS

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_NXFLAT config EXAMPLES_NXFLAT

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_NXHELLO config EXAMPLES_NXHELLO

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_NXIMAGE config EXAMPLES_NXIMAGE

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_NXLINES config EXAMPLES_NXLINES

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_NXTERM config EXAMPLES_NXTERM

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_NXTEXT config EXAMPLES_NXTEXT

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_OSTEST config EXAMPLES_OSTEST

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_PASHELLO config EXAMPLES_PASHELLO

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_PIPE config EXAMPLES_PIPE

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_POLL config EXAMPLES_POLL

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_POSIXSPAWN config EXAMPLES_POSIXSPAWN

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_PPPD config EXAMPLES_PPPD

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_PWM config EXAMPLES_PWM

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_QENCODER config EXAMPLES_QENCODER

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_RANDOM config EXAMPLES_RANDOM

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_RELAYS config EXAMPLES_RELAYS

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_RGMP config EXAMPLES_RGMP

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_ROMFS config EXAMPLES_ROMFS

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_SENDMAIL config EXAMPLES_SENDMAIL

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_SERIALBLASTER config EXAMPLES_SERIALBLASTER

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_SERIALRX config EXAMPLES_SERIALRX

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_SERLOOP config EXAMPLES_SERLOOP

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_SLCD config EXAMPLES_SLCD

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_SMART config EXAMPLES_SMART

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_SMART_TEST config EXAMPLES_SMART_TEST

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_TCPECHO config EXAMPLES_TCPECHO

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_TELNETD config EXAMPLES_TELNETD

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_THTTPD config EXAMPLES_THTTPD

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_TIFF config EXAMPLES_TIFF

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_TIMER config EXAMPLES_TIMER

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_TOUCHSCREEN config EXAMPLES_TOUCHSCREEN

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_UDGRAM config EXAMPLES_UDGRAM

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_UDP config EXAMPLES_UDP

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_UNIONFS config EXAMPLES_UNIONFS

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_USBSERIAL config EXAMPLES_USBSERIAL

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_USBTERM config EXAMPLES_USBTERM

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_USTREAM config EXAMPLES_USTREAM

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_WATCHDOG config EXAMPLES_WATCHDOG

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_WEBSERVER config EXAMPLES_WEBSERVER

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_WGET config EXAMPLES_WGET

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_WGETJSON config EXAMPLES_WGETJSON

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 EXAMPLES_XMLRPC config EXAMPLES_XMLRPC

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 TIFF config TIFF

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 GRAPHICS_SCREENSHOT config GRAPHICS_SCREENSHOT

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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.
# #
if GRAPHICS_TRAVELER if GRAPHICS_TRAVELER

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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.
# #
source "$APPSDIR/interpreters/bas/Kconfig" source "$APPSDIR/interpreters/bas/Kconfig"
@ -10,10 +10,11 @@ config INTERPRETERS_PCODE
bool "Pascal p-code interpreter" bool "Pascal p-code interpreter"
default n default n
---help--- ---help---
Enable support for the Pascal p-code interpreter. See README file at misc/pascal Enable support for the Pascal p-code interpreter. See the README.txt
and also the README.txt file in the apps/interpreter directory. Use of this file at located in the NuttX Pascal repository and also the
configuration implies that you have performed the required installation of the README.txt file in the apps/interpreter directory. Use of this
Pascal run-time code. configuration implies that you have performed the required
installation of the Pascal run-time code.
if INTERPRETERS_PCODE if INTERPRETERS_PCODE
endif endif

View File

@ -137,8 +137,8 @@ pcode
----- -----
At present, only the NuttX Pascal add-on is supported. This NuttX add-on At present, only the NuttX Pascal add-on is supported. This NuttX add-on
must be downloaded separately (or is available in an GIT snapshot in the must be downloaded separately (or is available from the Nuttx Pascal GIT
misc/pascal directory). repository).
This Pascal add-on must be installed into the NuttX apps/ directory. After This Pascal add-on must be installed into the NuttX apps/ directory. After
unpacking the Pascal add-on package, an installation script and README.txt unpacking the Pascal add-on package, an installation script and README.txt

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 INTERPRETERS_BAS config INTERPRETERS_BAS

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 INTERPRETERS_FICL config INTERPRETERS_FICL

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 INTERPRETERS_MICROPYTHON config INTERPRETERS_MICROPYTHON

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 MODBUS config MODBUS

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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.
# #
comment "Networking Utilities" comment "Networking Utilities"

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 NETUTILS_CODECS config NETUTILS_CODECS

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 NETUTILS_DHCPC config NETUTILS_DHCPC

View File

@ -1,6 +1,6 @@
# #
# For a description of the syntax of this configuration file, # 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 NETUTILS_DHCPD config NETUTILS_DHCPD

Some files were not shown because too many files have changed in this diff Show More