Files
LR-EnviroStation/west.yml
T
dragonfly2046 b727d170c7
Build / Build app and tests (ubuntu-24.04) (push) Failing after 2m36s
Documentation / Build (1.14.0) (push) Failing after 14s
Documentation / Build (1.9.6) (push) Successful in 14s
Documentation / Deploy (push) Has been skipped
Add support for UNO R4 WiFi
2026-04-25 17:19:41 -07: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_6 # required by the ARM port for Cortex-M
- hal_renesas # required by the Arduino UNO R4 WiFi
- hal_stm32 # required by the nucleo_f446re board (STM32 based)