telem3-fw/west.yml
Maureen Helm 06b6bcf1dc west: Point Zephyr back to main after v3.6.0 release
Points the Zephyr revision back to the main branch after the latest
release, v3.6.0.

Signed-off-by: Maureen Helm <maureen.helm@analog.com>
2024-02-23 21:59:12 -06:00

23 lines
688 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:
# By using name-allowlist we can clone only the modules that are
# strictly needed by the application.
name-allowlist:
- cmsis # required by the ARM port
- hal_nordic # required by the custom_plank board (Nordic based)
- hal_stm32 # required by the nucleo_f302r8 board (STM32 based)