Skip to content

Commit 6306c5d

Browse files
committed
Make some USB product strings consistent
1 parent 1c43b63 commit 6306c5d

4 files changed

+6
-6
lines changed

boards.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ mkrfox1200.upload.wait_for_upload_port=true
178178
mkrfox1200.upload.native_usb=true
179179
mkrfox1200.build.mcu=cortex-m0plus
180180
mkrfox1200.build.f_cpu=48000000L
181-
mkrfox1200.build.usb_product="Arduino MKRFox1200"
181+
mkrfox1200.build.usb_product="Arduino MKR FOX 1200"
182182
mkrfox1200.build.usb_manufacturer="Arduino LLC"
183183
mkrfox1200.build.board=SAMD_MKRFox1200
184184
mkrfox1200.build.core=arduino
@@ -207,7 +207,7 @@ mkrgsm1400.upload.wait_for_upload_port=true
207207
mkrgsm1400.upload.native_usb=true
208208
mkrgsm1400.build.mcu=cortex-m0plus
209209
mkrgsm1400.build.f_cpu=48000000L
210-
mkrgsm1400.build.usb_product="Arduino MKRGSM1400"
210+
mkrgsm1400.build.usb_product="Arduino MKR GSM 1400"
211211
mkrgsm1400.build.usb_manufacturer="Arduino LLC"
212212
mkrgsm1400.build.board=SAMD_MKRGSM1400
213213
mkrgsm1400.build.core=arduino
@@ -236,7 +236,7 @@ mkrwan1300.upload.wait_for_upload_port=true
236236
mkrwan1300.upload.native_usb=true
237237
mkrwan1300.build.mcu=cortex-m0plus
238238
mkrwan1300.build.f_cpu=48000000L
239-
mkrwan1300.build.usb_product="Arduino MKRWAN1300"
239+
mkrwan1300.build.usb_product="Arduino MKR WAN 1300"
240240
mkrwan1300.build.usb_manufacturer="Arduino LLC"
241241
mkrwan1300.build.board=SAMD_MKRWAN1300
242242
mkrwan1300.build.core=arduino

bootloaders/zero/board_definitions_arduino_mkrfox1200.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/*
2323
* USB device definitions
2424
*/
25-
#define STRING_PRODUCT "Arduino MKRFox1200"
25+
#define STRING_PRODUCT "Arduino MKR FOX 1200"
2626
#define USB_VID_HIGH 0x23
2727
#define USB_VID_LOW 0x41
2828
#define USB_PID_HIGH 0x00

bootloaders/zero/board_definitions_arduino_mkrgsm1400.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/*
2323
* USB device definitions
2424
*/
25-
#define STRING_PRODUCT "Arduino MKRGSM1400"
25+
#define STRING_PRODUCT "Arduino MKR GSM 1400"
2626
#define USB_VID_HIGH 0x23
2727
#define USB_VID_LOW 0x41
2828
#define USB_PID_HIGH 0x00

bootloaders/zero/board_definitions_arduino_mkrwan1300.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/*
2323
* USB device definitions
2424
*/
25-
#define STRING_PRODUCT "Arduino MKRWAN1300"
25+
#define STRING_PRODUCT "Arduino MKR WAN 1300"
2626
#define USB_VID_HIGH 0x23
2727
#define USB_VID_LOW 0x41
2828
#define USB_PID_HIGH 0x00

0 commit comments

Comments
 (0)