telem3-fw/west.yml
Stephanos Ioannidis 8a124d1ce9 west: Point back to main after 3.3.0 release
This commit updates the example-application to point back to the Zephyr
main branch after the Zephyr v3.3.0 release.

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

17 lines
350 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: main
import: true