Prep for NuttX-7.14 release
This commit is contained in:
parent
3254d3a192
commit
c04e0d0777
@ -8,7 +8,7 @@
|
||||
<tr align="center" bgcolor="#e4e4e4">
|
||||
<td>
|
||||
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
|
||||
<p>Last Updated: January 6, 2016</p>
|
||||
<p>Last Updated: January 28, 2016</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -349,6 +349,14 @@
|
||||
</p>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><br></td>
|
||||
<td>
|
||||
<p>
|
||||
<li>Loadable kernel modules.</li>
|
||||
</p>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><br></td>
|
||||
<td>
|
||||
@ -1311,11 +1319,11 @@
|
||||
<h2>Released Versions</h2>
|
||||
<p>
|
||||
In addition to the ever-changing GIT repository, there are frozen released versions of NuttX available.
|
||||
The current release is NuttX 7.13.
|
||||
NuttX 7.13 is the 113<sup>th</sup> release of NuttX.
|
||||
It was released on December 5, 2015, and is available for download from the
|
||||
The current release is NuttX 7.14.
|
||||
NuttX 7.14 is the 114<sup>th</sup> release of NuttX.
|
||||
It was released on January 28, 2016, and is available for download from the
|
||||
<a href="https://bitbucket.org/patacongo/nuttx/downloads/">Bitbucket.org</a> website.
|
||||
Note that the release consists of two tarballs: <code>nuttx-7.13.tar.gz</code> and <code>apps-7.13.tar.gz</code>.
|
||||
Note that the release consists of two tarballs: <code>nuttx-7.14.tar.gz</code> and <code>apps-7.14.tar.gz</code>.
|
||||
Both may be needed (see the top-level <code>nuttx/README.txt</code> file for build information).
|
||||
</p>
|
||||
|
||||
@ -1324,7 +1332,7 @@
|
||||
<ul>
|
||||
<li><b>nuttx</b>.
|
||||
<ul><p>
|
||||
Release notes for NuttX 7.13 are available <a href="https://bitbucket.org/patacongo/nuttx/downloads/">here</a>.
|
||||
Release notes for NuttX 7.14 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>.
|
||||
The ChangeLog for the current release is at the bottom of that file.
|
||||
@ -1332,7 +1340,7 @@
|
||||
</li></ul>
|
||||
<li><b>apps</b>.
|
||||
<ul><p>
|
||||
Release notes for NuttX 7.13 are available <a href="https://bitbucket.org/nuttx/apps/downloads/">here</a>.
|
||||
Release notes for NuttX 7.14 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>
|
||||
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.
|
||||
@ -1389,7 +1397,7 @@
|
||||
<li><a href="#armcortexr4">ARM Cortex-R4</a> (1)</li>
|
||||
<li><a href="#armcortexm0">ARM Cortex-M0/M0+</a> (7)</li>
|
||||
<li><a href="#armcortexm3">ARM Cortex-M3</a> (34)</li>
|
||||
<li><a href="#armcortexm4">ARM Cortex-M4</a> (24)</li>
|
||||
<li><a href="#armcortexm4">ARM Cortex-M4</a> (26)</li>
|
||||
<li><a href="#armcortexm7">ARM Cortex-M7</a> (4)</li>
|
||||
</ul>
|
||||
<li>Atmel AVR
|
||||
@ -3433,13 +3441,17 @@ nsh>
|
||||
<a href="http://www.nuttx.org/Documentation/NuttShell.html">NSH User Guide</a>).
|
||||
This basic TWR-K60N512 first appeared in NuttX-6.8.
|
||||
Ethernet and SD card (SDHC) drivers also exist:
|
||||
The SDHC driver is partially integrated in to the NSH configuration but has some outstanding issues;
|
||||
the Ethernet driver is completely untested.
|
||||
Additional work remaining includes: (1) integrate the Ethernet and SDHC drivers, and (2) develop support for USB host and device.
|
||||
NOTE: Most of these remaining tasks (excluding the Ethernet driver) are the same as the pending K40 tasks described above.
|
||||
The SDHC driver is partially integrated in to the NSH configuration but has some outstanding issues.
|
||||
the Ethernet driver became stable in NuttX-7.14 thanks to the efforts of Andrew Webster.
|
||||
Additional work remaining includes: (1) integrate th SDHC drivers, and (2) develop support for USB host and device.
|
||||
NOTE: Most of these remaining tasks are the same as the pending K40 tasks described above.
|
||||
Refer to the NuttX board <a href="https://bitbucket.org/nuttx/boards/src/master/twr-k60n512/README.txt" target="_blank">README</a> file for further information.
|
||||
</p>
|
||||
</ul>
|
||||
<p>
|
||||
<b>MK60N512VLL100</b>.
|
||||
Architecture support for the MK60N512VLL100 was contributed by Andrew Webster in NuttX-7.14.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -3653,6 +3665,11 @@ nsh>
|
||||
Support for the Olimex STM32 H405 development board was contributed by Martin Lederhilger and appeared in NuttX-7.3.
|
||||
See the NuttX board <a href="https://bitbucket.org/nuttx/boards/src/master/olimex-stm32-h405/README.txt" target="_blank">README</a> file for further information about the NuttX port.
|
||||
</p>
|
||||
<p>
|
||||
<b>Olimex STM32 H407</b>.
|
||||
Support for the Olimex STM32 H407 development board was contributed by Neil Hancock and appeared in NuttX-7.14.
|
||||
See the NuttX board <a href="https://bitbucket.org/nuttx/boards/src/master/olimex-stm32-h407/README.txt" target="_blank">README</a> file for further information about the NuttX port.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -3732,7 +3749,7 @@ nsh>
|
||||
<td>
|
||||
<p>
|
||||
<a name="nxplpc43xx"><b>NCP LPC43xx</b>.</a>
|
||||
Two board ports are available for this higher end, NXP Cortex-M4F part:
|
||||
Several board ports are available for this higher end, NXP Cortex-M4F part:
|
||||
</p>
|
||||
<ul>
|
||||
<p>
|
||||
@ -3802,22 +3819,40 @@ nsh>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<b>NXP LPC4370-Link2</b></a>
|
||||
This is the NuttX port to the NXP LPC4370-Link2 development board featuring the NXP LPC4370FET100 MCU.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p><b>STATUS:</b>
|
||||
Refer to the NuttX board <a href="https://bitbucket.org/nuttx/boards/src/master/lpc4370-link2/README.txt" target="_blank">README</a> file for more detailed information about this port.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><b>NuttX-7.12</b>
|
||||
The NXP LPC4370-Link2 port is was contributed by Lok Tep and first released in NuttX-7.12.
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
<p><b>STATUS:</b>
|
||||
Refer to the NuttX board <a href="https://bitbucket.org/nuttx/boards/src/master/lpc4370-link2/README.txt" target="_blank">README</a> file for more detailed information about this port.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><b>NuttX-7.12</b>
|
||||
The NXP LPC4370-Link2 port is was contributed by Lok Tep and first released in NuttX-7.12.
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<b>WaveShare LPC4337-WS</b></a>
|
||||
This is the NuttX port to the WaveShare LPC4337-WS development board featuring the NXP LPC4337JBD144 MCU.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p><b>STATUS:</b>
|
||||
Refer to the NuttX board <a href="https://bitbucket.org/nuttx/boards/src/master/lpc4337-ws/README.txt" target="_blank">README</a> file for more detailed information about this port.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><b>NuttX-7.14</b>
|
||||
The NXP WaveShare LPC4337-WS port is was contributed by Lok Tep and first released in NuttX-7.14.
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -4218,6 +4253,14 @@ Mem: 29232 5920 23312 23312
|
||||
<li>QuadSPI driver.</li>
|
||||
<li>Support for programming on-chip FLASH.</li>
|
||||
</ul>
|
||||
<p>
|
||||
And in NuttX-7.14:
|
||||
</p>
|
||||
<ul>
|
||||
<li>TRNG driver,</li>
|
||||
<li>WDT driver, and</li>
|
||||
<li>RSWDT driver.</li>
|
||||
</ul>
|
||||
</p>
|
||||
Refer to the NuttX board <a href="https://bitbucket.org/nuttx/boards/src/master/samv71-xult/README.txt" target="_blank">README</a> file for further information.
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user