esp32-s2_dfu/src/portable
hathach 5732be224c update example for PR. correct share_control definition
- rename dcd,hal to dcd_samd51, hal_samd51 since some IDE has issue with
duplicated names (e.g keil, ses).
2018-11-14 16:03:58 +07:00
..
microchip update example for PR. correct share_control definition 2018-11-14 16:03:58 +07:00
nordic/nrf5x Polish up control split and treat it more like a normal endpoint. 2018-11-08 13:45:30 -08:00
nxp replace dcd_xfer_complete by dcd_xfer_complete() 2018-10-24 00:44:26 +07:00
readme.md rename subfolder source to src 2018-06-18 14:05:24 +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