Skip to content

Commit 4c7f1bf

Browse files
committed
cleaned up examples for board identification
1 parent a88bd92 commit 4c7f1bf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

RFCs/0002-pluggable-discovery.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,6 @@ in this case we can use `vid` and `pid` to identify the board. The `serialNumber
312312
arduino_zero_edbg.name=Arduino Zero (Programming Port)
313313
arduino_zero_edbg.upload_port.vid=0x03eb
314314
arduino_zero_edbg.upload_port.pid=0x2157
315-
arduino_zero_edbg.debug.tool=gdb
316-
arduino_zero_edbg.upload.tool=openocd
317-
arduino_zero_edbg.upload.protocol=sam-ba
318315
[...CUT...]
319316
# Arduino Zero (Native USB Port)
320317
# --------------------------------------
@@ -327,8 +324,6 @@ arduino_zero_native.upload_port.2.vid=0x2341
327324
arduino_zero_native.upload_port.2.pid=0x824d
328325
arduino_zero_native.upload_port.3.vid=0x2341
329326
arduino_zero_native.upload_port.3.pid=0x024d
330-
arduino_zero_native.upload.tool=bossac
331-
arduino_zero_native.upload.protocol=sam-ba
332327
[...CUT...]
333328
# Arduino MKR1000
334329
# -----------------------
@@ -341,9 +336,6 @@ mkr1000.upload_port.2.vid=0x2341
341336
mkr1000.upload_port.2.pid=0x824e
342337
mkr1000.upload_port.3.vid=0x2341
343338
mkr1000.upload_port.3.pid=0x024e
344-
mkr1000.debug.tool=gdb
345-
mkr1000.upload.tool=bossac
346-
mkr1000.upload.protocol=sam-ba
347339
[...CUT...]
348340
```
349341

0 commit comments

Comments
 (0)