File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ Zephyr Project Documentation
2121 versions are available:
2222
2323 `Zephyr 1.5.0 `_ | `Zephyr 1.6.1 `_ | `Zephyr 1.7.1 `_ | `Zephyr 1.8.0 `_ |
24- `Zephyr 1.9.2 `_
24+ `Zephyr 1.9.2 `_ | ` Zephyr 1.10.0 `_
2525
26- For more information about previous releases, please consult the published
27- :ref: `zephyr_release_notes `.
26+ For information about the changes and additions for releases, please
27+ consult the published :ref: `zephyr_release_notes ` documentation .
2828
2929The Zephyr OS is provided under the `Apache 2.0 license `_ (as found in
3030the LICENSE file in the project's `GitHub repo `_). The Zephyr OS also
@@ -63,6 +63,7 @@ Indices and Tables
6363
6464* :ref: `genindex `
6565
66+ .. _Zephyr 1.10.0 : https://www.zephyrproject.org/doc/1.10.0/
6667.. _Zephyr 1.9.2 : https://www.zephyrproject.org/doc/1.9.0/
6768.. _Zephyr 1.8.0 : https://www.zephyrproject.org/doc/1.8.0/
6869.. _Zephyr 1.7.1 : https://www.zephyrproject.org/doc/1.7.0/
Original file line number Diff line number Diff line change @@ -9,28 +9,33 @@ Zephyr project is provided as source code and build scripts for different
99target architectures and configurations, and not as a binary image. Updated
1010versions of the Zephyr project are released approximately every three-months.
1111
12- All Zephyr project source code is maintained in a GitHub repository; you can
13- either download source as a tar.gz file (see the bottom of the GitHub release
14- notes pages listed below), or use Git clone and checkout commands, such as:
12+ All Zephyr project source code is maintained in a `GitHub repository `_;
13+ you can either download source as a tar.gz file (see the bottom of the
14+ `GitHub tagged releases `_ page corresponding to each release), or use
15+ Git clone and checkout commands, such as:
1516
1617.. code-block :: shell
1718
1819 git clone https://github.com/zephyrproject-rtos/zephyr
1920 cd zephyr
20- git checkout tags/v1.9 .0
21+ git checkout tags/v1.10 .0
2122
2223
2324 The project's technical documentation is also tagged to correspond with a
24- specific release and can be found at https://www .zephyrproject.org/doc /.
25+ specific release and can be found at https://docs .zephyrproject.org/.
2526
2627Zephyr Kernel Releases
2728**********************
2829
2930.. toctree ::
3031 :maxdepth: 1
3132
33+ release-notes-1.10
3234 release-notes-1.9
3335 release-notes-1.8
3436 release-notes-1.7
3537 release-notes-1.6
3638 release-notes-1.5
39+
40+ .. _`GitHub repository` : https://github.com/zephyrproject-rtos/zephyr
41+ .. _`GitHub tagged releases` : https://github.com/zephyrproject-rtos/zephyr/tags
You can’t perform that action at this time.
0 commit comments