mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-12 15:33:16 +00:00
16 lines
362 B
YAML
16 lines
362 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: modules/zephyr
|
|
west-commands: scripts/west-commands.yml
|
|
|
|
self:
|
|
path: smoke-test
|