Browse Source

HAL_ChibiOS: rename to CubeYellow

mission-4.1.18
Andrew Tridgell 7 years ago
parent
commit
5c2c5efc35
  1. 2
      libraries/AP_HAL_ChibiOS/hwdef/CubeBlack/hwdef.dat
  2. 4
      libraries/AP_HAL_ChibiOS/hwdef/CubeYellow/hwdef-bl.dat
  3. 7
      libraries/AP_HAL_ChibiOS/hwdef/CubeYellow/hwdef.dat

2
libraries/AP_HAL_ChibiOS/hwdef/CubeBlack/hwdef.dat

@ -6,7 +6,7 @@ include ../fmuv3/hwdef.dat @@ -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%"

4
libraries/AP_HAL_ChibiOS/hwdef/CubeOrange/hwdef-bl.dat → libraries/AP_HAL_ChibiOS/hwdef/CubeYellow/hwdef-bl.dat

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

7
libraries/AP_HAL_ChibiOS/hwdef/CubeOrange/hwdef.dat → libraries/AP_HAL_ChibiOS/hwdef/CubeYellow/hwdef.dat

@ -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
Loading…
Cancel
Save