zephyr/doc/release-notes.rst
David B. Kinder 6e22175a62 doc: add links to 1.10 docs and release notes
Add link to the 1.10 technical docs to the available tech docs listed in
the documentation home page. Add the 1.10 release notes to the list of
available release notes in the release notes page.

Also update description of where to get Zephyr source code (downloadable
archives listed in the GitHub tagged releases page).

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2017-12-05 13:39:22 -06:00

42 lines
1.1 KiB
ReStructuredText

:orphan:
.. _zephyr_release_notes:
Release Notes
#############
Zephyr project is provided as source code and build scripts for different
target architectures and configurations, and not as a binary image. Updated
versions of the Zephyr project are released approximately every three-months.
All Zephyr project source code is maintained in a `GitHub repository`_;
you can either download source as a tar.gz file (see the bottom of the
`GitHub tagged releases`_ page corresponding to each release), or use
Git clone and checkout commands, such as:
.. code-block:: shell
git clone https://github.com/zephyrproject-rtos/zephyr
cd zephyr
git checkout tags/v1.10.0
The project's technical documentation is also tagged to correspond with a
specific release and can be found at https://docs.zephyrproject.org/.
Zephyr Kernel Releases
**********************
.. toctree::
:maxdepth: 1
release-notes-1.10
release-notes-1.9
release-notes-1.8
release-notes-1.7
release-notes-1.6
release-notes-1.5
.. _`GitHub repository`: https://github.com/zephyrproject-rtos/zephyr
.. _`GitHub tagged releases`: https://github.com/zephyrproject-rtos/zephyr/tags