diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 8fceef9c1d..c5685ddfd3 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -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 include/nuttx/board.h. 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 boardctl() that will be dicussed in other paragraphs.

All of the board-specific interfaces used by the NuttX OS logic are for controlled board initialization. diff --git a/Documentation/README.html b/Documentation/README.html index b70ce0f27f..b0da7a3b1e 100644 --- a/Documentation/README.html +++ b/Documentation/README.html @@ -8,7 +8,7 @@

NuttX README Files

-

Last Updated: January 22, 2019

+

Last Updated: February 18, 2019

@@ -471,6 +471,7 @@ apps/ | |- install/README.txt | |- nsh/README.txt | |- nxplayer/README.txt + | |- psmq/README.txt | |- symtab/README.txt | |- termcurses/README.txt | |- usbmsc/README.txt diff --git a/README.txt b/README.txt index 8ec8769bd2..99d4eef065 100644 --- a/README.txt +++ b/README.txt @@ -2147,6 +2147,8 @@ apps/ | | `- README.txt | |- nxplayer/ | | `- README.txt + | |- psmq/ + | | `- README.txt | |- symtab/ | | `- README.txt | |- termcurses/