Skip to content

Commit e19533b

Browse files
committed
Update VID and PID for RAK5010
1 parent 11a841f commit e19533b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

boards.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ rak_wistrio5010.compiler.mbed.cxxflags={build.variant.path}/cxxflags.txt
109109
rak_wistrio5010.compiler.mbed.includes={build.variant.path}/includes.txt
110110
rak_wistrio5010.compiler.mbed.extra_ldflags=-lstdc++ -lsupc++ -lm -lc -lgcc -lnosys
111111
rak_wistrio5010.compiler.mbed="{build.variant.path}/libs/libmbed.a" "{build.variant.path}/libs/libcc_310_core.a" "{build.variant.path}/libs/libcc_310_ext.a" "{build.variant.path}/libs/libcc_310_trng.a"
112-
rak_wistrio5010.vid.0=0x1209
113-
rak_wistrio5010.pid.0=0x805b
114-
rak_wistrio5010.vid.1=0x1209
115-
rak_wistrio5010.pid.1=0x805b
112+
rak_wistrio5010.vid.0=0x1915
113+
rak_wistrio5010.pid.0=0x520b
114+
rak_wistrio5010.vid.1=0x1915
115+
rak_wistrio5010.pid.1=0x520b
116116

117117
# Upload
118118
rak_wistrio5010.bootloader.tool=bootburn

variants/RAK5010/pins_arduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ static const uint8_t SCK = PIN_SPI_SCK;
133133

134134
#define SERIAL_CDC 1
135135
#define HAS_UNIQUE_ISERIAL_DESCRIPTOR
136-
#define BOARD_VENDORID 0x1209
137-
#define BOARD_PRODUCTID 0x805b
136+
#define BOARD_VENDORID 0x1915
137+
#define BOARD_PRODUCTID 0x520b
138138
#define BOARD_NAME "RAK5010"
139139

140140
#define DFU_MAGIC_SERIAL_ONLY_RESET 0xb0

0 commit comments

Comments
 (0)