2017-08-18 11:10:16 +08:00
|
|
|
:orphan:
|
|
|
|
|
2017-04-06 05:35:39 +08:00
|
|
|
.. _zephyr_release_notes:
|
|
|
|
|
2017-01-04 03:38:53 +08:00
|
|
|
Release Notes
|
|
|
|
#############
|
|
|
|
|
2017-06-17 08:04:24 +08:00
|
|
|
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.
|
|
|
|
|
2017-12-06 02:49:31 +08:00
|
|
|
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:
|
2017-06-17 08:04:24 +08:00
|
|
|
|
|
|
|
.. code-block:: shell
|
|
|
|
|
|
|
|
git clone https://github.com/zephyrproject-rtos/zephyr
|
|
|
|
cd zephyr
|
2017-12-06 02:49:31 +08:00
|
|
|
git checkout tags/v1.10.0
|
2017-06-17 08:04:24 +08:00
|
|
|
|
|
|
|
|
2017-08-03 02:05:59 +08:00
|
|
|
The project's technical documentation is also tagged to correspond with a
|
2017-12-06 02:49:31 +08:00
|
|
|
specific release and can be found at https://docs.zephyrproject.org/.
|
2017-06-17 08:04:24 +08:00
|
|
|
|
|
|
|
Zephyr Kernel Releases
|
|
|
|
**********************
|
|
|
|
|
2017-04-02 22:25:31 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2017-03-14 07:37:14 +08:00
|
|
|
|
2017-12-06 02:49:31 +08:00
|
|
|
release-notes-1.10
|
2017-09-12 23:06:28 +08:00
|
|
|
release-notes-1.9
|
2017-06-16 11:34:08 +08:00
|
|
|
release-notes-1.8
|
2017-04-02 22:25:31 +08:00
|
|
|
release-notes-1.7
|
|
|
|
release-notes-1.6
|
|
|
|
release-notes-1.5
|
2017-12-06 02:49:31 +08:00
|
|
|
|
|
|
|
.. _`GitHub repository`: https://github.com/zephyrproject-rtos/zephyr
|
|
|
|
.. _`GitHub tagged releases`: https://github.com/zephyrproject-rtos/zephyr/tags
|