Fix some typos. Also minor update to stm32f7/nucleo-144/README.txt and stm32l4/nucleo-l496zg/README.txt board documentation.

This commit is contained in:
Juha Niskanen
2019-09-05 08:10:42 -06:00
committed by Gregory Nutt
parent 0b64e79736
commit 822bb06967
37 changed files with 67 additions and 140 deletions
+1 -1
View File
@@ -420,7 +420,7 @@
<p>
<a href="NxWidgets.html">NxWidgets</a> is a higher level, C++, object-oriented library for object-oriented access to graphical &quot;widgets.&quot;
NxWidgets is provided as a separate library in the <code>apps/</code> repository
NxWidgets is built on top of the core NuttX graphics subsystem, but is part of the application space rather than part of the core OS graphics subystems.
NxWidgets is built on top of the core NuttX graphics subsystem, but is part of the application space rather than part of the core OS graphics subsystems.
</p>
<h3>1.3.6 <a name="nxterm1">NX Terminal Driver (<code>NxTerm</code>)</a></h3>
+1 -1
View File
@@ -5408,7 +5408,7 @@ nsh> free
Mem: 29232 5920 23312 23312
</pre></ul>
<p>
You can see that 22.8KB (71.1%) of the SRAM heap is staill available for further application development while NSH is running.
You can see that 22.8KB (71.1%) of the SRAM heap is still available for further application development while NSH is running.
</p>
</ul>
</td>