espressif_tinyusb/tinyusb/portable
hathach 752a9f45d7 rename ASSERT_ERR to TU_ASSERT_ERR to prevent conflict with user code 2018-04-12 17:55:15 +07:00
..
nordic/nrf5x refactor nrf5x mcu macro 2018-04-12 13:14:59 +07:00
nxp rename ASSERT_ERR to TU_ASSERT_ERR to prevent conflict with user code 2018-04-12 17:55:15 +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