diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index dbd88cba22..3a3eafe3ea 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -6088,10 +6088,12 @@ interface of the same name.
  • 2.11.1 NuttX File System Overview
  • 2.11.2 Driver Operations
  • 2.11.3 Directory Operations
  • -
  • 2.11.4 Standard I/O
  • -
  • 2.11.5 Pipes and FIFOs
  • -
  • 2.11.6 FAT File System Support
  • -
  • 2.11.7 mmap() and eXecute In Place (XIP)
  • +
  • 2.11.4 UNIX Standard Operations
  • +
  • 2.11.5 Standard I/O
  • +
  • 2.11.6 Standard String Operations
  • +
  • 2.11.7 Pipes and FIFOs
  • +
  • 2.11.8 FAT File System Support
  • +
  • 2.11.9 mmap() and eXecute In Place (XIP)
  • 2.11.1 NuttX File System Overview

    @@ -6310,66 +6312,132 @@ interface of the same name.

    2.11.3 Directory Operations

    - +

    2.11.4 UNIX Standard Operations

    -

    2.11.4 Standard I/O

    +

    2.11.5 Standard I/O

    -

    2.11.5 Pipes and FIFOs

    +

    2.11.6 Standard String Operations

    + + +

    2.11.7 Pipes and FIFOs

    + +

    2.11.7.1 pipe

    Function Prototype:

    @@ -6403,7 +6471,7 @@ interface of the same name.

    -

    2.11.5.2 mkfifo

    +

    2.11.7.2 mkfifo

    Function Prototype:

    @@ -6450,8 +6518,8 @@ interface of the same name.

    -

    2.11.6 FAT File System Support

    -

    2.11.6.1 mkfatfs

    +

    2.11.8 FAT File System Support

    +

    2.11.8.1 mkfatfs

    Function Prototype:

    @@ -6528,7 +6596,7 @@ struct fat_format_s

    -

    2.11.7 mmap() and eXecute In Place (XIP)

    +

    2.11.9 mmap() and eXecute In Place (XIP)

    NuttX operates in a flat open address space. Therefore, it generally does not require mmap() functionality. @@ -6551,7 +6619,7 @@ struct fat_format_s

    -

    2.11.7.1 mmap

    +

    2.11.9.1 mmap

    Function Prototype: