resources.rst 1.2 KB

12345678910111213141516171819202122
  1. =========
  2. Resources
  3. =========
  4. .. note:: this should be revised
  5. Here's a list of Apache NuttX resources that you might find helpful:
  6. * Apache NuttX
  7. * `Apache NuttX website <https://nuttx.apache.org>`_
  8. * `Apache NuttX online documentation <https://cwiki.apache.org/confluence/display/NUTTX/Nuttx>`_
  9. * `Apache NuttX mailing list <https://nuttx.apache.org/community/>`_ – a very active mailing list, the place to get help with your application or any questions you have about NuttX.
  10. * `Apache NuttX YouTube channel <https://www.youtube.com/channel/UC0QciIlcUnjJkL5yJJBmluw/videos>`_ – Alan Carvalho de Assis's YouTube channel on NuttX. It's a source of a lot of great practical information.
  11. * `Apache NuttX Coding Standard <https://cwiki.apache.org/confluence/display/NUTTX/Coding+Standard>`_ — How code should look when you submit new files or modify existing ones.
  12. * `Apache NuttX Code Contribution Guidelines <https://cwiki.apache.org/confluence/display/NUTTX/Code+Contribution+Workflow>`_ — The full workflow to follow for submitting code with all the details.
  13. * Git
  14. * `Git Cheat Sheet (by GitHub) <https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf>`_
  15. * `Git Book (online) <https://git-scm.com/book/en/v2>`_