hwdef-bl.dat 509 B

12345678910111213141516
  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. # USB setup
  6. USB_VENDOR 0x2DAE # ONLY FOR USE BY HEX! NOBODY ELSE
  7. USB_PRODUCT 0x1001
  8. USB_STRING_MANUFACTURER "Hex/ProfiCNC"
  9. USB_STRING_PRODUCT "CubeBlack-BL"
  10. USB_STRING_SERIAL "%SERIAL%"
  11. # disable peripheral and sensor power in the bootloader
  12. PA8 nVDD_5V_PERIPH_EN OUTPUT HIGH
  13. PE3 VDD_3V3_SENSORS_EN OUTPUT LOW