mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-09 15:00:58 +00:00
09a894e0b6
[no changelog]
22 lines
489 B
YAML
22 lines
489 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
|
|
- name: mcuboot
|
|
url: https://github.com/hiviah/mcuboot
|
|
path: bootloader/mcuboot
|
|
revision: edfe1e1465dbc698bf9a195816247913490ab391
|