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.
17 lines
330 B
17 lines
330 B
3 years ago
|
# hw definition file for processing by chibios_hwdef.py
|
||
|
# for H743 bootloader
|
||
|
|
||
|
include ../CubeOrange/hwdef-bl.dat
|
||
|
|
||
|
undef USB_STRING_PRODUCT
|
||
|
undef USB_STRING_MANUFACTURER
|
||
|
undef APJ_BOARD_ID
|
||
|
undef USB_PRODUCT
|
||
|
|
||
|
# USB setup
|
||
|
USB_PRODUCT 0x1058
|
||
|
USB_STRING_MANUFACTURER "CubePilot"
|
||
|
USB_STRING_PRODUCT "CubeOrange+-BL"
|
||
|
|
||
|
APJ_BOARD_ID 1063
|