|
|
|
@ -1,4 +1,5 @@
@@ -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
@@ -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 |