diff --git a/ChangeLog.txt b/ChangeLog.txt index 56427a440..81b564a97 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1324,3 +1324,5 @@ (2015-06-16). * apps/netutils/thttpd: Missing gci-src as a dependency path when 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). diff --git a/Kconfig b/Kconfig index 1618a3d5b..7b21c6387 100644 --- a/Kconfig +++ b/Kconfig @@ -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. # menu "Built-In Applications" diff --git a/NxWidgets/Kconfig b/NxWidgets/Kconfig index a6ccaf8c1..018e5f9b6 100644 --- a/NxWidgets/Kconfig +++ b/NxWidgets/Kconfig @@ -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 NXWIDGETS diff --git a/README.txt b/README.txt index f73eb9b01..5e6778297 100644 --- a/README.txt +++ b/README.txt @@ -122,9 +122,9 @@ to the project. One must: 2. In this directory there should be: - A Make.defs file that would be included by the apps/Makefile - - A Kconfig file that would be used by the configuration tool (see - misc/tools/kconfig-language.txt). This Kconfig file should be - included by the apps/Kconfig file + - A Kconfig file that would be used by the configuration tool (see the + file kconfig-language.txt in the NuttX tools repository). This + Kconfig file should be included by the apps/Kconfig file - A Makefile, and - The application source code. diff --git a/builtin/Kconfig b/builtin/Kconfig index c3371d708..8ea51b38a 100644 --- a/builtin/Kconfig +++ b/builtin/Kconfig @@ -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. # if BUILTIN diff --git a/examples/Kconfig b/examples/Kconfig index cb2f292be..bd90ae004 100644 --- a/examples/Kconfig +++ b/examples/Kconfig @@ -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. # source "$APPSDIR/examples/adc/Kconfig" diff --git a/examples/README.txt b/examples/README.txt index f63d9939f..dac01b859 100644 --- a/examples/README.txt +++ b/examples/README.txt @@ -210,7 +210,7 @@ examples/cxxtest 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 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: @@ -348,8 +348,8 @@ examples/elf 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 - at misc/tools/genromfs-0.5.2.tar.gz. In any event, the PATH variable must - include the path to the genromfs executable. + in the NuttX tools repository (genromfs-0.5.2.tar.gz). In any event, the + PATH variable must include the path to the genromfs executable. 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 @@ -1428,8 +1428,8 @@ examples/posix_spawn 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 - at misc/tools/genromfs-0.5.2.tar.gz. In any event, the PATH variable must - include the path to the genromfs executable. + in the NuttX tools repository (genromfs-0.5.2.tar.gz). In any event, the + PATH variable must include the path to the genromfs executable. 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 diff --git a/examples/adc/Kconfig b/examples/adc/Kconfig index 8f20f1a02..237562e4d 100644 --- a/examples/adc/Kconfig +++ b/examples/adc/Kconfig @@ -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 EXAMPLES_ADC diff --git a/examples/ajoystick/Kconfig b/examples/ajoystick/Kconfig index 31c87b6d9..e5aea1aa1 100644 --- a/examples/ajoystick/Kconfig +++ b/examples/ajoystick/Kconfig @@ -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 EXAMPLES_AJOYSTICK diff --git a/examples/bastest/Kconfig b/examples/bastest/Kconfig index 2d2225594..37359020c 100644 --- a/examples/bastest/Kconfig +++ b/examples/bastest/Kconfig @@ -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 EXAMPLES_BASTEST diff --git a/examples/bridge/Kconfig b/examples/bridge/Kconfig index ee77358f2..4ae08ecb6 100644 --- a/examples/bridge/Kconfig +++ b/examples/bridge/Kconfig @@ -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 EXAMPLES_BRIDGE diff --git a/examples/buttons/Kconfig b/examples/buttons/Kconfig index 104cbe002..924e27902 100644 --- a/examples/buttons/Kconfig +++ b/examples/buttons/Kconfig @@ -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 EXAMPLES_BUTTONS diff --git a/examples/can/Kconfig b/examples/can/Kconfig index 2b4504d68..70092c5e2 100644 --- a/examples/can/Kconfig +++ b/examples/can/Kconfig @@ -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 EXAMPLES_CAN diff --git a/examples/cc3000/Kconfig b/examples/cc3000/Kconfig index 93ab8a589..9b1d8b306 100644 --- a/examples/cc3000/Kconfig +++ b/examples/cc3000/Kconfig @@ -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 EXAMPLES_CC3000BASIC diff --git a/examples/configdata/Kconfig b/examples/configdata/Kconfig index 49d1d874c..ff16a4f89 100644 --- a/examples/configdata/Kconfig +++ b/examples/configdata/Kconfig @@ -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 EXAMPLES_CONFIGDATA diff --git a/examples/cpuhog/Kconfig b/examples/cpuhog/Kconfig index a632c4c7d..f68d4b37b 100644 --- a/examples/cpuhog/Kconfig +++ b/examples/cpuhog/Kconfig @@ -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 EXAMPLES_CPUHOG diff --git a/examples/cxxtest/Kconfig b/examples/cxxtest/Kconfig index c5d73d531..55d2cf762 100644 --- a/examples/cxxtest/Kconfig +++ b/examples/cxxtest/Kconfig @@ -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 EXAMPLES_CXXTEST diff --git a/examples/dhcpd/Kconfig b/examples/dhcpd/Kconfig index 63b89049a..44dbb30bb 100644 --- a/examples/dhcpd/Kconfig +++ b/examples/dhcpd/Kconfig @@ -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 EXAMPLES_DHCPD diff --git a/examples/discover/Kconfig b/examples/discover/Kconfig index 9b137b60f..4955be359 100644 --- a/examples/discover/Kconfig +++ b/examples/discover/Kconfig @@ -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 EXAMPLES_DISCOVER diff --git a/examples/djoystick/Kconfig b/examples/djoystick/Kconfig index aa2955fe3..0d48230a4 100644 --- a/examples/djoystick/Kconfig +++ b/examples/djoystick/Kconfig @@ -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 EXAMPLES_DJOYSTICK diff --git a/examples/elf/Kconfig b/examples/elf/Kconfig index f92dd609c..6a5569686 100644 --- a/examples/elf/Kconfig +++ b/examples/elf/Kconfig @@ -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 EXAMPLES_ELF diff --git a/examples/flash_test/Kconfig b/examples/flash_test/Kconfig index e681226a9..3c58572ea 100644 --- a/examples/flash_test/Kconfig +++ b/examples/flash_test/Kconfig @@ -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 EXAMPLES_FLASH_TEST diff --git a/examples/ftpc/Kconfig b/examples/ftpc/Kconfig index 59fbbaa84..c8f74bf58 100644 --- a/examples/ftpc/Kconfig +++ b/examples/ftpc/Kconfig @@ -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 EXAMPLES_FTPC diff --git a/examples/ftpd/Kconfig b/examples/ftpd/Kconfig index 5b2a2f95f..86ac4af1d 100644 --- a/examples/ftpd/Kconfig +++ b/examples/ftpd/Kconfig @@ -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 EXAMPLES_FTPD diff --git a/examples/hello/Kconfig b/examples/hello/Kconfig index 13c68e874..0d49aa7d5 100644 --- a/examples/hello/Kconfig +++ b/examples/hello/Kconfig @@ -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 EXAMPLES_HELLO diff --git a/examples/helloxx/Kconfig b/examples/helloxx/Kconfig index d7c22cdc9..f585578ce 100644 --- a/examples/helloxx/Kconfig +++ b/examples/helloxx/Kconfig @@ -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 EXAMPLES_HELLOXX diff --git a/examples/hidkbd/Kconfig b/examples/hidkbd/Kconfig index 011383b9a..7d6e6eb53 100644 --- a/examples/hidkbd/Kconfig +++ b/examples/hidkbd/Kconfig @@ -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 EXAMPLES_HIDKBD diff --git a/examples/i2schar/Kconfig b/examples/i2schar/Kconfig index 0deb0ebce..26b8841cc 100644 --- a/examples/i2schar/Kconfig +++ b/examples/i2schar/Kconfig @@ -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 EXAMPLES_I2SCHAR diff --git a/examples/igmp/Kconfig b/examples/igmp/Kconfig index d2122d4d2..f0c18ebf6 100644 --- a/examples/igmp/Kconfig +++ b/examples/igmp/Kconfig @@ -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 EXAMPLES_IGMP diff --git a/examples/json/Kconfig b/examples/json/Kconfig index 6d948f0d7..7158ca1f7 100644 --- a/examples/json/Kconfig +++ b/examples/json/Kconfig @@ -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 EXAMPLES_JSON diff --git a/examples/keypadtest/Kconfig b/examples/keypadtest/Kconfig index 98c6d348e..08408ae56 100644 --- a/examples/keypadtest/Kconfig +++ b/examples/keypadtest/Kconfig @@ -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 EXAMPLES_KEYPADTEST diff --git a/examples/lcdrw/Kconfig b/examples/lcdrw/Kconfig index 5675b11ed..bac256cca 100644 --- a/examples/lcdrw/Kconfig +++ b/examples/lcdrw/Kconfig @@ -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 EXAMPLES_LCDRW diff --git a/examples/ltdc/Kconfig b/examples/ltdc/Kconfig index d2a57b313..89c547aff 100644 --- a/examples/ltdc/Kconfig +++ b/examples/ltdc/Kconfig @@ -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 EXAMPLES_LTDC diff --git a/examples/mm/Kconfig b/examples/mm/Kconfig index 81ce4c453..4ed2d9005 100644 --- a/examples/mm/Kconfig +++ b/examples/mm/Kconfig @@ -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 EXAMPLES_MM diff --git a/examples/modbus/Kconfig b/examples/modbus/Kconfig index 7bc38bf9c..eeeef00df 100644 --- a/examples/modbus/Kconfig +++ b/examples/modbus/Kconfig @@ -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 EXAMPLES_MODBUS diff --git a/examples/mount/Kconfig b/examples/mount/Kconfig index f5281d685..b24195434 100644 --- a/examples/mount/Kconfig +++ b/examples/mount/Kconfig @@ -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 EXAMPLES_MOUNT diff --git a/examples/mtdpart/Kconfig b/examples/mtdpart/Kconfig index cd8533e68..9b1e228f2 100644 --- a/examples/mtdpart/Kconfig +++ b/examples/mtdpart/Kconfig @@ -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 EXAMPLES_MTDPART diff --git a/examples/mtdrwb/Kconfig b/examples/mtdrwb/Kconfig index 8512f458e..03b3f4ace 100644 --- a/examples/mtdrwb/Kconfig +++ b/examples/mtdrwb/Kconfig @@ -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 EXAMPLES_MTDRWB diff --git a/examples/netpkt/Kconfig b/examples/netpkt/Kconfig index 4fbcd9ac9..b6d8999dc 100644 --- a/examples/netpkt/Kconfig +++ b/examples/netpkt/Kconfig @@ -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 EXAMPLES_NETPKT diff --git a/examples/nettest/Kconfig b/examples/nettest/Kconfig index 8c90a3dfa..4ccc04052 100644 --- a/examples/nettest/Kconfig +++ b/examples/nettest/Kconfig @@ -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 EXAMPLES_NETTEST diff --git a/examples/nrf24l01_term/Kconfig b/examples/nrf24l01_term/Kconfig index 59fff2382..a207017b9 100644 --- a/examples/nrf24l01_term/Kconfig +++ b/examples/nrf24l01_term/Kconfig @@ -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 EXAMPLES_NRF24L01TERM diff --git a/examples/nsh/Kconfig b/examples/nsh/Kconfig index a1848826b..0e9cd312e 100644 --- a/examples/nsh/Kconfig +++ b/examples/nsh/Kconfig @@ -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 EXAMPLES_NSH diff --git a/examples/null/Kconfig b/examples/null/Kconfig index 1f19dfd2c..43d8c2102 100644 --- a/examples/null/Kconfig +++ b/examples/null/Kconfig @@ -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 EXAMPLES_NULL diff --git a/examples/nx/Kconfig b/examples/nx/Kconfig index 4d77671df..e09a6e09e 100644 --- a/examples/nx/Kconfig +++ b/examples/nx/Kconfig @@ -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 EXAMPLES_NX diff --git a/examples/nxffs/Kconfig b/examples/nxffs/Kconfig index 57c55787c..00ef8e1dc 100644 --- a/examples/nxffs/Kconfig +++ b/examples/nxffs/Kconfig @@ -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 EXAMPLES_NXFFS diff --git a/examples/nxflat/Kconfig b/examples/nxflat/Kconfig index 9516bd2e2..d8dfac9eb 100644 --- a/examples/nxflat/Kconfig +++ b/examples/nxflat/Kconfig @@ -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 EXAMPLES_NXFLAT diff --git a/examples/nxhello/Kconfig b/examples/nxhello/Kconfig index 8bf4ee25b..feb39581d 100644 --- a/examples/nxhello/Kconfig +++ b/examples/nxhello/Kconfig @@ -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 EXAMPLES_NXHELLO diff --git a/examples/nximage/Kconfig b/examples/nximage/Kconfig index 72ed5c8dd..71aaa49e2 100644 --- a/examples/nximage/Kconfig +++ b/examples/nximage/Kconfig @@ -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 EXAMPLES_NXIMAGE diff --git a/examples/nxlines/Kconfig b/examples/nxlines/Kconfig index 860d9cfb7..03259f3f6 100644 --- a/examples/nxlines/Kconfig +++ b/examples/nxlines/Kconfig @@ -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 EXAMPLES_NXLINES diff --git a/examples/nxterm/Kconfig b/examples/nxterm/Kconfig index 770f40c46..22ea67545 100644 --- a/examples/nxterm/Kconfig +++ b/examples/nxterm/Kconfig @@ -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 EXAMPLES_NXTERM diff --git a/examples/nxtext/Kconfig b/examples/nxtext/Kconfig index 3e9b1cf9d..7adc4e412 100644 --- a/examples/nxtext/Kconfig +++ b/examples/nxtext/Kconfig @@ -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 EXAMPLES_NXTEXT diff --git a/examples/ostest/Kconfig b/examples/ostest/Kconfig index dd12c09b5..2a061efa4 100644 --- a/examples/ostest/Kconfig +++ b/examples/ostest/Kconfig @@ -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 EXAMPLES_OSTEST diff --git a/examples/pashello/Kconfig b/examples/pashello/Kconfig index c13490677..e1a6c204c 100644 --- a/examples/pashello/Kconfig +++ b/examples/pashello/Kconfig @@ -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 EXAMPLES_PASHELLO diff --git a/examples/pipe/Kconfig b/examples/pipe/Kconfig index 26bc92fcc..48142315d 100644 --- a/examples/pipe/Kconfig +++ b/examples/pipe/Kconfig @@ -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 EXAMPLES_PIPE diff --git a/examples/poll/Kconfig b/examples/poll/Kconfig index f35a9200b..0b4b1d296 100644 --- a/examples/poll/Kconfig +++ b/examples/poll/Kconfig @@ -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 EXAMPLES_POLL diff --git a/examples/posix_spawn/Kconfig b/examples/posix_spawn/Kconfig index 508065913..bcae1c1a1 100644 --- a/examples/posix_spawn/Kconfig +++ b/examples/posix_spawn/Kconfig @@ -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 EXAMPLES_POSIXSPAWN diff --git a/examples/pppd/Kconfig b/examples/pppd/Kconfig index be94c64f9..69b0e4eb4 100644 --- a/examples/pppd/Kconfig +++ b/examples/pppd/Kconfig @@ -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 EXAMPLES_PPPD diff --git a/examples/pwm/Kconfig b/examples/pwm/Kconfig index 50672bb8f..2c2725c5e 100644 --- a/examples/pwm/Kconfig +++ b/examples/pwm/Kconfig @@ -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 EXAMPLES_PWM diff --git a/examples/qencoder/Kconfig b/examples/qencoder/Kconfig index e0026d08c..461fc8646 100644 --- a/examples/qencoder/Kconfig +++ b/examples/qencoder/Kconfig @@ -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 EXAMPLES_QENCODER diff --git a/examples/random/Kconfig b/examples/random/Kconfig index 8fde3e7d8..021c2b042 100644 --- a/examples/random/Kconfig +++ b/examples/random/Kconfig @@ -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 EXAMPLES_RANDOM diff --git a/examples/relays/Kconfig b/examples/relays/Kconfig index 1e1f9aa5b..23da8ce90 100644 --- a/examples/relays/Kconfig +++ b/examples/relays/Kconfig @@ -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 EXAMPLES_RELAYS diff --git a/examples/rgmp/Kconfig b/examples/rgmp/Kconfig index f3accba9c..27469ba7a 100644 --- a/examples/rgmp/Kconfig +++ b/examples/rgmp/Kconfig @@ -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 EXAMPLES_RGMP diff --git a/examples/romfs/Kconfig b/examples/romfs/Kconfig index 0c8a6cc64..44bd5d74d 100644 --- a/examples/romfs/Kconfig +++ b/examples/romfs/Kconfig @@ -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 EXAMPLES_ROMFS diff --git a/examples/sendmail/Kconfig b/examples/sendmail/Kconfig index 875820b16..4f9a9ebb8 100644 --- a/examples/sendmail/Kconfig +++ b/examples/sendmail/Kconfig @@ -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 EXAMPLES_SENDMAIL diff --git a/examples/serialblaster/Kconfig b/examples/serialblaster/Kconfig index f0fca5b2f..1fb5f66f7 100644 --- a/examples/serialblaster/Kconfig +++ b/examples/serialblaster/Kconfig @@ -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 EXAMPLES_SERIALBLASTER diff --git a/examples/serialrx/Kconfig b/examples/serialrx/Kconfig index 25b3f39e1..df2eaca4f 100644 --- a/examples/serialrx/Kconfig +++ b/examples/serialrx/Kconfig @@ -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 EXAMPLES_SERIALRX diff --git a/examples/serloop/Kconfig b/examples/serloop/Kconfig index e52d35b3f..ff8e0e82c 100644 --- a/examples/serloop/Kconfig +++ b/examples/serloop/Kconfig @@ -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 EXAMPLES_SERLOOP diff --git a/examples/slcd/Kconfig b/examples/slcd/Kconfig index 5f56827fc..2aa189349 100644 --- a/examples/slcd/Kconfig +++ b/examples/slcd/Kconfig @@ -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 EXAMPLES_SLCD diff --git a/examples/smart/Kconfig b/examples/smart/Kconfig index 933b33913..f75561888 100644 --- a/examples/smart/Kconfig +++ b/examples/smart/Kconfig @@ -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 EXAMPLES_SMART diff --git a/examples/smart_test/Kconfig b/examples/smart_test/Kconfig index 1fa45493e..478d00728 100644 --- a/examples/smart_test/Kconfig +++ b/examples/smart_test/Kconfig @@ -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 EXAMPLES_SMART_TEST diff --git a/examples/tcpecho/Kconfig b/examples/tcpecho/Kconfig index ffa6397df..c3760b744 100644 --- a/examples/tcpecho/Kconfig +++ b/examples/tcpecho/Kconfig @@ -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 EXAMPLES_TCPECHO diff --git a/examples/telnetd/Kconfig b/examples/telnetd/Kconfig index 80753d8f5..a94c944e3 100644 --- a/examples/telnetd/Kconfig +++ b/examples/telnetd/Kconfig @@ -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 EXAMPLES_TELNETD diff --git a/examples/thttpd/Kconfig b/examples/thttpd/Kconfig index 008904546..a74c848b4 100644 --- a/examples/thttpd/Kconfig +++ b/examples/thttpd/Kconfig @@ -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 EXAMPLES_THTTPD diff --git a/examples/tiff/Kconfig b/examples/tiff/Kconfig index f3c5c4ebe..e75655707 100644 --- a/examples/tiff/Kconfig +++ b/examples/tiff/Kconfig @@ -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 EXAMPLES_TIFF diff --git a/examples/timer/Kconfig b/examples/timer/Kconfig index 9c3ae7ce3..6170f0556 100644 --- a/examples/timer/Kconfig +++ b/examples/timer/Kconfig @@ -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 EXAMPLES_TIMER diff --git a/examples/touchscreen/Kconfig b/examples/touchscreen/Kconfig index 2edad5915..7b82f89ca 100644 --- a/examples/touchscreen/Kconfig +++ b/examples/touchscreen/Kconfig @@ -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 EXAMPLES_TOUCHSCREEN diff --git a/examples/udgram/Kconfig b/examples/udgram/Kconfig index 67a88cab6..d0bf62033 100644 --- a/examples/udgram/Kconfig +++ b/examples/udgram/Kconfig @@ -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 EXAMPLES_UDGRAM diff --git a/examples/udp/Kconfig b/examples/udp/Kconfig index e6e1da4ac..7ca5bc70f 100644 --- a/examples/udp/Kconfig +++ b/examples/udp/Kconfig @@ -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 EXAMPLES_UDP diff --git a/examples/unionfs/Kconfig b/examples/unionfs/Kconfig index 17a6589e7..e9e002c72 100644 --- a/examples/unionfs/Kconfig +++ b/examples/unionfs/Kconfig @@ -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 EXAMPLES_UNIONFS diff --git a/examples/usbserial/Kconfig b/examples/usbserial/Kconfig index 2154eb39d..1fd4e9b18 100644 --- a/examples/usbserial/Kconfig +++ b/examples/usbserial/Kconfig @@ -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 EXAMPLES_USBSERIAL diff --git a/examples/usbterm/Kconfig b/examples/usbterm/Kconfig index cf891c905..889b2892c 100644 --- a/examples/usbterm/Kconfig +++ b/examples/usbterm/Kconfig @@ -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 EXAMPLES_USBTERM diff --git a/examples/ustream/Kconfig b/examples/ustream/Kconfig index 1fdc654bf..3cd6a6e97 100644 --- a/examples/ustream/Kconfig +++ b/examples/ustream/Kconfig @@ -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 EXAMPLES_USTREAM diff --git a/examples/watchdog/Kconfig b/examples/watchdog/Kconfig index ff27dc079..6e9e5c55f 100644 --- a/examples/watchdog/Kconfig +++ b/examples/watchdog/Kconfig @@ -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 EXAMPLES_WATCHDOG diff --git a/examples/webserver/Kconfig b/examples/webserver/Kconfig index 1a1323022..adaeb557c 100644 --- a/examples/webserver/Kconfig +++ b/examples/webserver/Kconfig @@ -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 EXAMPLES_WEBSERVER diff --git a/examples/wget/Kconfig b/examples/wget/Kconfig index f7d5a2a89..077c333c2 100644 --- a/examples/wget/Kconfig +++ b/examples/wget/Kconfig @@ -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 EXAMPLES_WGET diff --git a/examples/wgetjson/Kconfig b/examples/wgetjson/Kconfig index f7f909690..a6045c4c4 100644 --- a/examples/wgetjson/Kconfig +++ b/examples/wgetjson/Kconfig @@ -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 EXAMPLES_WGETJSON diff --git a/examples/xmlrpc/Kconfig b/examples/xmlrpc/Kconfig index aa47e4672..fd1f41dfc 100644 --- a/examples/xmlrpc/Kconfig +++ b/examples/xmlrpc/Kconfig @@ -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 EXAMPLES_XMLRPC diff --git a/graphics/Kconfig b/graphics/Kconfig index 74f084956..4e8b40809 100644 --- a/graphics/Kconfig +++ b/graphics/Kconfig @@ -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 TIFF diff --git a/graphics/screenshot/Kconfig b/graphics/screenshot/Kconfig index 642e75768..259daf412 100644 --- a/graphics/screenshot/Kconfig +++ b/graphics/screenshot/Kconfig @@ -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 GRAPHICS_SCREENSHOT diff --git a/graphics/traveler/Kconfig b/graphics/traveler/Kconfig index 4a3c8323d..f1a02a4f9 100644 --- a/graphics/traveler/Kconfig +++ b/graphics/traveler/Kconfig @@ -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. # if GRAPHICS_TRAVELER diff --git a/interpreters/Kconfig b/interpreters/Kconfig index 949752d62..3bace79e4 100644 --- a/interpreters/Kconfig +++ b/interpreters/Kconfig @@ -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. # source "$APPSDIR/interpreters/bas/Kconfig" @@ -10,10 +10,11 @@ config INTERPRETERS_PCODE bool "Pascal p-code interpreter" default n ---help--- - Enable support for the Pascal p-code interpreter. See README file at misc/pascal - and also the README.txt file in the apps/interpreter directory. Use of this - configuration implies that you have performed the required installation of the - Pascal run-time code. + Enable support for the Pascal p-code interpreter. See the README.txt + file at located in the NuttX Pascal repository and also the + README.txt file in the apps/interpreter directory. Use of this + configuration implies that you have performed the required + installation of the Pascal run-time code. if INTERPRETERS_PCODE endif diff --git a/interpreters/README.txt b/interpreters/README.txt index f3ba029b0..d571ebd59 100644 --- a/interpreters/README.txt +++ b/interpreters/README.txt @@ -137,8 +137,8 @@ pcode ----- 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 - misc/pascal directory). + must be downloaded separately (or is available from the Nuttx Pascal GIT + repository). 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 diff --git a/interpreters/bas/Kconfig b/interpreters/bas/Kconfig index cfbe9703f..74a146887 100644 --- a/interpreters/bas/Kconfig +++ b/interpreters/bas/Kconfig @@ -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 INTERPRETERS_BAS diff --git a/interpreters/ficl/Kconfig b/interpreters/ficl/Kconfig index ba6a7bc35..4431ca04a 100644 --- a/interpreters/ficl/Kconfig +++ b/interpreters/ficl/Kconfig @@ -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 INTERPRETERS_FICL diff --git a/interpreters/micropython/Kconfig b/interpreters/micropython/Kconfig index 0c42b33f0..41fd0f757 100644 --- a/interpreters/micropython/Kconfig +++ b/interpreters/micropython/Kconfig @@ -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 INTERPRETERS_MICROPYTHON diff --git a/modbus/Kconfig b/modbus/Kconfig index e2d6db61a..29b073c16 100644 --- a/modbus/Kconfig +++ b/modbus/Kconfig @@ -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 MODBUS diff --git a/netutils/Kconfig b/netutils/Kconfig index 114fe044d..aa178617a 100644 --- a/netutils/Kconfig +++ b/netutils/Kconfig @@ -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. # comment "Networking Utilities" diff --git a/netutils/codecs/Kconfig b/netutils/codecs/Kconfig index 5248f1d5d..096b73267 100644 --- a/netutils/codecs/Kconfig +++ b/netutils/codecs/Kconfig @@ -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 NETUTILS_CODECS diff --git a/netutils/dhcpc/Kconfig b/netutils/dhcpc/Kconfig index 3249d9d38..5f9034cd2 100644 --- a/netutils/dhcpc/Kconfig +++ b/netutils/dhcpc/Kconfig @@ -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 NETUTILS_DHCPC diff --git a/netutils/dhcpd/Kconfig b/netutils/dhcpd/Kconfig index b211bf96a..a10e77e92 100644 --- a/netutils/dhcpd/Kconfig +++ b/netutils/dhcpd/Kconfig @@ -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 NETUTILS_DHCPD diff --git a/netutils/discover/Kconfig b/netutils/discover/Kconfig index 1ae18a0d3..f1a84702a 100644 --- a/netutils/discover/Kconfig +++ b/netutils/discover/Kconfig @@ -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 NETUTILS_DISCOVER diff --git a/netutils/dnsclient/Kconfig b/netutils/dnsclient/Kconfig index f3d622cbf..3486e7033 100644 --- a/netutils/dnsclient/Kconfig +++ b/netutils/dnsclient/Kconfig @@ -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 NETUTILS_DNSCLIENT diff --git a/netutils/ftpc/Kconfig b/netutils/ftpc/Kconfig index bc4d033dd..ca092f5e4 100644 --- a/netutils/ftpc/Kconfig +++ b/netutils/ftpc/Kconfig @@ -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 NETUTILS_FTPC diff --git a/netutils/ftpd/Kconfig b/netutils/ftpd/Kconfig index 1034b2206..43bf7ccc1 100644 --- a/netutils/ftpd/Kconfig +++ b/netutils/ftpd/Kconfig @@ -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 NETUTILS_FTPD diff --git a/netutils/json/Kconfig b/netutils/json/Kconfig index 741ae5660..77e3483ad 100644 --- a/netutils/json/Kconfig +++ b/netutils/json/Kconfig @@ -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 NETUTILS_JSON diff --git a/netutils/netlib/Kconfig b/netutils/netlib/Kconfig index 9dd80aade..48cd20a50 100644 --- a/netutils/netlib/Kconfig +++ b/netutils/netlib/Kconfig @@ -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 NETUTILS_NETLIB diff --git a/netutils/ntpclient/Kconfig b/netutils/ntpclient/Kconfig index 83986cfb3..b0b593c93 100755 --- a/netutils/ntpclient/Kconfig +++ b/netutils/ntpclient/Kconfig @@ -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 NETUTILS_NTPCLIENT diff --git a/netutils/pppd/Kconfig b/netutils/pppd/Kconfig index fbf6d2306..2e792432a 100755 --- a/netutils/pppd/Kconfig +++ b/netutils/pppd/Kconfig @@ -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 NETUTILS_PPPD diff --git a/netutils/smtp/Kconfig b/netutils/smtp/Kconfig index 99f4e4bd6..471f2d47e 100644 --- a/netutils/smtp/Kconfig +++ b/netutils/smtp/Kconfig @@ -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 NETUTILS_SMTP diff --git a/netutils/telnetd/Kconfig b/netutils/telnetd/Kconfig index 92e846945..b8d519cc5 100644 --- a/netutils/telnetd/Kconfig +++ b/netutils/telnetd/Kconfig @@ -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 NETUTILS_TELNETD diff --git a/netutils/tftpc/Kconfig b/netutils/tftpc/Kconfig index 0ffa313a9..770795d4b 100644 --- a/netutils/tftpc/Kconfig +++ b/netutils/tftpc/Kconfig @@ -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 NETUTILS_TFTPC diff --git a/netutils/thttpd/Kconfig b/netutils/thttpd/Kconfig index ecd3f00f2..d08f76054 100644 --- a/netutils/thttpd/Kconfig +++ b/netutils/thttpd/Kconfig @@ -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 NETUTILS_THTTPD diff --git a/netutils/webclient/Kconfig b/netutils/webclient/Kconfig index 23168309f..d468d63df 100644 --- a/netutils/webclient/Kconfig +++ b/netutils/webclient/Kconfig @@ -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 NETUTILS_WEBCLIENT diff --git a/netutils/webserver/Kconfig b/netutils/webserver/Kconfig index f24a03595..8488d3dfc 100644 --- a/netutils/webserver/Kconfig +++ b/netutils/webserver/Kconfig @@ -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 NETUTILS_WEBSERVER diff --git a/netutils/xmlrpc/Kconfig b/netutils/xmlrpc/Kconfig index d24515775..642c62fe0 100644 --- a/netutils/xmlrpc/Kconfig +++ b/netutils/xmlrpc/Kconfig @@ -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 NETUTILS_XMLRPC diff --git a/nshlib/Kconfig b/nshlib/Kconfig index b60bd08ae..a1c2e5c3f 100644 --- a/nshlib/Kconfig +++ b/nshlib/Kconfig @@ -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 NSH_LIBRARY diff --git a/platform/Kconfig b/platform/Kconfig index 9df459c8a..218119e85 100644 --- a/platform/Kconfig +++ b/platform/Kconfig @@ -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 PLATFORM_CONFIGDATA diff --git a/platform/dummy/Kconfig b/platform/dummy/Kconfig index ae2bf3130..f72f3c094 100644 --- a/platform/dummy/Kconfig +++ b/platform/dummy/Kconfig @@ -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. # diff --git a/platform/mikroe-stm32f4/Kconfig b/platform/mikroe-stm32f4/Kconfig index a26765ccf..b2c640ecd 100644 --- a/platform/mikroe-stm32f4/Kconfig +++ b/platform/mikroe-stm32f4/Kconfig @@ -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. # if ARCH_BOARD_MIKROE_STM32F4 diff --git a/platform/stm3240g-eval/Kconfig b/platform/stm3240g-eval/Kconfig index 647715b83..88d9c9df0 100644 --- a/platform/stm3240g-eval/Kconfig +++ b/platform/stm3240g-eval/Kconfig @@ -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. # if ARCH_BOARD_STM3240G_EVAL diff --git a/platform/stm32f4discovery/Kconfig b/platform/stm32f4discovery/Kconfig index 934c60f90..473ff0556 100644 --- a/platform/stm32f4discovery/Kconfig +++ b/platform/stm32f4discovery/Kconfig @@ -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. # if ARCH_BOARD_STM32F4_DISCOVERY diff --git a/system/Kconfig b/system/Kconfig index f888c5f43..b6f9c2d1d 100644 --- a/system/Kconfig +++ b/system/Kconfig @@ -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. # source "$APPSDIR/system/free/Kconfig" diff --git a/system/cdcacm/Kconfig b/system/cdcacm/Kconfig index 3c0a40bbe..0f67f86be 100644 --- a/system/cdcacm/Kconfig +++ b/system/cdcacm/Kconfig @@ -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. # menuconfig SYSTEM_CDCACM diff --git a/system/cle/Kconfig b/system/cle/Kconfig index 97528c889..4abfc7eab 100644 --- a/system/cle/Kconfig +++ b/system/cle/Kconfig @@ -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. # menuconfig SYSTEM_CLE diff --git a/system/composite/Kconfig b/system/composite/Kconfig index c39c0224e..8fec3f356 100644 --- a/system/composite/Kconfig +++ b/system/composite/Kconfig @@ -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. # menuconfig SYSTEM_COMPOSITE diff --git a/system/cu/Kconfig b/system/cu/Kconfig index 4505d64bd..8d924d938 100644 --- a/system/cu/Kconfig +++ b/system/cu/Kconfig @@ -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. # menuconfig SYSTEM_CUTERM diff --git a/system/flash_eraseall/Kconfig b/system/flash_eraseall/Kconfig index a6bc645ed..64ea620d2 100644 --- a/system/flash_eraseall/Kconfig +++ b/system/flash_eraseall/Kconfig @@ -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 SYSTEM_FLASH_ERASEALL diff --git a/system/free/Kconfig b/system/free/Kconfig index 94dafe114..4deaa903f 100644 --- a/system/free/Kconfig +++ b/system/free/Kconfig @@ -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 SYSTEM_FREE diff --git a/system/hex2bin/Kconfig b/system/hex2bin/Kconfig index 48e5e32fe..0401dd26c 100644 --- a/system/hex2bin/Kconfig +++ b/system/hex2bin/Kconfig @@ -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. # menuconfig SYSTEM_HEX2BIN diff --git a/system/i2c/Kconfig b/system/i2c/Kconfig index 2f516d07f..34ebb509a 100644 --- a/system/i2c/Kconfig +++ b/system/i2c/Kconfig @@ -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. # diff --git a/system/inifile/Kconfig b/system/inifile/Kconfig index 5e238f748..a0728389c 100644 --- a/system/inifile/Kconfig +++ b/system/inifile/Kconfig @@ -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. # menuconfig SYSTEM_INIFILE diff --git a/system/install/Kconfig b/system/install/Kconfig index 7c50efbb6..652daf4a9 100644 --- a/system/install/Kconfig +++ b/system/install/Kconfig @@ -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 SYSTEM_INSTALL diff --git a/system/lm75/Kconfig b/system/lm75/Kconfig index 5eaaafadd..a28c86bfb 100644 --- a/system/lm75/Kconfig +++ b/system/lm75/Kconfig @@ -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. # menuconfig SYSTEM_LM75 diff --git a/system/mdio/Kconfig b/system/mdio/Kconfig index 75597d906..5995017b4 100644 --- a/system/mdio/Kconfig +++ b/system/mdio/Kconfig @@ -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 SYSTEM_MDIO diff --git a/system/nxplayer/Kconfig b/system/nxplayer/Kconfig index 43433bf81..b3eb9c5b2 100644 --- a/system/nxplayer/Kconfig +++ b/system/nxplayer/Kconfig @@ -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 SYSTEM_NXPLAYER diff --git a/system/poweroff/Kconfig b/system/poweroff/Kconfig index c55575bfe..8a8ed80b1 100644 --- a/system/poweroff/Kconfig +++ b/system/poweroff/Kconfig @@ -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 SYSTEM_POWEROFF diff --git a/system/prun/Kconfig b/system/prun/Kconfig index fda82cfe0..dd0fb12e8 100644 --- a/system/prun/Kconfig +++ b/system/prun/Kconfig @@ -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. # menuconfig SYSTEM_PRUN diff --git a/system/ramtest/Kconfig b/system/ramtest/Kconfig index 5e7e479f0..b02a9bcdb 100644 --- a/system/ramtest/Kconfig +++ b/system/ramtest/Kconfig @@ -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 SYSTEM_RAMTEST diff --git a/system/ramtron/Kconfig b/system/ramtron/Kconfig index 2fae072d9..ae1a01ba2 100644 --- a/system/ramtron/Kconfig +++ b/system/ramtron/Kconfig @@ -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 SYSTEM_RAMTRON diff --git a/system/readline/Kconfig b/system/readline/Kconfig index 61d902f64..021399262 100644 --- a/system/readline/Kconfig +++ b/system/readline/Kconfig @@ -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. # menuconfig SYSTEM_READLINE diff --git a/system/sdcard/Kconfig b/system/sdcard/Kconfig index d1c27c2ec..029226c83 100644 --- a/system/sdcard/Kconfig +++ b/system/sdcard/Kconfig @@ -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 SYSTEM_SDCARD diff --git a/system/stackmonitor/Kconfig b/system/stackmonitor/Kconfig index 81e2cd0f6..70675c785 100644 --- a/system/stackmonitor/Kconfig +++ b/system/stackmonitor/Kconfig @@ -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. # menuconfig SYSTEM_STACKMONITOR diff --git a/system/sudoku/Kconfig b/system/sudoku/Kconfig index 74d8c3a30..982e7a86b 100644 --- a/system/sudoku/Kconfig +++ b/system/sudoku/Kconfig @@ -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. # menuconfig SYSTEM_SUDOKU diff --git a/system/sysinfo/Kconfig b/system/sysinfo/Kconfig index d8c27f36e..d1e489ad7 100644 --- a/system/sysinfo/Kconfig +++ b/system/sysinfo/Kconfig @@ -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. # menuconfig SYSTEM_SYSINFO diff --git a/system/usbmonitor/Kconfig b/system/usbmonitor/Kconfig index 6511342f6..c91c302e3 100644 --- a/system/usbmonitor/Kconfig +++ b/system/usbmonitor/Kconfig @@ -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. # menuconfig SYSTEM_USBMONITOR diff --git a/system/usbmsc/Kconfig b/system/usbmsc/Kconfig index 7f509cd47..9ab522f6f 100644 --- a/system/usbmsc/Kconfig +++ b/system/usbmsc/Kconfig @@ -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. # menuconfig SYSTEM_USBMSC diff --git a/system/vi/Kconfig b/system/vi/Kconfig index 31eefec1a..509f547f0 100644 --- a/system/vi/Kconfig +++ b/system/vi/Kconfig @@ -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. # menuconfig SYSTEM_VI diff --git a/system/zmodem/Kconfig b/system/zmodem/Kconfig index 1bb8e83aa..2bf41ce26 100644 --- a/system/zmodem/Kconfig +++ b/system/zmodem/Kconfig @@ -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. # menuconfig SYSTEM_ZMODEM diff --git a/system/zoneinfo/Kconfig b/system/zoneinfo/Kconfig index 5c3eb8a35..9724f5469 100644 --- a/system/zoneinfo/Kconfig +++ b/system/zoneinfo/Kconfig @@ -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 SYSTEM_ZONEINFO