mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
Update README files.
This commit is contained in:
parent
2fbec4cdf6
commit
7f11a45895
3 changed files with 6 additions and 2 deletions
|
@ -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>.
|
||||
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.
|
||||
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>
|
||||
All of the board-specific interfaces used by the NuttX OS logic are for controlled board initialization.
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<tr align="center" bgcolor="#e4e4e4">
|
||||
<td>
|
||||
<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>
|
||||
</tr>
|
||||
</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/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/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/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>
|
||||
|
|
|
@ -2147,6 +2147,8 @@ apps/
|
|||
| | `- README.txt
|
||||
| |- nxplayer/
|
||||
| | `- README.txt
|
||||
| |- psmq/
|
||||
| | `- README.txt
|
||||
| |- symtab/
|
||||
| | `- README.txt
|
||||
| |- termcurses/
|
||||
|
|
Loading…
Reference in a new issue