You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
558 B
19 lines
558 B
# hw definition file for processing by chibios_hwdef.py |
|
# for The CUBE Black and the Cube Purple hardware |
|
# this is based on fmuv3, but with vendor specific USB IDs |
|
|
|
include ../fmuv3/hwdef-bl.dat |
|
|
|
# board ID for firmware load |
|
APJ_BOARD_ID 1003 |
|
|
|
# USB setup |
|
USB_VENDOR 0x2DAE # ONLY FOR USE BY HEX! NOBODY ELSE |
|
USB_PRODUCT 0x1101 |
|
USB_STRING_MANUFACTURER "Hex/ProfiCNC" |
|
USB_STRING_PRODUCT "CubeBlack+-BL" |
|
USB_STRING_SERIAL "%SERIAL%" |
|
|
|
# disable peripheral and sensor power in the bootloader |
|
PA8 nVDD_5V_PERIPH_EN OUTPUT HIGH |
|
PE3 VDD_3V3_SENSORS_EN OUTPUT LOW
|
|
|