Removes nrfutil from default install (#595)
* remove nrfutil from the default install * run CI Fuzz after merging, so changes are reflected
This commit is contained in:
2
.github/workflows/cifuzz.yml
vendored
2
.github/workflows/cifuzz.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: CIFuzz
|
name: CIFuzz
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -25,6 +25,8 @@ following:
|
|||||||
* python3 and pip (can be installed with the `python3-pip` package on Debian)
|
* python3 and pip (can be installed with the `python3-pip` package on Debian)
|
||||||
* the OpenSSL command line tool (can be installed and configured with the
|
* the OpenSSL command line tool (can be installed and configured with the
|
||||||
`libssl-dev` and `pkg-config` packages on Debian)
|
`libssl-dev` and `pkg-config` packages on Debian)
|
||||||
|
* `nrfutil` (can be installed using `pip3 install nrfutil`) if you want to flash
|
||||||
|
a device with DFU
|
||||||
* `uuid-runtime` if you are missing the `uuidgen` command.
|
* `uuid-runtime` if you are missing the `uuidgen` command.
|
||||||
* `llvm` if you want to use the upgradability feature.
|
* `llvm` if you want to use the upgradability feature.
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,3 @@ colorama
|
|||||||
tqdm
|
tqdm
|
||||||
cryptography
|
cryptography
|
||||||
fido2 >= 1.0.0
|
fido2 >= 1.0.0
|
||||||
|
|
||||||
# DFU install
|
|
||||||
nrfutil
|
|
||||||
|
|||||||
Reference in New Issue
Block a user