You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,33 +20,20 @@ This is a CDC/DFU/UF2 bootloader for nRF52 boards.
20
20
- Particle Xenon
21
21
22
22
UF2 is an easy-to-use bootloader that appears as a flash drive. You can just copy `.uf2`-format
23
-
application images to the flash drive to load new firmware.
24
-
See https://github.com/Microsoft/uf2 and https://github.com/adafruit/uf2-samdx1
25
-
for more information.
23
+
application images to the flash drive to load new firmware. See https://github.com/Microsoft/uf2 and https://github.com/adafruit/uf2-samdx1 for more information.
a modified version of [Nordic nrfutil](https://github.com/NordicSemiconductor/pc-nrfutil),
29
-
is required to perform DFU.
30
-
Install `python3` if it is not installed already and run this command to install adafruit-nrfutil from PyPi:
25
+
[adafruit-nrfutil](https://github.com/adafruit/Adafruit_nRF52_nrfutil), a modified version of [Nordic nrfutil](https://github.com/NordicSemiconductor/pc-nrfutil), is required to perform DFU. Install `python3` if it is not installed already and run this command to install adafruit-nrfutil from PyPi:
31
26
32
27
```
33
28
$ pip3 install --user adafruit-nrfutil
34
29
```
35
30
36
-
This repository depends on the following submodules:
0 commit comments