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.
|
|
|
|
|
2018-11-12 23:56:09 +08:00
|
|
|
All Zephyr project source code is maintained in a `GitHub repository`_.
|
2017-06-17 08:04:24 +08:00
|
|
|
|
2018-11-12 23:56:09 +08:00
|
|
|
For Zephyr versions up to 1.13, you can either download source as a tar.gz file
|
|
|
|
(see the bottom of the `GitHub tagged releases`_ page corresponding to each
|
|
|
|
release), or clone the GitHub repository.
|
2017-06-17 08:04:24 +08:00
|
|
|
|
2018-11-12 23:56:09 +08:00
|
|
|
With the introduction of the :ref:`west` tool after the release of Zephyr 1.13,
|
|
|
|
it is no longer recommended to download or clone the source code manually.
|
|
|
|
Instead we recommend you follow the instructions in :ref:`get_the_code` to do
|
|
|
|
so with the help of west.
|
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
|
|
|
|
2019-09-07 01:24:34 +08:00
|
|
|
.. comment We need to split the globbing of release notes to get the
|
|
|
|
single-digit and double-digit subversions sorted correctly. Specify
|
|
|
|
names in normal order and use the :reversed: option to reverse it.
|
|
|
|
This will get us through 10 subversions (0-9) before we need to
|
|
|
|
update this list for two-digit subversions again.
|
|
|
|
|
2017-04-02 22:25:31 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2019-09-07 01:24:34 +08:00
|
|
|
:glob:
|
|
|
|
:reversed:
|
2017-03-14 07:37:14 +08:00
|
|
|
|
2019-09-07 01:24:34 +08:00
|
|
|
release-notes-1.?
|
|
|
|
release-notes-1.*
|
|
|
|
release-notes-*
|
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
|