index.rst 841 B

12345678910111213141516171819202122232425262728
  1. =============
  2. Userspace API
  3. =============
  4. .. note:: Migration in progress
  5. This manual provides general usage information for the NuttX RTOS from
  6. the perspective of the firmware developer.
  7. The intended audience for this document are firmware developers who are
  8. implementing applications on NuttX. Specifically, this documented is
  9. limited to addressing only NuttX RTOS APIs that are available to the
  10. application developer. As such, this document does not focus on any
  11. technical details of the organization or implementation of NuttX. Those
  12. technical details are provided in the NuttX Porting
  13. Guide.
  14. Information about configuring and building NuttX is also needed by the
  15. application developer. That information can also be found in the NuttX
  16. Porting Guide.
  17. .. toctree::
  18. :maxdepth: 1
  19. :caption: Contents
  20. :glob:
  21. *_*
  22. structures.rst