Prep for 7.11 release
This commit is contained in:
parent
86bf4c6193
commit
13384f05d2
@ -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: July 24, 2015</p>
|
||||
<p>Last Updated: August 13, 2015</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -612,7 +612,7 @@
|
||||
<td>
|
||||
<p>
|
||||
<li>
|
||||
Network, USB (host), USB (device), serial, I2C, I2S, NAND, CAN, ADC, DAC, PWM, Quadrature Encoder, Wireless, generic timer, and watchdog timer driver architectures.
|
||||
Network, USB (host), USB (device), serial, I2C, I2S, NAND, CAN, ADC, DAC, PWM, Quadrature Encoder, I/O Expander, Wireless, generic timer, and watchdog timer driver architectures.
|
||||
</li>
|
||||
</p>
|
||||
</td>
|
||||
@ -1296,10 +1296,10 @@
|
||||
<p>
|
||||
In addition to the ever-changing GIT repository, there are frozen released versions of NuttX available.
|
||||
The current release is NuttX 7.10.
|
||||
NuttX 7.10 is the 110<sup>th</sup> release of NuttX.
|
||||
NuttX 7.11 is the 111<sup>th</sup> release of NuttX.
|
||||
It was released on June 9, 2015, 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.10.tar.gz</code> and <code>apps-7.10.tar.gz</code>.
|
||||
Note that the release consists of two tarballs: <code>nuttx-7.11.tar.gz</code> and <code>apps-7.11.tar.gz</code>.
|
||||
Both may be needed (see the top-level <code>nuttx/README.txt</code> file for build information).
|
||||
</p>
|
||||
|
||||
@ -1308,7 +1308,7 @@
|
||||
<ul>
|
||||
<li><b>nuttx</b>.
|
||||
<ul><p>
|
||||
Release notes for NuttX 7.10 are available <a href="https://bitbucket.org/patacongo/nuttx/downloads/">here</a>.
|
||||
Release notes for NuttX 7.11 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.
|
||||
@ -1316,7 +1316,7 @@
|
||||
</li></ul>
|
||||
<li><b>apps</b>.
|
||||
<ul><p>
|
||||
Release notes for NuttX 7.10 are available <a href="https://bitbucket.org/nuttx/apps/downloads/">here</a>.
|
||||
Release notes for NuttX 7.11 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.
|
||||
@ -1367,6 +1367,7 @@
|
||||
<li><a href="#arm7tdmi">ARM7TDMI</b></a> (5)</li>
|
||||
<li><a href="#arm920t">ARM920T</a> (1)</li>
|
||||
<li><a href="#arm926ejs">ARM926EJS</a> (4)</li>
|
||||
<li><a href="#armv4">Other ARMv4</a> (1)</li>
|
||||
<li><a href="#armcortexa5">ARM Cortex-A5</a> (2)</li>
|
||||
<li><a href="#armcortexa8">ARM Cortex-A8</a> (1)</li>
|
||||
<li><a href="#armcortexm0">ARM Cortex-M0/M0+</a> (7)</li>
|
||||
@ -1890,6 +1891,22 @@
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><img height="20" width="20" src="favicon.ico"></td>
|
||||
<td bgcolor="#5eaee1">
|
||||
<a name="armv4"><b>Other ARMv4</b>.</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><br></td>
|
||||
<td>
|
||||
<p>
|
||||
<a name="moxart"><b>MoxaRT</b></a>
|
||||
A port to the Moxa NP51x0 series of 2-port advanced RS-232/422/485 serial device servers was contributed by Anton D. Kachalov in NuttX-7.11.
|
||||
This port includes a NuttShell (NSH) configuraion with support for the Faraday FTMAC100 Ethernet MAC Driver.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><img height="20" width="20" src="favicon.ico"></td>
|
||||
<td bgcolor="#5eaee1">
|
||||
@ -3274,15 +3291,15 @@ nsh>
|
||||
<td><br></td>
|
||||
<td>
|
||||
<p>
|
||||
<a name="kinetisk20"><b>FreeScale Kinetis K20</b>.</a>
|
||||
Archicture support (only) was added in NuttX-7.10.
|
||||
<a name="kinetisk20"><b>FreeScale Kinetis K20/Teensy-3.x</b>.</a>
|
||||
Architecture support (only) was added in NuttX-7.10.
|
||||
This support was taken from PX4 and is the work of Jakob Odersky.
|
||||
Support was added for the PJRC Teensy-3.1 board in NuttX-7.11.
|
||||
Backward compatible support for the Teensy-3.0 is included.
|
||||
</p>
|
||||
<ul>
|
||||
<p>
|
||||
<b>STATUS:</b>
|
||||
There are no K20 boards yet supported.
|
||||
Work is underway on the PJRC Teensy-3.1 board and that port is expected in NuttX-7.11.
|
||||
Refer to the Teensy-3.1 board <a href="https://bitbucket.org/nuttx/boards/src/master/teensy-3.x/README.txt" target="_blank">README</a> file for further information.
|
||||
</p>
|
||||
</ul>
|
||||
@ -4067,10 +4084,17 @@ Mem: 29232 5920 23312 23312
|
||||
<li>TWIHS/I2C, with the support for the on-board serial EEPROM,</li>
|
||||
<li>SSC/I2S (not fully tested),</li>
|
||||
<li>Ethernet MAC,</li>
|
||||
<li>USB device controller driver (complete but not yet functional).</li>
|
||||
<li>USB device controller driver (complete, partially functional, but not well tested).</li>
|
||||
<li>On-board AT24 I2C EEPROM.</li>
|
||||
<li>On-board WM8904 Audio CODEC with CS2100-CP Fractional-N Multipier (not yet tested).</li>
|
||||
<li>Support for the (optional) maXTouch Xplained Pro LCD module (still a work in progress).</li>
|
||||
<li>On-board WM8904 Audio CODEC with CS2100-CP Fractional-N Multiplier (not yet tested).</li>
|
||||
<li>Support for the (optional) maXTouch Xplained Pro LCD module.</li>
|
||||
</ul>
|
||||
<p>
|
||||
Additional Drivers added in NuttX-7.11 include:
|
||||
</p>
|
||||
<ul>
|
||||
<li>MCAN CAN device driver (fully verified in loopback mode only).</li>
|
||||
<li>SPI slave 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.
|
||||
@ -4095,6 +4119,8 @@ Mem: 29232 5920 23312 23312
|
||||
<b>STATUS:</b>
|
||||
The basic port is complete and there are two, verified configurations available.
|
||||
Both configurations use the NuttShell (NSH) and a serial console; one includes Ethernet support.
|
||||
DMA supports is available.
|
||||
The STM32 F7 peripherals are very similar to some members of the STM32 F4 and additional drivers can easily be ported the F7 as discussed in this Wiki page: <a href="http://www.nuttx.org/doku.php?id=wiki:howtos:port-drivers_stm32f7">Porting Drivers to the STM32 F7</a>
|
||||
The first release of the STM32F746G_DISCO port was available in NuttX-7.11.
|
||||
</p>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user