tinyusb icon indicating copy to clipboard operation
tinyusb copied to clipboard

improved hex debug print, improved USBH debug prints, added pid/vid debug print

Open IngHK opened this issue 2 years ago • 0 comments

  • improved debug print of hex values TU_LOG1_HEX, added "0x" before hex value print (src/common/tusb_debug.h)
  • added macros for int, hex, mem and buf debug prints in src/host/usbh_pvt.h
  • added pid and vid print in src/host/usbh.c
  • clean up debug prints in src/host/usbh.c

IngHK avatar Dec 26 '23 11:12 IngHK