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
21
21
versions are available:
22
22
23
23
`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 `_
25
25
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 .
28
28
29
29
The Zephyr OS is provided under the `Apache 2.0 license `_ (as found in
30
30
the LICENSE file in the project's `GitHub repo `_). The Zephyr OS also
@@ -63,6 +63,7 @@ Indices and Tables
63
63
64
64
* :ref: `genindex `
65
65
66
+ .. _Zephyr 1.10.0 : https://www.zephyrproject.org/doc/1.10.0/
66
67
.. _Zephyr 1.9.2 : https://www.zephyrproject.org/doc/1.9.0/
67
68
.. _Zephyr 1.8.0 : https://www.zephyrproject.org/doc/1.8.0/
68
69
.. _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
9
9
target architectures and configurations, and not as a binary image. Updated
10
10
versions of the Zephyr project are released approximately every three-months.
11
11
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:
15
16
16
17
.. code-block :: shell
17
18
18
19
git clone https://github.com/zephyrproject-rtos/zephyr
19
20
cd zephyr
20
- git checkout tags/v1.9 .0
21
+ git checkout tags/v1.10 .0
21
22
22
23
23
24
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/.
25
26
26
27
Zephyr Kernel Releases
27
28
**********************
28
29
29
30
.. toctree ::
30
31
:maxdepth: 1
31
32
33
+ release-notes-1.10
32
34
release-notes-1.9
33
35
release-notes-1.8
34
36
release-notes-1.7
35
37
release-notes-1.6
36
38
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