File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,17 @@ applications. Some of the features demonstrated in this example are:
10
10
- Out-of-tree [ drivers] [ drivers ]
11
11
- Example CI configuration (using Github Actions)
12
12
13
+ This repository is versioned together with the [ Zephyr main tree] [ zephyr ] . This
14
+ means that every time that Zephyr is tagged, this repository is tagged as well
15
+ with the same version number, and the [ manifest] ( west.yml ) entry for ` zephyr `
16
+ will point to the corresponding Zephyr tag. For example, ` example-application `
17
+ v2.6.0 will point to Zephyr v2.6.0. Note that the ` main ` branch will always
18
+ point to the development branch of Zephyr, also ` main ` .
19
+
13
20
[ board_porting ] : https://docs.zephyrproject.org/latest/guides/porting/board_porting.html
14
21
[ bindings ] : https://docs.zephyrproject.org/latest/guides/dts/bindings.html
15
22
[ drivers ] : https://docs.zephyrproject.org/latest/reference/drivers/index.html
23
+ [ zephyr ] : https://github.com/zephyrproject-rtos/zephyr
16
24
17
25
## Getting Started
18
26
You can’t perform that action at this time.
0 commit comments