From 00d8d6698e5bfd5b93063f4bdab5c4b3c4fede5a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 22 Mar 2018 15:54:03 -0600 Subject: [PATCH] Documentation/NuttxPortingGuide.html: Some updated wording of description of the directories need for a complete board configuration. --- Documentation/NuttxPortingGuide.html | 51 ++++++++++++++++++---------- 1 file changed, 33 insertions(+), 18 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 93a10ef460a..cb28103bef5 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: February 14, 2018

+

Last Updated: March 22, 2018

@@ -412,35 +412,50 @@

Configuration Files. - The NuttX configuration consists of: + The NuttX configuration consists of logic in processor architecture directories, chip/SoC directories, and board configuration directories. + The complete configuration is specified by several settings in the NuttX configuration file.