2021-04-18 18:47:28 +00:00
|
|
|
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
manifest:
|
|
|
|
self:
|
2022-08-29 18:52:10 +00:00
|
|
|
west-commands: scripts/west-commands.yml
|
2021-04-18 18:47:28 +00:00
|
|
|
|
|
|
|
remotes:
|
|
|
|
- name: zephyrproject-rtos
|
|
|
|
url-base: https://github.com/zephyrproject-rtos
|
|
|
|
|
|
|
|
projects:
|
|
|
|
- name: zephyr
|
|
|
|
remote: zephyrproject-rtos
|
2023-10-23 09:29:28 +00:00
|
|
|
revision: main
|
2023-05-03 14:54:55 +00:00
|
|
|
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)
|