Merge pull request from evildave666/blackpill-add-mfg-name

Add WeAct manufacturer for STM32F411 blackpill boards
This commit is contained in:
Scott Shawcroft 2021-08-06 11:59:24 -07:00 committed by GitHub
commit 93aa4e9e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
ports/stm/boards
stm32f411ce_blackpill
stm32f411ce_blackpill_with_flash

@ -1,7 +1,7 @@
USB_VID = 0x239A USB_VID = 0x239A
USB_PID = 0x806A USB_PID = 0x806A
USB_PRODUCT = "stm32f411ce blackpill" USB_PRODUCT = "stm32f411ce blackpill"
USB_MANUFACTURER = "Unknown" USB_MANUFACTURER = "WeAct"
# SPI_FLASH_FILESYSTEM = 1 # SPI_FLASH_FILESYSTEM = 1
# EXTERNAL_FLASH_DEVICES = xxxxxx #See supervisor/shared/external_flash/devices.h for options # EXTERNAL_FLASH_DEVICES = xxxxxx #See supervisor/shared/external_flash/devices.h for options

@ -1,7 +1,7 @@
USB_VID = 0x239A USB_VID = 0x239A
USB_PID = 0x006A USB_PID = 0x006A
USB_PRODUCT = "stm32f411ce blackpill with flash" USB_PRODUCT = "stm32f411ce blackpill with flash"
USB_MANUFACTURER = "Unknown" USB_MANUFACTURER = "WeAct"
SPI_FLASH_FILESYSTEM = 1 SPI_FLASH_FILESYSTEM = 1
#See supervisor/shared/external_flash/devices.h for options #See supervisor/shared/external_flash/devices.h for options