NuttX source code is available to the public under the permissive BSD license, available for download at:
Source code is also available from the main NuttX GIT repository:
git clone https://bitbucket.org/nuttx/nuttx.git nuttx |
These related packages are also available in GIT repositories:
git clone https://bitbucket.org/nuttx/buildroot.git buildroot git clone https://bitbucket.org/nuttx/tools.git tools git clone https://bitbucket.org/nuttx/uclibc.git uClibc++ |
You can also checkout versioned releases of NuttX from the repository. For example, the released version NuttX-7.11 is tagged as nuttx-7.11 in the NuttX repository. The companion apps/ repository is similarly tagged so that the nuttx-7.11 tag in the apps/ repository coincides with NuttX code at the nuttx-7.11 tag.