Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NuttX supports running applications that reside on a file system as well.
The standard interfaces used to do this include:

  • execv(),
  • execl(), and
  • posix_spawn().

Configuration Settings

Execution of applications on a file system is currently supported by Nuttx. This feature is enabled with:

...