summaryrefslogtreecommitdiff
path: root/docs/zephyr/zephyr_troubleshooting.md
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2022-10-20 11:37:46 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-07 20:37:25 +0000
commitba4a8bacfbf7a92d68e7f4e70fd51c8b48cdfc0d (patch)
tree8dd05ec732a5a6ea3b3f54aa295a07a75d0f3c6c /docs/zephyr/zephyr_troubleshooting.md
parentab3d72c29309591e4b04678e804271a77e77020e (diff)
downloadchrome-ec-ba4a8bacfbf7a92d68e7f4e70fd51c8b48cdfc0d.tar.gz
zephyr: Update documentation for project organization
Update the documentation for the program and project organization. BUG=b:254064666 BRANCH=none TEST=View docs in preview mode. Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: Ifd647eafa9e0ca9d1d60528fa75f54244b154426 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3968445 Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Reviewed-by: Wai-Hong Tam <waihong@google.com>
Diffstat (limited to 'docs/zephyr/zephyr_troubleshooting.md')
-rw-r--r--docs/zephyr/zephyr_troubleshooting.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/zephyr/zephyr_troubleshooting.md b/docs/zephyr/zephyr_troubleshooting.md
index 646240ce18..a7a7716e5e 100644
--- a/docs/zephyr/zephyr_troubleshooting.md
+++ b/docs/zephyr/zephyr_troubleshooting.md
@@ -12,10 +12,10 @@ The build system lists the various overlay files specified by `BUILD.py`, for
example:
```
--- Found devicetree overlay: /mnt/host/source/src/platform/ec/zephyr/projects/brya/adc.dts
--- Found devicetree overlay: /mnt/host/source/src/platform/ec/zephyr/projects/brya/battery.dts
--- Found devicetree overlay: /mnt/host/source/src/platform/ec/zephyr/projects/brya/cbi_eeprom.dts
--- Found devicetree overlay: /mnt/host/source/src/platform/ec/zephyr/projects/brya/fan.dts
+-- Found devicetree overlay: /mnt/host/source/src/platform/ec/zephyr/program/brya/adc.dts
+-- Found devicetree overlay: /mnt/host/source/src/platform/ec/zephyr/program/brya/battery.dts
+-- Found devicetree overlay: /mnt/host/source/src/platform/ec/zephyr/program/brya/cbi_eeprom.dts
+-- Found devicetree overlay: /mnt/host/source/src/platform/ec/zephyr/program/brya/fan.dts
...
```