mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-09-07 02:11:06 +00:00

to run product-mini/platforms/zephyr/simple and product-mini/platforms/zephyr/user-mode Construct a T2 (star topology) for the current smoke test. This is not the final topology, and we may modify it once we determine the optimal configuration.
16 lines
355 B
YAML
16 lines
355 B
YAML
# The west manifest file for WAMR on Zephyr smoke test.
|
|
#
|
|
manifest:
|
|
#
|
|
# Please add items below based on alphabetical order
|
|
projects:
|
|
- name: zephyr
|
|
url: https://github.com/zephyrproject-rtos/zephyr
|
|
revision: v3.7.0
|
|
clone-depth: 1
|
|
path: zephyr
|
|
west-commands: scripts/west-commands.yml
|
|
|
|
self:
|
|
path: application
|