esp32-s2_dfu/tinyusb/portable
hathach e2f9744369 rename tusb_hal_tick_get to tusb_hal_millis
rename TUSB_CFG_TICKS_HZ to BOARD_TICKS_HZ
2018-03-29 18:03:04 +07:00
..
nordic/nrf5x rename tusb_hal_tick_get to tusb_hal_millis 2018-03-29 18:03:04 +07:00
nxp rename tusb_hal_tick_get to tusb_hal_millis 2018-03-29 18:03:04 +07:00
readme.md simple note on port to new mcu 2018-03-28 13:56:34 +07:00

readme.md

To port tinyusb to support new MCU you need to implement all API in the

  • tusb_hal.h (mandatory for both device and host stack)
  • device/dcd.h for device stack
  • host/hcd.h for host stack