diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index d3689da49fd..c4a6c90a765 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -4063,6 +4063,24 @@ build CONFIG_SIG_SIGWORK: The signal number that will be used to wake-up the worker thread. Default: 4 + +
  • + CONFIG_SCHED_WAITPID: Enables the waitpid() API +
  • +
  • + CONFIG_SCHED_ATEXIT: Enables the atexit() API +
  • +
  • + CONFIG_SCHED_ATEXIT_MAX: By default if CONFIG_SCHED_ATEXIT is selected, only a single atexit() function is supported. + That number can be increased by defined this setting to the number that you require. +
  • +
  • + CONFIG_SCHED_ONEXIT: Enables the on_exit() API +
  • +
  • + CONFIG_SCHED_ONEXIT_MAX: By default if CONFIG_SCHED_ONEXIT is selected, only a single on_exit() function is supported. + That number can be increased by defined this setting to the number that you require. +
  • diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index 9d3af1c270d..457347727ce 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -13,7 +13,7 @@

    NuttX Operating System

    User's Manual

    by

    Gregory Nutt

    -

    Last Updated: March 23, 2012

    +

    Last Updated: August 1, 2012

    @@ -54,7 +54,7 @@