Skip to content

Commit

Permalink
add vendorid to uno, micro, leonardo, mega, yun, esplora, pinocchio a…
Browse files Browse the repository at this point in the history
…nd sparkfun redboard boards
  • Loading branch information
nandub committed Mar 11, 2019
1 parent 9f468bb commit 4fb4ead
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions boards.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ var boards = [
pageSize: 128,
numPages: 256,
timeout: 400,
productId: ['0x0043', '0x7523', '0x0001', '0xea60'],
vendorId: ['0x2341', '0x2341', '0x2A03', '0x2341', '0x0000', '0x0000', '0x0403'],
productId: ['0x0043', '0x0001', '0x0043', '0x0243', '0x7523', '0xea60', '0x6015'],
protocol: 'stk500v1'
},
{
name: 'micro',
baud: 57600,
signature: new Buffer([0x43, 0x41, 0x54, 0x45, 0x52, 0x49, 0x4e]),
productId: ['0x0037', '0x8037', '0x0036', '0x0237'],
vendorId: ['0x2341', '0x2341', '0x2A03', '0x2A03', '0x2341', '0x2341', '0x0000'],
productId: ['0x0037', '0x8037', '0x0037', '0x8037', '0x0237', '0x8237', '0x0036'],
protocol: 'avr109'
},
{
Expand All @@ -27,7 +29,8 @@ var boards = [
name: 'leonardo',
baud: 57600,
signature: new Buffer([0x43, 0x41, 0x54, 0x45, 0x52, 0x49, 0x4e]),
productId: ['0x0036', '0x8036', '0x800c'],
vendorId: ['0x2341', '0x2341', '0x2A03', '0x2A03', '0x0000'],
productId: ['0x0036', '0x8036', '0x0036', '0x8036', '0x800c'],
protocol: 'avr109'
},
{
Expand Down Expand Up @@ -125,7 +128,8 @@ var boards = [
byteDelay:0x00,
pollValue:0x53,
pollIndex:0x03,
productId: ['0x0042', '0x6001', '0x0010', '0x7523'],
vendorId: ['0x2341', '0x2341', '0x2A03', '0x2A03', '0x2341', '0x2341', '0x0000', '0x0000'],
productId: ['0x0010', '0x0042', '0x0010', '0x0042', '0x0210', '0x0242', '0x6001', '0x7523'],
protocol: 'stk500v2'
},
{
Expand All @@ -142,7 +146,8 @@ var boards = [
byteDelay:0x00,
pollValue:0x53,
pollIndex:0x03,
productId: ['0x0044', '0x6001', '0x003F'],
vendorId: ['0x2341', '0x2341', '0x2A03', '0x2A03', '0x0000'],
productId: ['0x003f', '0x0044', '0x003f', '0x0044', '0x6001'],
protocol: 'stk500v2'
},
{
Expand Down Expand Up @@ -182,34 +187,39 @@ var boards = [
byteDelay:0x00,
pollValue:0x53,
pollIndex:0x03,
vendorId: ['0x1d50'],
productId: ['0x6051'],
protocol: 'stk500v2'
},
{
name: 'lilypad-usb',
baud: 57600,
signature: new Buffer([0x43, 0x41, 0x54, 0x45, 0x52, 0x49, 0x4e]),
vendorId: ['0x1B4F', '0x1B4F', '0x0000'],
productId: ['0x9207', '0x9208', '0x1B4F'],
protocol: 'avr109'
},
{
name: 'yun',
baud: 57600,
signature: new Buffer([0x43, 0x41, 0x54, 0x45, 0x52, 0x49, 0x4e]),
productId: ['0x0041', '0x8041'],
vendorId: ['0x2341', '0x2341', '0x2A03', '0x2A03'],
productId: ['0x0041', '0x8041', '0x0041', '0x8041'],
protocol: 'avr109'
},
{
name: 'esplora',
baud: 57600,
signature: new Buffer([0x43, 0x41, 0x54, 0x45, 0x52, 0x49, 0x4e]),
productId: ['0x003C', '0x803C'],
vendorId: ['0x2341', '0x2341', '0x2A03', '0x2A03'],
productId: ['0x003C', '0x803C', '0x003C', '0x803C'],
protocol: 'avr109'
},
{
name: 'circuit-playground-classic',
baud: 57600,
signature: new Buffer([0x43, 0x41, 0x54, 0x45, 0x52, 0x49, 0x4e]),
vendorId: ['0x239A', '0x0000'],
productId: ['0x0011', '0x8011'],
protocol: 'avr109'
},
Expand Down

0 comments on commit 4fb4ead

Please sign in to comment.