Update paths to match west layout

Bug: b/267213895
Change-Id: Ifa3c6905ff32073e439a4271bf7694eb21db59e5
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/zephyr-manifest/+/139271
Reviewed-by: Alexei Frolov <frolv@google.com>
Commit-Queue: Rob Mohr <mohrr@google.com>
1 file changed
tree: c9d1663bbc595531b1a38890cda017d85c9cabb0
  1. default.xml
  2. README.md
README.md

Getting started using Repo

This manifest is currently pinned to Zephyr v3.3

$ mkdir zephyr-pigweed-integration
$ cd zephyr-pigweed-integration
$ repo init -u sso://pigweed/pigweed/zephyr-manifest -b main -m manifest.xml
$ repo sync
$ cd workspace
$ . pigweed/bootstrap.sh
$ pip install -r zephyr/scripts/requirements.txt
$ ./zephyr/scripts/twister -v -c -i -T samples/ \
  -x=ZEPHYR_MODULES="$(pwd)/nanopb;$(pwd)/pigweed" \
  -x=ZEPHYR_BASE=$(pwd)/zephyr