hwdef-bl.dat 558 B

12345678910111213141516171819
  1. # hw definition file for processing by chibios_hwdef.py
  2. # for The CUBE Black and the Cube Purple hardware
  3. # this is based on fmuv3, but with vendor specific USB IDs
  4. include ../fmuv3/hwdef-bl.dat
  5. # board ID for firmware load
  6. APJ_BOARD_ID 1003
  7. # USB setup
  8. USB_VENDOR 0x2DAE # ONLY FOR USE BY HEX! NOBODY ELSE
  9. USB_PRODUCT 0x1101
  10. USB_STRING_MANUFACTURER "Hex/ProfiCNC"
  11. USB_STRING_PRODUCT "CubeBlack+-BL"
  12. USB_STRING_SERIAL "%SERIAL%"
  13. # disable peripheral and sensor power in the bootloader
  14. PA8 nVDD_5V_PERIPH_EN OUTPUT HIGH
  15. PE3 VDD_3V3_SENSORS_EN OUTPUT LOW