diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index d98cbea799e..6f306fbf64a 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -7281,7 +7281,7 @@ void (*notify)(FAR struct pm_callback_s *cb, int domain, enum pm_state_e pmstate
At one time, this section provided a list of all NuttX configuration variables.
- However, NuttX has since converted to use the kconfig-frontends tools.
+ However, NuttX has since converted to use the kconfig-frontends tools.
Now, the NuttX configuration is determined by a self-documenting set of Kconfig files.
diff --git a/README.txt b/README.txt index 738841b7d4a..08ce9bb8cc1 100644 --- a/README.txt +++ b/README.txt @@ -803,12 +803,11 @@ NuttX Configuration Tool ------------------------ An automated tool has been incorporated to support re-configuration - of NuttX. This automated tool is based on the kconfig-frontends - application available at http://ymorin.is-a-geek.org/projects/kconfig-frontends - (A snapshot of this tool is also available from the tools repository at - https://bitbucket.org/nuttx/tools). This application provides a tool - called 'kconfig-mconf' that is used by the NuttX top-level Makefile. - The following make target is provided: + of NuttX. This tool is based on the kconfig-frontends application available + at https://bitbucket.org/nuttx/tools/src/master/kconfig-frontends/. (This + is a snapshot of http://ymorin.is-a-geek.org/projects/kconfig-frontends.) + This application provides a tool called 'kconfig-mconf' that is used by the + NuttX top-level Makefile. The following make target is provided: make menuconfig @@ -835,10 +834,8 @@ NuttX Configuration Tool https://bitbucket.org/nuttx/tools 2. The 'kconfig-mconf' tool. 'kconfig-mconf' is part of the - kconfig-frontends package. You can download that package from - the website http://ymorin.is-a-geek.org/projects/kconfig-frontends - or you can use the snapshot in the tools repository at - https://bitbucket.org/nuttx/tools. + kconfig-frontends package. You can download that package from the + snapshot in the tools repository at https://bitbucket.org/nuttx/tools. Building kconfig-frontends under Linux may be as simple as 'configure; make; make install' but there may be some build diff --git a/boards/README.txt b/boards/README.txt index 52c1ec701cc..094b5979d62 100644 --- a/boards/README.txt +++ b/boards/README.txt @@ -145,9 +145,9 @@ Configuration Variables At one time, this section provided a list of all NuttX configuration variables. However, NuttX has since converted to use the kconfig-frontends -tools (See http://ymorin.is-a-geek.org/projects/kconfig-frontends). Now, -the NuttX configuration is determined by a self-documenting set of Kconfig -files. +tools (See https://bitbucket.org/nuttx/tools/src/master/kconfig-frontends/.) +Now, the NuttX configuration is determined by a self-documenting set of +Kconfig files. The current NuttX configuration variables are also documented in separate, auto-generated configuration variable document. That configuration variable diff --git a/tools/Makefile.unix b/tools/Makefile.unix index 418e92078bd..fb87ec08113 100644 --- a/tools/Makefile.unix +++ b/tools/Makefile.unix @@ -561,8 +561,8 @@ pass2dep: context tools/mkdeps$(HOSTEXEEXT) tools/cnvwindeps$(HOSTEXEEXT) # # These targets depend on the kconfig-frontends packages. To use these, you # must first download and install the kconfig-frontends package from this -# location: http://ymorin.is-a-geek.org/projects/kconfig-frontends. See -# README.txt file in the NuttX tools GIT repository for additional information. +# location: https://bitbucket.org/nuttx/tools/downloads/. See README.txt +# file in the NuttX tools GIT repository for additional information. do_config: dirlinks apps_preconfig $(Q) APPSDIR=${CONFIG_APPS_DIR} kconfig-conf Kconfig diff --git a/tools/Makefile.win b/tools/Makefile.win index 8fee692b7ed..afccb8b7809 100644 --- a/tools/Makefile.win +++ b/tools/Makefile.win @@ -554,7 +554,7 @@ pass2dep: context tools\mkdeps$(HOSTEXEEXT) # # These targets depend on the kconfig-frontends packages. To use these, you # must first download and install the kconfig-frontends package from this -# location: http://ymorin.is-a-geek.org/projects/kconfig-frontends. See +# location: https://bitbucket.org/nuttx/tools/downloads/. See # misc\tools\README.txt for additional information. do_config: dirlinks apps_preconfig diff --git a/tools/kconfig2html.c b/tools/kconfig2html.c index 9a27f39d0c6..f9655b03776 100644 --- a/tools/kconfig2html.c +++ b/tools/kconfig2html.c @@ -2659,7 +2659,7 @@ int main(int argc, char **argv, char **envp) body("
\n");
body(" Overview.\n");
body(" The NuttX RTOS is highly configurable.\n");
- body(" The NuttX configuration files are maintained using the kconfig-frontends tool.\n");
+ body(" The NuttX configuration files are maintained using the kconfig-frontends tool.\n");
body(" That configuration tool uses Kconfig files that can be found through the NuttX source tree.\n");
body(" Each Kconfig files contains declarations of configuration variables.\n");
body(" Each configuration variable provides one configuration option for the NuttX RTOS.\n");