Add some discussio of the LPC4357 to documentation and README files

This commit is contained in:
Gregory Nutt 2014-11-26 16:44:25 -06:00
parent 6baf4bf497
commit 19ac111a29

View File

@ -1309,7 +1309,7 @@
<li><a href="#armcortexa8">ARM Cortex-A8</a> (1)</li>
<li><a href="#armcortexm0">ARM Cortex-M0/M0+</a> (3)</li>
<li><a href="#armcortexm3">ARM Cortex-M3</a> (29)</li>
<li><a href="#armcortexm4">ARM Cortex-M4</a> (16)</li>
<li><a href="#armcortexm4">ARM Cortex-M4</a> (17)</li>
</ul>
<li>Atmel AVR
<ul>
@ -3317,15 +3317,21 @@ nsh>
<td><br></td>
<td>
<p>
<a name="nxplpc43xx"><b>NXG Technologies LPC4330-Xplorer</b>.</a>
<a name="nxplpc43xx"><b>NCP LPC43xx</b>.</a>
Two board ports are available for this higher end, NXP Cortex-M4F part:
</p>
<ul>
<p>
<b>NXG Technologies LPC4330-Xplorer</b>.</a>
This NuttX port is for the LPC4330-Xplorer board from NGX Technologies featuring the NXP LPC4330FET100 MCU.
See the <a href="http://shop.ngxtechnologies.com/product_info.php?cPath=21_37&products_id=104">NXG website</a> for further information about this board.
</p>
<p>
<b>STATUS:</b>
<ul>
<li>
<p><b>STATUS:</b>
Refer to the NuttX board <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/lpc4330-xplorer/README.txt">README</a> file for more detailed information about this port.
</p>
<ul>
</li>
<li>
<p><b>NuttX-6.20</b>
The basic port is complete.
@ -3344,6 +3350,7 @@ nsh>
</p>
<p>
Some of these can be leveraged from other MCUs that appear to support the same peripheral IP:
</p>
<ul>
<li>
The LPC43xx USB0 peripheral appears to be the same as the USB OTG peripheral for the LPC31xx.
@ -3354,13 +3361,33 @@ nsh>
The Ethernet block looks to be based on the same IP as the STM32 Ethernet and, as a result, it should be possible to leverage the NuttX STM32 Ethernet driver with a little more effort.
</li>
</ul>
</p>
</li>
<li>
<p><b>NuttX-6.21</b>
Added support for a SPIFI block driver and for RS-485 option to the serial driver.
</li>
</ul>
<p>
<b>NXP/Embest LPC4357-EVB</b>.</a>
This NuttX port is for the LPC4357-EVB from NXP/Embest featuring the NXP LPC4357FET256 MCU.
The LPC4357 differs from the LPC4330 primarily in that it includes 1024KiB of on-chip NOR FLASH.
See the <a href="http://www.nxp.com/news/news-archive/2013/nxp-development-kit-based-on-the-dual-core-lpc4357-microcontroller.html">NXP website</a> for more detailed information about the LPC4357 and the LPC4357-EVB.
</p>
<ul>
<li>
<p><b>STATUS:</b>
Refer to the NuttX board <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/lpc4357-evb/README.txt">README</a> file for more detailed information about this port.
</p>
</li>
<li>
<p><b>NuttX-7.6</b>
The basic port is was contributed by Toby Duckworth.
This port leverages from the LPC4330-Xplorer port (and, as of this writing, still requires some clean up of the technical discussion in some files).
The basic NuttShell (NSH) configuration is present and has been verified.
Support is generally the same as for the LPC4330-Xplorer as discussed above.
</p>
</li>
</ul>
</td>
</tr>
<tr>