Direct users to our kconfig-frontends snapshot instead of upstream.

It appears Yann Morin's kconfig-frontends project has gone offline and
the website at http://ymorin.is-a-geek.org/projects/kconfig-frontends
is not responding. Until we can identify a "proper" upstream project,
use the snapshot in NuttX tools repository.

Replace (almost) all links to Yann Morin's kconfig-frontends in the
docs to point to the NuttX tools snapshot instead, with the following
exceptions:

    nuttx/Changelog for version 6.17, 2012-04-14: Leave this historical
    information intact.

    nuttx/README.txt: Document the source of our snapshot.
This commit is contained in:
Nathan Hartman
2019-09-24 09:52:09 -06:00
committed by Gregory Nutt
parent 9830791960
commit a83a609af9
6 changed files with 15 additions and 18 deletions
+1 -1
View File
@@ -7281,7 +7281,7 @@ void (*notify)(FAR struct pm_callback_s *cb, int domain, enum pm_state_e pmstate
<p>
At one time, this section provided a list of all NuttX configuration variables.
However, NuttX has since converted to use the <a href="http://ymorin.is-a-geek.org/projects/kconfig-frontends">kconfig-frontends</a> tools.
However, NuttX has since converted to use the <a href="https://bitbucket.org/nuttx/tools/src/master/kconfig-frontends/">kconfig-frontends</a> tools.
Now, the NuttX configuration is determined by a self-documenting set of <code>Kconfig</code> files.
</p>
<p>