diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 26e445c263..45064cf89c 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -195,7 +195,7 @@

- Modular, micro-kernel +

  • Modular, micro-kernel
  • @@ -203,7 +203,7 @@

    - Fully pre-emptible. +

  • Fully pre-emptible.
  • @@ -211,7 +211,7 @@

    - Naturally calable. +

  • Naturally scalable.
  • @@ -219,7 +219,7 @@

    - Easily extensible to new processor architectures, SoC architecture, or board architectures. +

  • Easily extensible to new processor architectures, SoC architecture, or board architectures.
  • @@ -227,7 +227,7 @@

    - FIFO and round-robin scheduling. +

  • FIFO and round-robin scheduling.
  • @@ -235,7 +235,7 @@

    - Realtime, deterministic. +

  • Realtime, deterministic.
  • @@ -243,7 +243,7 @@

    - POSIX/ANSI-like task controls, named message queues, counting semaphores, clocks/timers, signals, pthreads, environment variables, filesystem. +

  • POSIX/ANSI-like task controls, named message queues, counting semaphores, clocks/timers, signals, pthreads, environment variables, filesystem.
  • @@ -251,7 +251,7 @@

    - VxWorks-like task management and watchdog timers. +

  • VxWorks-like task management and watchdog timers.
  • @@ -259,7 +259,7 @@

    - BSD socket interface. +

  • BSD socket interface.
  • @@ -267,7 +267,7 @@

    - Extensions to manage pre-emption. +

  • Extensions to manage pre-emption.
  • @@ -275,7 +275,7 @@

    - Well documented in the NuttX User Guide. +

  • Well documented in the NuttX User Guide.
  • @@ -290,7 +290,7 @@

    - Tiny in-memory, root pseudo-file-system. +

  • Tiny in-memory, root pseudo-file-system.
  • @@ -298,7 +298,7 @@

    - Supports character and block drivers. +

  • Supports character and block drivers.
  • @@ -306,7 +306,7 @@

    - Network and serial driver architecture. +

  • Network and serial driver architecture.
  • @@ -314,7 +314,7 @@

    - Mount-able volumes. Bind mountpoint, filesystem, and block device driver. +

  • Mount-able volumes. Bind mountpoint, filesystem, and block device driver.
  • @@ -322,7 +322,7 @@

    - VFAT filesystem support. +

  • VFAT filesystem support.
  • @@ -337,7 +337,7 @@

    - Fully integrated into the OS. +

  • Fully integrated into the OS.
  • @@ -352,7 +352,7 @@

    - TCP/IP, UDP, ICMP stacks. +

  • TCP/IP, UDP, ICMP stacks.
  • @@ -360,7 +360,7 @@

    - Small footprint (based on uIP). +

  • Small footprint (based on uIP).
  • @@ -368,7 +368,7 @@

    - BSD compatible socket layer. +

  • BSD compatible socket layer.
  • @@ -376,7 +376,7 @@

    - Networking utilities. +

  • Networking utilities.