diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index aa4f3129a67..c188ee72d17 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -132,12 +132,17 @@ 4.5.5 sched_alarm_expiration()
4.5.6 irq_dispatch() - 4.6 On-Demand Paging
- 4.7 LED Support + 4.6 Shared Memory + 4.7 On-Demand Paging
+ 4.8 LED Support + 5.0 NuttX File System
@@ -3352,7 +3357,9 @@ VxWorks provides the following comparable interface:

Input Parameters:

Returned Value:

-

4.7.2 LED Definitions

+

4.8.2 LED Definitions

The implementation of LED support is very specific to a board architecture. @@ -3549,7 +3619,7 @@ void sched_timer_expiration(void); -

4.7.3 Common LED interfaces

+

4.8.3 Common LED interfaces

The <arch-name>/src/common/up_internal.h probably has definitions diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index 68a191917a5..fbef4366189 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -9049,9 +9049,6 @@ int getsockopt(int sockfd, int level, int option, void *value, socklen_t *value_

  • 2.12.3 shmctl
  • 2.12.4 shmdt
  • -

    - NOTE: This is advance documentation. These interfaces are not yet available as of this writing. If you are reading this note, then double check; since these interfaces are under development now, I may have simply failed to remove it. -

    2.12.1 shmget