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 @@
Last Updated: January 22, 2019
+Last Updated: February 18, 2019