Skip to content

Commit d1e0234

Browse files
BrentK-ADIhathach
authored andcommitted
Update MAX32 VID and PID
Update the ADI parts to use the assigned VID and PID. Same PID will be used for all MAX32 series TinyUF2 instances. VID - 0x0456 (ADI) PID - 0xA010 (TinyUF2)
1 parent 6480077 commit d1e0234

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

ports/max32650/boards/max32650evkit/board.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
// USB UF2
4646
//--------------------------------------------------------------------+
4747

48-
#define USB_VID 0x0D28 //0x0456 //ADI
49-
#define USB_PID 0x0204 //0x0154 TODO: Get a PID assigned
48+
#define USB_VID 0x0456 //ADI
49+
#define USB_PID 0xA010 //MAX32 TinyUF2
5050
#define USB_MANUFACTURER "Analog Devices"
5151
#define USB_PRODUCT "MAX32650EvKit"
5252

ports/max32650/boards/max32650fthr/board.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
// USB UF2
4646
//--------------------------------------------------------------------+
4747

48-
#define USB_VID 0x0D28 //0x0456 //ADI
49-
#define USB_PID 0x0204 //0x0154 TODO: Get a PID assigned
48+
#define USB_VID 0x0456 //ADI
49+
#define USB_PID 0xA010 //MAX32 TinyUF2
5050
#define USB_MANUFACTURER "Analog Devices"
5151
#define USB_PRODUCT "MAX32650FTHR"
5252

ports/max32666/boards/max32666evkit/board.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
// USB UF2
4646
//--------------------------------------------------------------------+
4747

48-
#define USB_VID 0x0D28 //0x0456 //ADI
49-
#define USB_PID 0x0204 //0x0154 TODO: Get a PID assigned
48+
#define USB_VID 0x0456 //ADI
49+
#define USB_PID 0xA010 //MAX32 TinyUF2
5050
#define USB_MANUFACTURER "Analog Devices"
5151
#define USB_PRODUCT "MAX32666EvKit"
5252

ports/max32666/boards/max32666fthr/board.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
// USB UF2
4646
//--------------------------------------------------------------------+
4747

48-
#define USB_VID 0x0D28 //0x0456 //ADI
49-
#define USB_PID 0x0204 //0x0154 TODO: Get a PID assigned
48+
#define USB_VID 0x0456 //ADI
49+
#define USB_PID 0xA010 //MAX32 TinyUF2
5050
#define USB_MANUFACTURER "Analog Devices"
5151
#define USB_PRODUCT "MAX32666FTHR"
5252

ports/max32690/boards/apard32690/board.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
// USB UF2
4646
//--------------------------------------------------------------------+
4747

48-
#define USB_VID 0x0D28 //0x0456 //ADI
49-
#define USB_PID 0x0204 //0x0154 TODO: Get a PID assigned
48+
#define USB_VID 0x0456 //ADI
49+
#define USB_PID 0xA010 //MAX32 TinyUF2
5050
#define USB_MANUFACTURER "Analog Devices"
5151
#define USB_PRODUCT "AD-APARD32690-SL"
5252

ports/max32690/boards/max32690evkit/board.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
// USB UF2
4646
//--------------------------------------------------------------------+
4747

48-
#define USB_VID 0x0D28 //0x0456 //ADI
49-
#define USB_PID 0x0204 //0x0154 TODO: Get a PID assigned
48+
#define USB_VID 0x0456 //ADI
49+
#define USB_PID 0xA010 //MAX32 TinyUF2
5050
#define USB_MANUFACTURER "Analog Devices"
5151
#define USB_PRODUCT "MAX32690EvKit"
5252

ports/max78002/boards/max78002evkit/board.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
// USB UF2
4646
//--------------------------------------------------------------------+
4747

48-
#define USB_VID 0x0D28 //0x0456 //ADI
49-
#define USB_PID 0x0204 //0x0154 TODO: Get a PID assigned
48+
#define USB_VID 0x0456 //ADI
49+
#define USB_PID 0xA010 //MAX32 TinyUF2
5050
#define USB_MANUFACTURER "Analog Devices"
5151
#define USB_PRODUCT "MAX78002EvKit"
5252

0 commit comments

Comments
 (0)