Update PID to suggestion
USB_PID = 0x805C (Pyboard Co-Authored-By: Scott Shawcroft <scott@tannewt.org>
This commit is contained in:
parent
6058677979
commit
f4a31a7843
@ -1,5 +1,5 @@
|
||||
USB_VID = 0x239A
|
||||
USB_PID = 0x8056
|
||||
USB_PID = 0x805C
|
||||
USB_PRODUCT = "Pyboard Version 1.1"
|
||||
USB_MANUFACTURER = "George Robotic"
|
||||
USB_DEVICES = "CDC,MSC"
|
||||
@ -14,4 +14,4 @@ MCU_PACKAGE = 64
|
||||
CMSIS_MCU = STM32F405xx
|
||||
LD_FILE = boards/STM32F405.ld
|
||||
TEXT0_ADDR = 0x08000000
|
||||
TEXT1_ADDR = 0x08010000
|
||||
TEXT1_ADDR = 0x08010000
|
||||
|
Loading…
Reference in New Issue
Block a user