Skip to content

Commit 9f6ae2c

Browse files
committed
VID/PID obtained from http://pid.codes
1 parent 15029f2 commit 9f6ae2c

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

boards.txt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@
1414
# License along with this library; if not, write to the Free Software
1515
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1616

17-
mysensors_gw_native.name=Sensebender GW (Native USB Port)
18-
mysensors_gw_native.vid.0=0x2341
19-
mysensors_gw_native.pid.0=0x804d
20-
mysensors_gw_native.vid.1=0x2341
21-
mysensors_gw_native.pid.1=0x004d
17+
mysensors_gw_native.name=Sensebender Gateway
18+
mysensors_gw_native.vid.0=0x1209
19+
mysensors_gw_native.pid.0=0x6949
2220
mysensors_gw_native.upload.tool=bossac
2321
mysensors_gw_native.upload.protocol=sam-ba
2422
mysensors_gw_native.upload.maximum_size=262144
@@ -27,17 +25,17 @@ mysensors_gw_native.upload.wait_for_upload_port=true
2725
mysensors_gw_native.upload.native_usb=true
2826
mysensors_gw_native.build.mcu=cortex-m0plus
2927
mysensors_gw_native.build.f_cpu=48000000L
30-
mysensors_gw_native.build.usb_product="Arduino Zero"
31-
mysensors_gw_native.build.usb_manufacturer="Arduino LLC"
28+
mysensors_gw_native.build.usb_product="Sensebender GW"
29+
mysensors_gw_native.build.usb_manufacturer="MySensors.org"
3230
mysensors_gw_native.build.board=SAMD_ZERO
3331
mysensors_gw_native.build.core=arduino:arduino
3432
mysensors_gw_native.build.extra_flags=-D__SAMD21G18A__ {build.usb_flags}
3533
mysensors_gw_native.build.ldscript=linker_scripts/gcc/flash_with_bootloader.ld
3634
mysensors_gw_native.build.openocdscript=openocd_scripts/mysensors_gw.cfg
3735
mysensors_gw_native.build.variant=mysensors_gw
3836
mysensors_gw_native.build.variant_system_lib=
39-
mysensors_gw_native.build.vid=0x2341
40-
mysensors_gw_native.build.pid=0x804d
37+
mysensors_gw_native.build.vid=0x1209
38+
mysensors_gw_native.build.pid=0x6949
4139
mysensors_gw_native.build.arch=samd
4240
mysensors_gw_native.bootloader.tool=openocd
4341
mysensors_gw_native.bootloader.file=zero/samd21_sam_ba.bin

0 commit comments

Comments
 (0)