mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
HAL_ChibiOS: Added CubeBlack hwdef
This commit is contained in:
parent
c2f9b857a4
commit
5519986848
12
libraries/AP_HAL_ChibiOS/hwdef/CubeBlack/hwdef-bl.dat
Normal file
12
libraries/AP_HAL_ChibiOS/hwdef/CubeBlack/hwdef-bl.dat
Normal file
@ -0,0 +1,12 @@
|
||||
# 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
|
||||
|
||||
# USB setup
|
||||
USB_VENDOR 0x2DAE # ONLY FOR USE BY HEX! NOBODY ELSE
|
||||
USB_PRODUCT 0x1001
|
||||
USB_STRING_MANUFACTURER "Hex/ProfiCNC"
|
||||
USB_STRING_PRODUCT "CubeBlack-BL"
|
||||
USB_STRING_SERIAL "%SERIAL%"
|
12
libraries/AP_HAL_ChibiOS/hwdef/CubeBlack/hwdef.dat
Normal file
12
libraries/AP_HAL_ChibiOS/hwdef/CubeBlack/hwdef.dat
Normal file
@ -0,0 +1,12 @@
|
||||
# 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.dat
|
||||
|
||||
# USB setup
|
||||
USB_VENDOR 0x2DAE # ONLY FOR USE BY HEX! NOBODY ELSE
|
||||
USB_PRODUCT 0x1001
|
||||
USB_STRING_MANUFACTURER "Hex/ProfiCNC"
|
||||
USB_STRING_PRODUCT "CubeBlack"
|
||||
USB_STRING_SERIAL "%SERIAL%"
|
Loading…
Reference in New Issue
Block a user