Skip to content

Commit 4c9aef9

Browse files
committed
readme: Add links to app dev and west
Link to the relevant sections in the Zephyr documentation, including application development and west topologies. Signed-off-by: Carles Cufi <[email protected]>
1 parent ed8b4f4 commit 4c9aef9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ This repository contains a Zephyr example application. The main purpose of this
44
repository is to serve as a reference on how to structure Zephyr based
55
applications. Some of the features demonstrated in this example are:
66

7-
- Basic application skeleton
7+
- Basic [Zephyr application][app_dev] skeleton
8+
- [Zephyr workspace applications][workspace_app]
9+
- [West T2 topology][west_t2]
810
- [Custom boards][board_porting]
911
- Custom [devicetree bindings][bindings]
1012
- Out-of-tree [drivers][drivers]
@@ -17,6 +19,9 @@ will point to the corresponding Zephyr tag. For example, `example-application`
1719
v2.6.0 will point to Zephyr v2.6.0. Note that the `main` branch will always
1820
point to the development branch of Zephyr, also `main`.
1921

22+
[app_dev]: https://docs.zephyrproject.org/latest/develop/application/index.html
23+
[workspace_app]: https://docs.zephyrproject.org/latest/develop/application/index.html#zephyr-workspace-app
24+
[west_t2]: https://docs.zephyrproject.org/latest/develop/west/workspaces.html#west-t2
2025
[board_porting]: https://docs.zephyrproject.org/latest/guides/porting/board_porting.html
2126
[bindings]: https://docs.zephyrproject.org/latest/guides/dts/bindings.html
2227
[drivers]: https://docs.zephyrproject.org/latest/reference/drivers/index.html

0 commit comments

Comments
 (0)