HAL_ChibiOS: updated IDs for CubeOrange

This commit is contained in:
Andrew Tridgell 2019-02-26 17:52:04 +11:00
parent ff4614b399
commit 3a2227c912
2 changed files with 16 additions and 2 deletions

View File

@ -4,11 +4,18 @@
# MCU class and specific type
MCU STM32H7xx STM32H743xx
# USB setup
USB_VENDOR 0x2DAE # ONLY FOR USE BY HEX! NOBODY ELSE
USB_PRODUCT 0x1016
USB_STRING_MANUFACTURER "Hex/ProfiCNC"
USB_STRING_PRODUCT "CubeOrange"
USB_STRING_SERIAL "%SERIAL%"
# crystal frequency
OSCILLATOR_HZ 24000000
# board ID for firmware load
APJ_BOARD_ID 139
APJ_BOARD_ID 140
FLASH_SIZE_KB 2048

View File

@ -1,6 +1,13 @@
# hw definition file for processing by chibios_hwdef.py
# for F743 bootloader
# USB setup
USB_VENDOR 0x2DAE # ONLY FOR USE BY HEX! NOBODY ELSE
USB_PRODUCT 0x1016
USB_STRING_MANUFACTURER "Hex/ProfiCNC"
USB_STRING_PRODUCT "CubeOrange"
USB_STRING_SERIAL "%SERIAL%"
# MCU class and specific type
MCU STM32H7xx STM32H743xx
@ -8,7 +15,7 @@ MCU STM32H7xx STM32H743xx
OSCILLATOR_HZ 24000000
# board ID for firmware load
APJ_BOARD_ID 139
APJ_BOARD_ID 140
FLASH_SIZE_KB 2048