Download NuttX
How to download (clone) the NuttX source code using Git.
Repositories
mkdir -p ~/src/apache-nuttx && cd ~/src/apache-nuttxgit clone https://github.com/apache/incubator-nuttx.git nuttxgit clone https://github.com/apache/incubator-nuttx-apps.git appsCheckout a stable release
git fetch && git fetch --tagsLast updated