mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 12:00:59 +00:00
18 lines
336 B
YAML
18 lines
336 B
YAML
|
# Copyright (c) 2021 Nordic Semiconductor ASA
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
manifest:
|
||
|
self:
|
||
|
west-commands: scripts/west-commands.yml
|
||
|
|
||
|
remotes:
|
||
|
- name: ncs
|
||
|
url-base: https://github.com/nrfconnect
|
||
|
|
||
|
projects:
|
||
|
- name: nrf
|
||
|
remote: ncs
|
||
|
repo-path: sdk-nrf
|
||
|
revision: v2.7.0
|
||
|
import: true
|