Fix all URLs to the NuttX repository
This commit is contained in:
parent
84151986de
commit
2693be512b
|
@ -71,7 +71,7 @@
|
|||
<tr>
|
||||
<td valign="top" width="22"><img height="20" width="20" src="favicon.ico"></td>
|
||||
<td>
|
||||
<a href="https://bitbucket.org/patacongo/nuttx/src/master/ReleaseNotes">Release Notes</a>
|
||||
<a href="https://bitbucket.org/nuttx/nuttx/src/master/ReleaseNotes">Release Notes</a>
|
||||
What has changed in the last release of NuttX?
|
||||
What has changed in previous releases of NuttX?
|
||||
Are there any <a href="#changelogs">unreleased changes</a>.
|
||||
|
@ -1329,7 +1329,7 @@
|
|||
|
||||
<h2>Git Repository</h2>
|
||||
<p>
|
||||
The working version of NuttX is available from the Bitbucket GIT repository <a href="https://bitbucket.org/patacongo/nuttx/src/master/" target="_blank">here</a>.
|
||||
The working version of NuttX is available from the Bitbucket GIT repository <a href="https://bitbucket.org/nuttx/nuttx/src/master/" target="_blank">here</a>.
|
||||
That same page provides the URLs and instructions for <i>cloning</i> the GIT repository.
|
||||
</p>
|
||||
|
||||
|
@ -1339,7 +1339,7 @@
|
|||
The current release is NuttX 7.15.
|
||||
NuttX 7.15 is the 115<sup>th</sup> release of NuttX.
|
||||
It was released on March 27, 2016, and is available for download from the
|
||||
<a href="https://bitbucket.org/patacongo/nuttx/downloads/">Bitbucket.org</a> website.
|
||||
<a href="https://bitbucket.org/nuttx/nuttx/downloads/">Bitbucket.org</a> website.
|
||||
Note that the release consists of two tarballs: <code>nuttx-7.15.tar.gz</code> and <code>apps-7.15.tar.gz</code>.
|
||||
Both may be needed (see the top-level <code>nuttx/README.txt</code> file for build information).
|
||||
</p>
|
||||
|
@ -1349,16 +1349,16 @@
|
|||
<ul>
|
||||
<li><b>nuttx</b>.
|
||||
<ul><p>
|
||||
Release notes for NuttX 7.15 are available <a href="https://bitbucket.org/patacongo/nuttx/downloads/">here</a>.
|
||||
Release notes for all released versions on NuttX are available in the <a href="https://bitbucket.org/patacongo/nuttx/src/master/ReleaseNotes" target="_blank">Bitbucket GIT</a>.
|
||||
The ChangeLog for all releases of NuttX is available in the ChangeLog file that can viewed in the <a href="https://bitbucket.org/patacongo/nuttx/src/master/ChangeLog" target="_blank">Bitbucket GIT</a>.
|
||||
Release notes for NuttX 7.15 are available <a href="https://bitbucket.org/nuttx/nuttx/downloads/">here</a>.
|
||||
Release notes for all released versions on NuttX are available in the <a href="https://bitbucket.org/nuttx/nuttx/src/master/ReleaseNotes" target="_blank">Bitbucket GIT</a>.
|
||||
The ChangeLog for all releases of NuttX is available in the ChangeLog file that can viewed in the <a href="https://bitbucket.org/nuttx/nuttx/src/master/ChangeLog" target="_blank">Bitbucket GIT</a>.
|
||||
The ChangeLog for the current release is at the bottom of that file.
|
||||
</p>
|
||||
</li></ul>
|
||||
<li><b>apps</b>.
|
||||
<ul><p>
|
||||
Release notes for NuttX 7.15 are available <a href="https://bitbucket.org/nuttx/apps/downloads/">here</a>.
|
||||
Release notes for all released versions on NuttX are available in the <a href="https://bitbucket.org/patacongo/nuttx/src/master/ReleaseNotes" target="_blank">Bitbucket GIT</a>
|
||||
Release notes for all released versions on NuttX are available in the <a href="https://bitbucket.org/nuttx/nuttx/src/master/ReleaseNotes" target="_blank">Bitbucket GIT</a>
|
||||
The ChangeLog for the all releases of <code>apps/</code> is available in the ChangeLog file that can viewed in the <a href="https://bitbucket.org/nuttx/apps/src/master/ChangeLog.txt" target="_blank">Bitbucket GIT</a>.
|
||||
The ChangeLog for the current release is at the bottom of that file.
|
||||
</p>
|
||||
|
@ -1366,8 +1366,8 @@
|
|||
<li><b>NxWidgets</b>.
|
||||
<ul><p>
|
||||
Release notes for NxWidgets 1.13 are available <a href="https://bitbucket.org/nuttx/nxwidgets/downloads/">here</a>.
|
||||
Release notes for all released versions on NxWidgets are available in the <a href="https://bitbucket.org/patacongo/nuttx/src/master/NxWidgets/ReleaseNotes.txt" target="_blank">BitBucket GIT</a>
|
||||
The ChangeLog for all releases of NxWidgets is available at the bottom of the ChangeLog file that can viewed in the <a href="https://bitbucket.org/patacongo/nuttx/src/master/NxWidgets/ChangeLog.txt" target="_blank">Bitbucket GIT</a>.
|
||||
Release notes for all released versions on NxWidgets are available in the <a href="https://bitbucket.org/nuttx/nuttx/src/master/NxWidgets/ReleaseNotes.txt" target="_blank">BitBucket GIT</a>
|
||||
The ChangeLog for all releases of NxWidgets is available at the bottom of the ChangeLog file that can viewed in the <a href="https://bitbucket.org/nuttx/nuttx/src/master/NxWidgets/ChangeLog.txt" target="_blank">Bitbucket GIT</a>.
|
||||
</p>
|
||||
</li></ul>
|
||||
<li><b>pascal</b>.
|
||||
|
@ -5514,7 +5514,7 @@ if [ -x "$WINELOADER" ]; then exec "$WINELOADER" "$appname" "$@"; fi
|
|||
|
||||
<ul>
|
||||
<p>
|
||||
The current list of NuttX <i>Things-To-Do</i> in GIT <a href="https://bitbucket.org/patacongo/nuttx/src/master/TODO" target="_blank">here</a>.
|
||||
The current list of NuttX <i>Things-To-Do</i> in GIT <a href="https://bitbucket.org/nuttx/nuttx/src/master/TODO" target="_blank">here</a>.
|
||||
</p>
|
||||
</ul>
|
||||
<table width ="100%">
|
||||
|
@ -5572,7 +5572,7 @@ if [ -x "$WINELOADER" ]; then exec "$WINELOADER" "$appname" "$@"; fi
|
|||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="22"><img height="20" width="20" src="favicon.ico"></td>
|
||||
<td>NuttX <a href="https://bitbucket.org/patacongo/nuttx/src/master/TODO" target="_blank">To-Do List</a></td>
|
||||
<td>NuttX <a href="https://bitbucket.org/nuttx/nuttx/src/master/TODO" target="_blank">To-Do List</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="22"><img height="20" width="20" src="favicon.ico"></td>
|
||||
|
@ -5582,9 +5582,9 @@ if [ -x "$WINELOADER" ]; then exec "$WINELOADER" "$appname" "$@"; fi
|
|||
|
||||
<small><blockquote>
|
||||
<sup>1</sup>
|
||||
This configuration variable document is auto-generated using the <a href="https://bitbucket.org/patacongo/nuttx/src/master/tools/kconfig2html.c" target="_blank">kconfig2html</a> tool
|
||||
This configuration variable document is auto-generated using the <a href="https://bitbucket.org/nuttx/nuttx/src/master/tools/kconfig2html.c" target="_blank">kconfig2html</a> tool
|
||||
That tool analyzes the NuttX <code>Kconfig</code> files and generates the HTML document.
|
||||
As a consequence, this file may not be present at any given time but can be regenerated following the instructions in <code>tools</code> directory <a href="https://bitbucket.org/patacongo/nuttx/src/master/tools/README.txt" target="_blank">README</a> file.
|
||||
As a consequence, this file may not be present at any given time but can be regenerated following the instructions in <code>tools</code> directory <a href="https://bitbucket.org/nuttx/nuttx/src/master/tools/README.txt" target="_blank">README</a> file.
|
||||
</blockquote></small>
|
||||
|
||||
<small>
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
<h2>2.1 <a name="binfmthdr">Binary Loader Header Files</a></h2>
|
||||
<p>
|
||||
The interface to the binary loader is described in the header file
|
||||
<a href="https://bitbucket.org/patacongo/nuttx/src/master/include/nuttx/binfmt/binfmt.h" target="_blank">
|
||||
<a href="https://bitbucket.org/nuttx/nuttx/src/master/include/nuttx/binfmt/binfmt.h" target="_blank">
|
||||
<code>include/nuttx/binfmt/binfmt.h</code></a>.
|
||||
A brief summary of the data structurs and interfaces prototyped in that header file are listed below.
|
||||
</p>
|
||||
|
@ -458,7 +458,7 @@ void exepath_release(EXEPATH_HANDLE handle);
|
|||
<h2>3.1 <a name="symtabhdr">Symbol Table Header Files</a></h2>
|
||||
<p>
|
||||
The interface to the symbol table logic is described in the header file
|
||||
<a href="https://bitbucket.org/patacongo/nuttx/src/master/include/nuttx/binfmt/symtab.h" target="_blank">
|
||||
<a href="https://bitbucket.org/nuttx/nuttx/src/master/include/nuttx/binfmt/symtab.h" target="_blank">
|
||||
<code>include/nuttx/binfmt/symtab.h</code></a>.
|
||||
A brief summary of the data structurs and interfaces prototyped in that header file are listed below.
|
||||
</p>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
There is no "Getting Started" Guide for NuttX yet.
|
||||
However, most everything that you need to get started with NuttX can be found in the <code>README.txt</code> file located in the top-level NuttX directory.
|
||||
That <code>README.txt</code> can also be read online in the NuttX GIT repository
|
||||
<a href="https://bitbucket.org/patacongo/nuttx/src/master/README.txt" target="_blank">here</a>.
|
||||
<a href="https://bitbucket.org/nuttx/nuttx/src/master/README.txt" target="_blank">here</a>.
|
||||
Just click on "Links to HEAD: (view)" on that page.
|
||||
</p>
|
||||
</body>
|
||||
|
|
|
@ -157,7 +157,7 @@
|
|||
<ul>
|
||||
<li>
|
||||
A dynamic loader that is built into the NuttX core
|
||||
(See <a href="https://bitbucket.org/patacongo/nuttx/src/master/binfmt/" target="_blank">GIT</a>).
|
||||
(See <a href="https://bitbucket.org/nuttx/nuttx/src/master/binfmt/" target="_blank">GIT</a>).
|
||||
</li>
|
||||
<li>
|
||||
Minor changes to RTOS to support position independent code, and
|
||||
|
@ -287,7 +287,7 @@
|
|||
The initial release of NXFLAT was made in NuttX version 0.4.9.
|
||||
Testing is limited to the tests found under <code>apps/examples/nxflat</code> in the source tree.
|
||||
Some known problems exist
|
||||
(see the <a href="https://bitbucket.org/patacongo/nuttx/src/master/TODO" target="_blank">TODO</a> list).
|
||||
(see the <a href="https://bitbucket.org/nuttx/nuttx/src/master/TODO" target="_blank">TODO</a> list).
|
||||
As such, NXFLAT is currently in an early alpha phase.
|
||||
</p>
|
||||
|
||||
|
@ -557,18 +557,18 @@ cat ../syscall/syscall.csv ../libc/libc.csv | sort >tmp.csv
|
|||
<ul>
|
||||
<li>
|
||||
The interface to the binary loader is described in the header file
|
||||
<a href="https://bitbucket.org/patacongo/nuttx/src/master/include/nuttx/binfmt/binfmt.h" target="_blank">
|
||||
<a href="https://bitbucket.org/nuttx/nuttx/src/master/include/nuttx/binfmt/binfmt.h" target="_blank">
|
||||
<code>include/nuttx/binfmt/binfmt.h</code></a>.
|
||||
A brief summary of the APIs prototyped in that header file are listed below.
|
||||
</li>
|
||||
<li>
|
||||
NXFLAT APIs needed to register NXFLAT as a binary loader appear in the header file
|
||||
<a href="https://bitbucket.org/patacongo/nuttx/src/master/include/nuttx/binfmt/nxflat.h" target="_blank">
|
||||
<a href="https://bitbucket.org/nuttx/nuttx/src/master/include/nuttx/binfmt/nxflat.h" target="_blank">
|
||||
<code>include/nuttx/binfmt/nxflat.h</code></a>.
|
||||
</li>
|
||||
<li>
|
||||
The format of an NXFLAT object itself is described in the header file:
|
||||
<a href="https://bitbucket.org/patacongo/nuttx/src/master/include/nuttx/binfmt/nxflat.h" target="_blank">
|
||||
<a href="https://bitbucket.org/nuttx/nuttx/src/master/include/nuttx/binfmt/nxflat.h" target="_blank">
|
||||
<code>include/nuttx/binfmt/nxflat.h</code></a>.
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
<ul><pre>
|
||||
nuttx/
|
||||
|- <a href="https://bitbucket.org/patacongo/nuttx/src/master/README.txt" target="_blank"><b>README.txt</b></a>
|
||||
|- <a href="https://bitbucket.org/nuttx/nuttx/src/master/README.txt" target="_blank"><b>README.txt</b></a>
|
||||
|- arch/
|
||||
| |
|
||||
| |- arm/
|
||||
|
@ -50,9 +50,9 @@ nuttx/
|
|||
| `- <a href="https://bitbucket.org/nuttx/arch/src/master/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
|- binfmt/
|
||||
| |- libpcode/
|
||||
| `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/binfmt/libpcode/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/binfmt/libpcode/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
|- audio/
|
||||
| `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/audio/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/audio/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
|- configs/
|
||||
| |- amber/
|
||||
| | `- <a href="https://bitbucket.org/nuttx/boards/src/master/amber/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
|
@ -307,51 +307,51 @@ nuttx/
|
|||
| `- <a href="https://bitbucket.org/nuttx/boards/src/master/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
|- drivers/
|
||||
| |- eeprom/
|
||||
| | `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/drivers/eeprom/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/drivers/eeprom/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| |- lcd/
|
||||
| | `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/drivers/lcd/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/drivers/lcd/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| |- mtd/
|
||||
| | `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/drivers/mtd/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/drivers/mtd/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| |- sensors/
|
||||
| | `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/drivers/sensors/README.txt" target="_blank">README.txt</a>
|
||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/drivers/sensors/README.txt" target="_blank">README.txt</a>
|
||||
| |- sercomm/
|
||||
| | `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/drivers/sercomm/README.txt" target="_blank">README.txt</a>
|
||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/drivers/sercomm/README.txt" target="_blank">README.txt</a>
|
||||
| |- syslog/
|
||||
| | `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/drivers/syslog/README.txt" target="_blank">README.txt</a>
|
||||
| `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/drivers/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/drivers/syslog/README.txt" target="_blank">README.txt</a>
|
||||
| `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/drivers/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
|- fs/
|
||||
| |- binfs/
|
||||
| | `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/fs/binfs/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/fs/binfs/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| |- mmap/
|
||||
| | `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/fs/mmap/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/fs/mmap/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| |- nxffs/
|
||||
| | `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/fs/nxffs/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/fs/nxffs/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| |- smartfs/
|
||||
| | `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/fs/smartfs/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/fs/smartfs/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| |- procfs/
|
||||
| | `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/fs/procfs/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/fs/procfs/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| `- unionfs/
|
||||
| `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/fs/unionfs/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/fs/unionfs/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
|- graphics/
|
||||
| `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/graphics/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/graphics/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
|- lib/
|
||||
| `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/lib/README.txt" target="_blank">README.txt</a>
|
||||
| `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/lib/README.txt" target="_blank">README.txt</a>
|
||||
|- libc/
|
||||
| `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/libc/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/libc/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
|- libnx/
|
||||
| `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/libnx/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/libnx/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
|- libxx/
|
||||
| `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/libxx/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/libxx/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
|- mm/
|
||||
| |- shm/
|
||||
| | `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/mm/shm/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/mm/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/mm/shm/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/mm/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
|- net/
|
||||
| `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/net/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/net/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
|- syscall/
|
||||
| `- <a href="https://bitbucket.org/patacongo/nuttx/src/master/syscall/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/syscall/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
`- tools/
|
||||
`- <a href="https://bitbucket.org/patacongo/nuttx/src/master/tools/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
`- <a href="https://bitbucket.org/nuttx/nuttx/src/master/tools/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
</pre></ul>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue