Skip to content

Commit

Permalink
Upate the NuttX.html 'About NuttX' document; update a README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-nutt committed Jul 12, 2018
1 parent 6e6583f commit 15f07b8
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
37 changes: 33 additions & 4 deletions Documentation/NuttX.html
Original file line number Diff line number Diff line change
Expand Up @@ -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: June 3, 2018</p>
<p>Last Updated: July 12, 2018</p>
</td>
</tr>
</table>
Expand Down Expand Up @@ -1514,7 +1514,7 @@ <h2><a name="changelogs"><b>Release Notes and Change Logs</b>:</a></h2>
<li><a href="#armcortexm0">ARM Cortex-M0/M0+</a> (10)</li>
<li><a href="#armcortexm3">ARM Cortex-M3</a> (37)</li>
<li><a href="#armcortexm4">ARM Cortex-M4</a> (45)</li>
<li><a href="#armcortexm7">ARM Cortex-M7</a> (11)</li>
<li><a href="#armcortexm7">ARM Cortex-M7</a> (12)</li>
</ul>
<li>Atmel AVR
<ul>
Expand Down Expand Up @@ -1757,7 +1757,7 @@ <h2><a name="changelogs"><b>Release Notes and Change Logs</b>:</a></h2>
<li><a href="#stm32f74x">STMicro STM32 F745/F746</a> <small>(STM32 F7 family, ARM Cortex-M7)</small></li>
<li><a href="#stm32f75x">STMicro STM32 F756</a> <small>(STM32 F7 family, ARM Cortex-M7)</small></li>
<li><a href="#stm32f76xx77xx">STMicro STM32 F76xx/F77xx</a> <small>(STM32 F7 family, ARM Cortex-M7)</small></li>
</ul>
<li><a href="#stm32h7x3">STMicro STM32 H7x3</a> <small>(STM32 H7 family, ARM Cortex-M7) </ul>
<li>Texas Instruments (some formerly Luminary)
<ul>
<li><a href="#tms320c5471">TI TMS320-C5471</a> <small>(ARM7TDMI)</small></li>
Expand Down Expand Up @@ -5290,7 +5290,7 @@ <h2><a name="changelogs"><b>Release Notes and Change Logs</b>:</a></h2>
<td>
<p>
<a name="stm32f76xx77xx"><b>STMicro STM32 F76xx/F77xx</b>.</a>
Architecture support for the STM32 F76xx and F77xx families was contributed by David Sidrane in NuttX 7.17. Support is available for one board from this family:
Architecture support for the STM32 F76xx and F77xx families was contributed by David Sidrane in NuttX 7.17. Support is available for two boards from this family:
</p>
<ul>
<li>
Expand Down Expand Up @@ -5338,6 +5338,35 @@ <h2><a name="changelogs"><b>Release Notes and Change Logs</b>:</a></h2>
</td>
</tr>

<tr>
<td><br></td>
<td><hr></td>
</tr>
<tr>
<td><br></td>
<td>
<p>
<a name="#stm32h7x3">STMicro STM32 H7x3</a>
<a name="stm32f76xx77xx"><b>STMicro STM32 F76xx/F77xx</b>.</a>
Architecture support for the STM32 H7x3 was added through efforts of several people in NuttX-7.26. Support is available for one board from this family:
</p>
<ul>
<li>
<p>
<b>Nucleo-H743ZI</b>.
This is a member of the Nucleo-144 board family.
Support for this board was also added NuttX-7.26.
See the board <a href="https://bitbucket.org/nuttx/nuttx/src/master/configs/nucleo-h743zi/README.txt">README.txt</a> file for further information.
<p>
The basic NSH configuration is fully, thanks to the bring-up efforts of Mateusz Szafoni.
This port is port is still a work in progress and additional drivers are being ported from the F7 family.
This description will be updated with more current information at the time of the NuttX-7.26 release (probably September, 2018).
</p>
</li>
</ul>
</td>
</tr>

<tr>
<td><br></td>
<td><hr></td>
Expand Down
3 changes: 2 additions & 1 deletion configs/nucleo-h743zi/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,5 @@ Configurations
nsh:

This configuration provides a basic NuttShell configuration (NSH)
for the Nucleo-H743ZI.
for the Nucleo-H743ZI. The default console is the VCOM on USART3.

0 comments on commit 15f07b8

Please sign in to comment.