mirror of
https://github.com/apache/nuttx.git
synced 2026-08-22 14:08:30 +00:00
Fix typos in comments and documentation (#750)
* Fix typos in comments and documentation
This commit is contained in:
parent
9c7841aff1
commit
bfc153ca27
54 changed files with 133 additions and 134 deletions
|
|
@ -1614,7 +1614,7 @@
|
|||
<li><a href="#bcm2708">BCM2708</a> <small>(ARM1176JZ)</small></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Expressif
|
||||
<li>Espressif
|
||||
<ul>
|
||||
<li><a href="#esp32">ESP32</a> <small>(Dual Xtensa LX6)</small></li>
|
||||
</ul>
|
||||
|
|
@ -6819,12 +6819,12 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1);
|
|||
<td>
|
||||
<p>
|
||||
<b>Xtensa LX6 ESP32 Architectural Support</b>.
|
||||
Basic architectural support for Xtensa LX6 processors and the port for the Expressif ESP32 were added in NuttX-7.19.
|
||||
Basic architectural support for Xtensa LX6 processors and the port for the Espressif ESP32 were added in NuttX-7.19.
|
||||
The basic ESP32 port is function in both single CPU and dual CPU SMP configurations.
|
||||
</p>
|
||||
<p>
|
||||
<b>Expressif ESP32 Core v2 Board</b>
|
||||
The NuttX release includes support for Expressif ESP32 Core v2 board.
|
||||
<b>Espressif ESP32 Core v2 Board</b>
|
||||
The NuttX release includes support for Espressif ESP32 Core v2 board.
|
||||
There is an NSH configuration for each CPU configuration and an OS test configuration for verificatin of the port.
|
||||
</p>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue