diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 2fd18b1d8fc..244f07538e3 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -3856,8 +3856,10 @@ build You must also define CONFIG_GREGORIAN_TIME in order to use Julian time.
  • - CONFIG_DEV_CONSOLE: Set if architecture-specific logic - provides /dev/console. Enables stdout, stderr, stdin. + CONFIG_DEV_CONSOLE: Set if architecture-specific logic provides /dev/console. + Enables stdout, stderr, and stdin. + This implies the "normal" serial driver provides the console unless another console device is specified + (See CONFIG_DEV_LOWCONSOLE).
  • CONFIG_MUTEX_TYPES: Set to enable support for recursive and