summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-04-07 07:03:16 +1200
committerCommit Bot <commit-bot@chromium.org>2021-04-06 23:58:59 +0000
commitef7546b67594232672de3287e47653ec52d2a2f4 (patch)
treef4553966e440b70f8cfc079348b4fb7074ff7d27
parent9e47a78b42333224c84e1e2c2abf418174783745 (diff)
downloadchrome-ec-ef7546b67594232672de3287e47653ec52d2a2f4.tar.gz
zephyr: doc: Add zephyr docs to sitemap
To make it easier for people to get started with Zephyr, link in the existing docs. BUG=b:181253613 BRANCH=none TEST=check it in gitiles Signed-off-by: Simon Glass <sjg@chromium.org> Change-Id: I68f0deb52a64147e705e53410699c372fd1e69b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2807484 Reviewed-by: Yuval Peress <peress@chromium.org>
-rw-r--r--docs/sitemap.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/sitemap.md b/docs/sitemap.md
index e3367b78de..9741ab0737 100644
--- a/docs/sitemap.md
+++ b/docs/sitemap.md
@@ -57,6 +57,13 @@
* [EC-3PO overview](./ec-3po.md)
* [EC-3PO design doc](./ec-3po-design.md)
+## Zephyr
+
+* [Initialization Order](./zephyr_init.md)
+* [Proof-of-Concept-Device Bringup](./zephyr_poc_device_bringup.md)
+* [Shimming](./zephyr_shim.md)
+* [Porting EC unit tests to Ztest](./ztest.md)
+
## Miscellaneous
* [Low Battery Startup](./low_battery_startup.md)