Update README files.

This commit is contained in:
Gregory Nutt 2019-02-18 17:54:28 -06:00
parent 2fbec4cdf6
commit 7f11a45895
3 changed files with 6 additions and 2 deletions

View file

@ -2278,7 +2278,8 @@ The specific environmental definitions are unique for each board but should incl
Exported board-specific interfaces are prototyped in the header file <code>include/nuttx/board.h</code>. Exported board-specific interfaces are prototyped in the header file <code>include/nuttx/board.h</code>.
There are many interfaces exported from board- to architecture-specific logic. There are many interfaces exported from board- to architecture-specific logic.
But there are only a few exported from board-specific logic to common NuttX logic. But there are only a few exported from board-specific logic to common NuttX logic.
Those few will be discussed in this paragraph. Those few of those related to initialization will be discussed in this paragraph.
There are others, like those used by <a href="#boardctl"><code>boardctl()</code></a> that will be dicussed in other paragraphs.
</p> </p>
<p> <p>
All of the board-specific interfaces used by the NuttX OS logic are for controlled board initialization. All of the board-specific interfaces used by the NuttX OS logic are for controlled board initialization.

View file

@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4"> <tr align="center" bgcolor="#e4e4e4">
<td> <td>
<h1><big><font color="#3c34ec"><i>NuttX README Files</i></font></big></h1> <h1><big><font color="#3c34ec"><i>NuttX README Files</i></font></big></h1>
<p>Last Updated: January 22, 2019</p> <p>Last Updated: February 18, 2019</p>
</td> </td>
</tr> </tr>
</table> </table>
@ -471,6 +471,7 @@ apps/
| |- <a href="https://bitbucket.org/nuttx/apps/src/master/system/install/README.txt" target="_blank">install/README.txt</a> | |- <a href="https://bitbucket.org/nuttx/apps/src/master/system/install/README.txt" target="_blank">install/README.txt</a>
| |- <a href="https://bitbucket.org/nuttx/apps/src/master/system/nsh/README.txt" target="_blank"><b><i>nsh/README.txt</i></b></a> | |- <a href="https://bitbucket.org/nuttx/apps/src/master/system/nsh/README.txt" target="_blank"><b><i>nsh/README.txt</i></b></a>
| |- <a href="https://bitbucket.org/nuttx/apps/src/master/system/nxplayer/README.txt" target="_blank"><b><i>nxplayer/README.txt</i></b></a> | |- <a href="https://bitbucket.org/nuttx/apps/src/master/system/nxplayer/README.txt" target="_blank"><b><i>nxplayer/README.txt</i></b></a>
| |- <a href="https://bitbucket.org/nuttx/apps/src/master/system/psmq/README.txt" target="_blank"><b><i>psmq/README.txt</i></b></a>
| |- <a href="https://bitbucket.org/nuttx/apps/src/master/system/symtab/README.txt" target="_blank"><b><i>symtab/README.txt</i></b></a> | |- <a href="https://bitbucket.org/nuttx/apps/src/master/system/symtab/README.txt" target="_blank"><b><i>symtab/README.txt</i></b></a>
| |- <a href="https://bitbucket.org/nuttx/apps/src/master/system/termcurses/README.txt" target="_blank"><b><i>termcurses/README.txt</i></b></a> | |- <a href="https://bitbucket.org/nuttx/apps/src/master/system/termcurses/README.txt" target="_blank"><b><i>termcurses/README.txt</i></b></a>
| |- <a href="https://bitbucket.org/nuttx/apps/src/master/system/usbmsc/README.txt" target="_blank">usbmsc/README.txt</a> | |- <a href="https://bitbucket.org/nuttx/apps/src/master/system/usbmsc/README.txt" target="_blank">usbmsc/README.txt</a>

View file

@ -2147,6 +2147,8 @@ apps/
| | `- README.txt | | `- README.txt
| |- nxplayer/ | |- nxplayer/
| | `- README.txt | | `- README.txt
| |- psmq/
| | `- README.txt
| |- symtab/ | |- symtab/
| | `- README.txt | | `- README.txt
| |- termcurses/ | |- termcurses/