telem3-fw/west.yml
Stephanos Ioannidis d7e0616adb west: Pin the Zephyr release to v3.3.0
This commit pins the example-application to the Zephyr release v3.3.0.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2023-02-19 20:34:48 +09:00

17 lines
352 B
YAML

# Copyright (c) 2021 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
manifest:
self:
west-commands: scripts/west-commands.yml
remotes:
- name: zephyrproject-rtos
url-base: https://github.com/zephyrproject-rtos
projects:
- name: zephyr
remote: zephyrproject-rtos
revision: v3.3.0
import: true