Zephyr#
Pigweed has preliminary support for Zephyr. See the docs for these modules for more information:
Testing#
To test against Zephyr, first go through the Zephyr Getting Started Guide. Once set up, simply invoke:
$ . ${PW_ROOT}/activate.sh
$ ${ZEPHYR_BASE}/scripts/twister -T ${PW_ROOT}
Attention
Testing has only been verified with -p native_posix. Proceed with caution.