Skip to content

Commit cf96394

Browse files
committed
Updated README
1 parent 503609f commit cf96394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This is a CDC/DFU/UF2 bootloader for nRF52 boards.
1414
- Adafruit Metro nRF52840 Express
1515
- [Akizukidenshi AE-BL652-BO](https://akizukidenshi.com/catalog/g/gK-15567/)
1616
- [Electronut Labs Papyr](https://docs.electronut.in/papyr/)
17+
- [iLabs Challenger 840 BLE](https://ilabs.se/challenger-840-ble-datasheet/)
1718
- [MakerDiary MDK nRF52840 USB Dongle](https://makerdiary.com/products/nrf52840-mdk-usb-dongle)
1819
- [MakerDiary nRF52840 M.2 Module](https://makerdiary.com/products/nrf52840-m2-module)
1920
- [Nordic nRF52840DK PCA10056](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK)
@@ -79,7 +80,7 @@ For other boards, please check the board definition for details.
7980
8081
### Making your own UF2
8182
82-
To create your own UF2 DFU update image, simply use the [Python conversion script](https://github.com/Microsoft/uf2/blob/master/utils/uf2conv.py) on a .bin file or .hex file, specifying the family as **0xADA52840** (nRF52840) or **0x621E937A** (nRF52833).
83+
To create your own UF2 DFU update image, simply use the [Python conversion script](https://github.com/Microsoft/uf2/blob/master/utils/uf2conv.py) on a .bin file or .hex file, specifying the family as **0xADA52840** (nRF52840) or **0x621E937A** (nRF52833).
8384
8485
```
8586
nRF52840
@@ -202,4 +203,3 @@ pip install intelhex
202203

203204
Make sure that `nrfjprog` is available from the command-line. This binary is
204205
part of Nordic's nRF5x Command Line Tools.
205-

0 commit comments

Comments
 (0)