diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 04f4611d032..1966409a601 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@
Last Updated: February 22, 2011
+Last Updated: February 28, 2011
@@ -3608,6 +3608,9 @@ void (*notify)(FAR struct pm_callback_s *cb, enum pm_state_e pmstate); Toolchain supports C++ andCXX, CXXFLAGS, and COMPILEXX
have been defined in the configurations Make.defs file.
+ CONFIG_HAVE_CXXINITIALIZE:
+ The platform-specific logic includes support for initialization of static C++ instances for this architecture and for the selected toolchain (via up_cxxinitialize()).
+ Building application code: