@@ -26,7 +26,7 @@ applications. Some of the features demonstrated in this example are:
2626This repository is versioned together with the [ Zephyr main tree] [ zephyr ] . This
2727means that every time that Zephyr is tagged, this repository is tagged as well
2828with the same version number, and the [ manifest] ( west.yml ) entry for ` zephyr `
29- will point to the corresponding Zephyr tag. For example, the ` example -application`
29+ will point to the corresponding Zephyr tag. For example, the ` zephyr -application`
3030v2.6.0 will point to Zephyr v2.6.0. Note that the ` main ` branch always
3131points to the development branch of Zephyr, also ` main ` .
3232
@@ -48,15 +48,15 @@ environment. Follow the official
4848
4949### Initialization
5050
51- The first step is to initialize the workspace folder (`` my -workspace`` ) where
52- the `` example-application `` and all Zephyr modules will be cloned. Run the following
51+ The first step is to initialize the workspace folder (`` cirrus -workspace`` ) where
52+ the `` zephyr-applications `` and all Zephyr modules will be cloned. Run the following
5353command:
5454
5555``` shell
56- # initialize my -workspace for the example-application (main branch)
57- west init -m https://github.com/zephyrproject-rtos/example-application --mr main my -workspace
56+ # initialize cirrus -workspace for the zephyr-applications (main branch)
57+ west init -m https://github.com/zephyrproject-rtos/zephyr-applications --mr main cirrus -workspace
5858# update Zephyr modules
59- cd my -workspace
59+ cd cirrus -workspace
6060west update
6161```
6262
@@ -65,7 +65,7 @@ west update
6565To build the application, run the following command:
6666
6767``` shell
68- cd example-application
68+ cd zephyr-applications
6969west build -b $BOARD app
7070```
7171
0 commit comments