From 51532b301641236ee82d77f66e4f7e9c877dcbfa Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Fri, 14 Apr 2023 11:32:35 +0200 Subject: [PATCH] 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 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 91c3143..90a3e4d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ applications. Some of the features demonstrated in this example are: - Basic [Zephyr application][app_dev] skeleton - [Zephyr workspace applications][workspace_app] +- [Zephyr modules][modules] - [West T2 topology][west_t2] - [Custom boards][board_porting] - Custom [devicetree bindings][bindings] @@ -23,6 +24,7 @@ points 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 +[modules]: https://docs.zephyrproject.org/latest/develop/modules.html [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 [bindings]: https://docs.zephyrproject.org/latest/guides/dts/bindings.html