From 90bf13efd5a6baed028b6478cf0230320e7f7e90 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Wed, 5 Oct 2016 12:55:48 -0700 Subject: atmel-samd: Correct USB PIDs. Arduino and Adafruit convention is for user programs to have PIDs starting with 8 and bootloaders starting with 0. --- atmel-samd/boards/arduino_zero/mpconfigboard.mk | 2 +- atmel-samd/boards/feather_m0_bluefruit_le/mpconfigboard.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atmel-samd/boards/arduino_zero/mpconfigboard.mk b/atmel-samd/boards/arduino_zero/mpconfigboard.mk index 97e27229f..2ac97a332 100644 --- a/atmel-samd/boards/arduino_zero/mpconfigboard.mk +++ b/atmel-samd/boards/arduino_zero/mpconfigboard.mk @@ -1,3 +1,3 @@ LD_FILE = boards/samd21x18.ld USB_VID = 0x2341 -USB_PID = 0x024D +USB_PID = 0x824D diff --git a/atmel-samd/boards/feather_m0_bluefruit_le/mpconfigboard.mk b/atmel-samd/boards/feather_m0_bluefruit_le/mpconfigboard.mk index b98d45db8..d7f5c739b 100644 --- a/atmel-samd/boards/feather_m0_bluefruit_le/mpconfigboard.mk +++ b/atmel-samd/boards/feather_m0_bluefruit_le/mpconfigboard.mk @@ -1,3 +1,3 @@ LD_FILE = boards/samd21x18-bootloader.ld USB_VID = 0x239A -USB_PID = 0x000B +USB_PID = 0x8015 -- cgit v1.2.3