Skip to content

Commit 51532b3

Browse files
committed
readme: Mention Zephyr modules
This repo also demonstrates Zephyr modules, since it's a module itself. Add a link to the list of features. Signed-off-by: Carles Cufi <[email protected]>
1 parent 1a440a2 commit 51532b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ applications. Some of the features demonstrated in this example are:
66

77
- Basic [Zephyr application][app_dev] skeleton
88
- [Zephyr workspace applications][workspace_app]
9+
- [Zephyr modules][modules]
910
- [West T2 topology][west_t2]
1011
- [Custom boards][board_porting]
1112
- Custom [devicetree bindings][bindings]
@@ -23,6 +24,7 @@ points to the development branch of Zephyr, also `main`.
2324

2425
[app_dev]: https://docs.zephyrproject.org/latest/develop/application/index.html
2526
[workspace_app]: https://docs.zephyrproject.org/latest/develop/application/index.html#zephyr-workspace-app
27+
[modules]: https://docs.zephyrproject.org/latest/develop/modules.html
2628
[west_t2]: https://docs.zephyrproject.org/latest/develop/west/workspaces.html#west-t2
2729
[board_porting]: https://docs.zephyrproject.org/latest/guides/porting/board_porting.html
2830
[bindings]: https://docs.zephyrproject.org/latest/guides/dts/bindings.html

0 commit comments

Comments
 (0)