HAL_ChibiOS: rename to CubeYellow

This commit is contained in:
Andrew Tridgell 2018-07-04 21:18:23 +10:00
parent f289c71b89
commit 5c2c5efc35
3 changed files with 7 additions and 6 deletions

View File

@ -6,7 +6,7 @@ include ../fmuv3/hwdef.dat
# USB setup
USB_VENDOR 0x2DAE # ONLY FOR USE BY HEX! NOBODY ELSE
USB_PRODUCT 0x1001
USB_PRODUCT 0x1011
USB_STRING_MANUFACTURER "Hex/ProfiCNC"
USB_STRING_PRODUCT "CubeBlack"
USB_STRING_SERIAL "%SERIAL%"

View File

@ -1,4 +1,4 @@
# hwdef for bootloader for cube-orange
# hwdef for bootloader for CubeYellow
# MCU class and specific type
MCU STM32F7xx STM32F777xx
@ -27,7 +27,7 @@ FLASH_SIZE_KB 2048
USB_VENDOR 0x2DAE # ONLY FOR USE BY ProfiCNC / HEX! NOBODY ELSE
USB_PRODUCT 0x1002
USB_STRING_MANUFACTURER "Hex/ProfiCNC"
USB_STRING_PRODUCT "CubeBlack-BL"
USB_STRING_PRODUCT "CubeYellow-BL"
USB_STRING_SERIAL "%SERIAL%"
# order of UARTs (and USB)

View File

@ -1,4 +1,5 @@
# The CUBE orange is a varient of The CUBE Black from ProfiCNC/Hex with a STM32F777 MCU
# The CUBE Yellow is a varient of The CUBE Black from ProfiCNC/Hex
# with a STM32F777 MCU
# MCU class and specific type
MCU STM32F7xx STM32F777xx
@ -77,9 +78,9 @@ FLASH_SIZE_KB 2048
# USB setup
USB_VENDOR 0x2DAE # ONLY FOR USE BY ProfiCNC / HEX! NOBODY ELSE
USB_PRODUCT 0x1002
USB_PRODUCT 0x1012
USB_STRING_MANUFACTURER "Hex/ProfiCNC"
USB_STRING_PRODUCT "CubeBlack"
USB_STRING_PRODUCT "CubeYellow"
USB_STRING_SERIAL "%SERIAL%"
# now define the order that I2C buses are presented in the hal.i2c API