Skip to content

Commit 93aa4e9

Browse files
authored
Merge pull request #5102 from evildave666/blackpill-add-mfg-name
Add WeAct manufacturer for STM32F411 blackpill boards
2 parents 00b617c + 4d14bcf commit 93aa4e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/stm/boards/stm32f411ce_blackpill/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
USB_VID = 0x239A
22
USB_PID = 0x806A
33
USB_PRODUCT = "stm32f411ce blackpill"
4-
USB_MANUFACTURER = "Unknown"
4+
USB_MANUFACTURER = "WeAct"
55

66
# SPI_FLASH_FILESYSTEM = 1
77
# EXTERNAL_FLASH_DEVICES = xxxxxx #See supervisor/shared/external_flash/devices.h for options

ports/stm/boards/stm32f411ce_blackpill_with_flash/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
USB_VID = 0x239A
22
USB_PID = 0x006A
33
USB_PRODUCT = "stm32f411ce blackpill with flash"
4-
USB_MANUFACTURER = "Unknown"
4+
USB_MANUFACTURER = "WeAct"
55

66
SPI_FLASH_FILESYSTEM = 1
77
#See supervisor/shared/external_flash/devices.h for options

0 commit comments

Comments
 (0)