Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • nuttx - The real time operating system itself.
  • apps - Optional applications for the operating system. You can use this repository or make your own custom one.

REVISIT: Is is very confusing to put all these three repositories. We need to define a single source to be used as base.

The main "Single Source of Truth" repositories are hosted by the ASF:

...

Cloning the repositories

These are the steps to get the source code from repository:

git clone https://github.com/apache/incubator-nuttx nuttx

git clone https://github.com/apache/incubator-nuttx-apps apps

Enter inside "nuttx" and create a branch where you will work:

cd nuttx

git checkout -b mybranch origin/dev


Make your modification and commit it.

Released Code Tarballs

REVISIT:  We do not know the form or location of future Apache NuttX releases.

...