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 <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
ed8b4f4875
commit
4c9aef9d6e
|
@ -4,7 +4,9 @@ This repository contains a Zephyr example application. The main purpose of this
|
||||||
repository is to serve as a reference on how to structure Zephyr based
|
repository is to serve as a reference on how to structure Zephyr based
|
||||||
applications. Some of the features demonstrated in this example are:
|
applications. Some of the features demonstrated in this example are:
|
||||||
|
|
||||||
- Basic application skeleton
|
- Basic [Zephyr application][app_dev] skeleton
|
||||||
|
- [Zephyr workspace applications][workspace_app]
|
||||||
|
- [West T2 topology][west_t2]
|
||||||
- [Custom boards][board_porting]
|
- [Custom boards][board_porting]
|
||||||
- Custom [devicetree bindings][bindings]
|
- Custom [devicetree bindings][bindings]
|
||||||
- Out-of-tree [drivers][drivers]
|
- Out-of-tree [drivers][drivers]
|
||||||
|
@ -17,6 +19,9 @@ will point to the corresponding Zephyr tag. For example, `example-application`
|
||||||
v2.6.0 will point to Zephyr v2.6.0. Note that the `main` branch will always
|
v2.6.0 will point to Zephyr v2.6.0. Note that the `main` branch will always
|
||||||
point to the development branch of Zephyr, also `main`.
|
point to the development branch of Zephyr, also `main`.
|
||||||
|
|
||||||
|
[app_dev]: https://docs.zephyrproject.org/latest/develop/application/index.html
|
||||||
|
[workspace_app]: https://docs.zephyrproject.org/latest/develop/application/index.html#zephyr-workspace-app
|
||||||
|
[west_t2]: https://docs.zephyrproject.org/latest/develop/west/workspaces.html#west-t2
|
||||||
[board_porting]: https://docs.zephyrproject.org/latest/guides/porting/board_porting.html
|
[board_porting]: https://docs.zephyrproject.org/latest/guides/porting/board_porting.html
|
||||||
[bindings]: https://docs.zephyrproject.org/latest/guides/dts/bindings.html
|
[bindings]: https://docs.zephyrproject.org/latest/guides/dts/bindings.html
|
||||||
[drivers]: https://docs.zephyrproject.org/latest/reference/drivers/index.html
|
[drivers]: https://docs.zephyrproject.org/latest/reference/drivers/index.html
|
||||||
|
|
Loading…
Reference in a new issue