diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 6770709efbc..0d00497b9c7 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -2397,6 +2397,10 @@ extern void up_ledoff(int led); CONFIG_NOPRINTF_FIELDWIDTH: sprintf-related logic is a little smaller if we do not support fieldwidthes +
  • + CONFIG_LIBC_FLOATINGPOINT: By default, floating point + support in printf, sscanf, etc. is disabled. +
  • Allow for architecture optimized implementations