Skip to content

Commit 00919fd

Browse files
committed
Fix linker/upload with seeed xiao ble sense.
1 parent fc04532 commit 00919fd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

boards/seeed_xiao_nrf52840_sense.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
},
2828
"usb_product": "XIAO nRF52840 Sense"
2929
},
30+
"bootloaders": {
31+
"adafruit": "0xFF000"
32+
},
3033
"connectivity": [
3134
"bluetooth"
3235
],
@@ -42,12 +45,12 @@
4245
"upload": {
4346
"maximum_ram_size": 237568,
4447
"maximum_size": 823296,
45-
"protocol": "nrfutil",
48+
"protocol": "adafruit-nrfutil",
4649
"speed": 115200,
4750
"protocols": [
4851
"jlink",
4952
"nrfjprog",
50-
"nrfutil",
53+
"adafruit-nrfutil",
5154
"cmsis-dap",
5255
"sam-ba",
5356
"blackmagic"

0 commit comments

Comments
 (0)