diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index a209146e22..e7270063e6 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -20,17 +20,17 @@

Table of Contents

-
  • 1.0 1.0 Introduction
  • -
  • 2.0 Directory Structure
  • +
  • 1.0 Introduction
  • +
  • 2.0 Directory Structure
  • -
  • 2.4 drivers
  • -
  • 2.5 examples
  • -
  • 2.6 fs
  • -
  • 2.7 include
  • -
  • 2.8 lib
  • -
  • 2.9 mm
  • -
  • 2.10 sched
  • -
  • 2.11 tools
  • -
  • 2.12 Makefile
  • +
  • 2.4 drivers/
  • +
  • 2.5 examples/
  • +
  • 2.6 fs/
  • +
  • 2.7 include/
  • +
  • 2.8 lib/
  • +
  • 2.9 mm/
  • +
  • 2.10 sched/
  • +
  • 2.11 tools/
  • +
  • 2.12 Makefile
  • -
  • 3.0 Configuring and Building
  • +
  • 3.0 Configuring and Building
  • -
  • 4.0 Architecture APIs
  • +
  • 4.0 Architecture APIs
  • +
  • Appendix A: NuttX Configuration Settings

  • 1.0 Introduction