Commit Graph

  • 5886ccdb03 ehci clean up hathach 2018-12-10 20:16:26 +07:00
  • 4e7596ca9c add tuh_mount_cb/tuh_umount_cb hathach 2018-12-10 19:25:57 +07:00
  • 9c4c797502 add ep addr to host cdc hathach 2018-12-10 19:01:28 +07:00
  • 0ae8a1aa89 remove pipe handle.dev_addr hathach 2018-12-10 16:58:17 +07:00
  • a486da33ee usbh clean up hathach 2018-12-10 05:55:02 +07:00
  • 57233cead7 rename usbh_xfer_isr to hcd_event_xfer_complete hathach 2018-12-10 05:46:42 +07:00
  • a31f83dbb0 removing pipe handle hathach 2018-12-10 05:40:02 +07:00
  • 75baedf27d removing pipe handle, remove xfer type hathach 2018-12-10 05:33:25 +07:00
  • 8ef93ef85d usbh remove class code in xfer isr callback hathach 2018-12-10 05:19:08 +07:00
  • ac67e0ea3f clean up hathach 2018-12-10 05:15:49 +07:00
  • 6a6e7d0ecb refactor usbh class driver hathach 2018-12-10 05:07:22 +07:00
  • 05913a7350 change usbh class driver open signature hathach 2018-12-09 12:34:05 +07:00
  • 637285e9ae clean up ehci hathach 2018-12-08 21:06:54 +07:00
  • f6f0910778 hub clean up hathach 2018-12-08 20:56:56 +07:00
  • d3ac4c14a3 refactor hcd api hathach 2018-12-08 20:51:48 +07:00
  • 607658d047 rename MODE_HOST_SUPPORTED to TUSB_OPT_HOST_ENABLED hathach 2018-12-07 23:38:52 +07:00
  • e019916263 clean up ehci, support only 1 controller hathach 2018-12-07 23:35:42 +07:00
  • 98dd0c4d4d clean up hathach 2018-12-07 23:28:51 +07:00
  • e4fd9fbaf4 seperate control xfer to 3 tds for ohci hathach 2018-12-07 23:16:06 +07:00
  • 6c49848d59 ohci got device not response condition in control transfer hathach 2018-12-07 22:01:26 +07:00
  • 3ab9c2f64a add host ea4088qs, but not work hathach 2018-12-07 22:00:34 +07:00
  • 2aa21a14e6 lpc17 ohci failed to execute control transfer !! hathach 2018-12-07 18:49:26 +07:00
  • e6e3679136 simple cdc host demo work hathach 2018-12-07 17:37:54 +07:00
  • 13d08cd636 adding new hcd api, tested working with control xfer. hathach 2018-12-07 17:31:35 +07:00
  • 9b74f0e98f add connect to cdc for testing hathach 2018-12-07 15:07:00 +07:00
  • 366ab79776 able to build host hid hathach 2018-12-07 14:57:58 +07:00
  • d524da0c94 enable all warnings hathach 2018-12-07 14:49:55 +07:00
  • f769ecddaf fix warning with lpcopen hathach 2018-12-07 13:22:12 +07:00
  • 89820a36a1 able to build with host msc hathach 2018-12-07 12:56:42 +07:00
  • 9478c647e3 change usbh_control_xfer name and signature hathach 2018-12-07 12:23:37 +07:00
  • c93fb23693 usbh rename vars hathach 2018-12-07 00:47:16 +07:00
  • 2fe9abe71f change usbh queue to generic event queue hathach 2018-12-06 23:45:24 +07:00
  • ac829c0a87 minor clean up hathach 2018-12-06 22:50:19 +07:00
  • 07c3fd5e1e clean up hub hathach 2018-12-06 22:47:49 +07:00
  • 7d3ff7aff6 rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC hathach 2018-12-06 22:24:31 +07:00
  • 5b09774ae0 clean up usbh, rename doxygen folder to docs hathach 2018-12-06 21:46:34 +07:00
  • 1d3583785f change osal_semaphore_wait to return bool hathach 2018-12-06 17:31:25 +07:00
  • 5f7d7a34f5 able to complete enumeration with os none blocking hathach 2018-12-06 00:38:00 +07:00
  • 5d4d3431c2 host port plugged isr detect, but control xfer not work hathach 2018-12-06 00:10:49 +07:00
  • 10d67ae25c added ea4357 ses project hathach 2018-12-05 21:16:23 +07:00
  • 5a7493ed42 fix more host build error hathach 2018-12-05 21:12:10 +07:00
  • 2fa32bd949 able to build host lpc18xx hathach 2018-12-05 20:39:52 +07:00
  • 4537ba66e5 fixing build error with host stack hathach 2018-12-05 18:58:30 +07:00
  • e0aa38ca8d host 1800 blinky hathach 2018-12-05 18:14:23 +07:00
  • 0fb9fb605c add host lpc18xx project hathach 2018-12-05 18:05:12 +07:00
  • 2babb50d6c clean up ses project hathach 2018-12-05 18:03:51 +07:00
  • b2ec8230d9 Merge pull request #19 from hathach/devlocal hathach 2018-12-05 17:45:38 +07:00
  • 27793cbd3d fix travis build hathach 2018-12-05 17:43:09 +07:00
  • d887829b4c change usbd_init() return to bool for simplicity hathach 2018-12-05 17:30:04 +07:00
  • 3dc0653d70 clean up hathach 2018-12-05 17:09:30 +07:00
  • 6f3898572d add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isr hathach 2018-12-05 17:01:19 +07:00
  • 250344ac01 Merge branch 'develop' into devlocal hathach 2018-12-05 14:31:34 +07:00
  • 9f3e91a934 update nrf errata hathach 2018-12-05 14:30:47 +07:00
  • cf60b20652 Merge pull request #18 from hathach/devlocal hathach 2018-12-05 14:02:48 +07:00
  • 734b3ada8a fix travis build error hathach 2018-12-05 13:32:55 +07:00
  • a73017fdc2 hal clean up hathach 2018-12-05 13:20:25 +07:00
  • 6048a3bff4 remove dcd_connect/disconnect since there is no usage now hathach 2018-12-05 12:22:33 +07:00
  • c1336dff03 lpc move Chip_USB_Init() out of stack to bsp hathach 2018-12-05 11:53:56 +07:00
  • 9176b7b1da renane file hathach 2018-12-05 08:51:11 +07:00
  • dd9c7b4249 lpc40xx device work, moving Chip_USB_Init out of tinyusb hathach 2018-12-05 08:47:23 +07:00
  • fe8346e642 move pinmux out of dcd into bsp hathach 2018-12-04 18:38:01 +07:00
  • 6c2404ca49 adding ea4088 quickstart, able to blink hathach 2018-12-04 16:32:20 +07:00
  • 261e0f9801 adding lpc40xx support hathach 2018-12-04 16:06:50 +07:00
  • d7c0f0aab5 clean up mcb1800 hathach 2018-12-04 13:32:59 +07:00
  • 7120e12971 add mcb1800, blink led ok hathach 2018-12-04 13:17:12 +07:00
  • bf5ac608ff rename dcd 18 43 hathach 2018-12-04 12:47:58 +07:00
  • d40663d403 added lpc18 lpcopen hathach 2018-12-04 12:39:48 +07:00
  • 819a03c14d clean up hathach 2018-12-03 23:46:28 +07:00
  • 3a573fdd89 update pca10056, clean files hathach 2018-12-03 23:39:34 +07:00
  • a39516e03d update board metro0 and metro4 hathach 2018-12-03 23:33:40 +07:00
  • a9e015d619 forgot to add ea4357 files hathach 2018-12-03 23:23:59 +07:00
  • 1d6bbd9990 clean up dcd 43 hathach 2018-12-03 23:14:05 +07:00
  • 29f721ba2c dcd lpc43 clean up hathach 2018-12-03 23:06:28 +07:00
  • 9fec39d893 use lpcopen for lpc43x, work well hathach 2018-12-03 22:58:21 +07:00
  • 29416a5c1a remove 43xx usbd rom hathach 2018-12-03 22:54:33 +07:00
  • ee2deaa3ad clean up hathach 2018-12-03 21:25:49 +07:00
  • bb7123eed1 use lpcopen for ea4357, blinky ok hathach 2018-12-03 21:22:11 +07:00
  • 087c5d0de6 remove lpc17 usbd hathach 2018-12-03 21:20:55 +07:00
  • 920d88d256 clean up hathach 2018-12-03 20:34:32 +07:00
  • f614586964 clean up hathach 2018-12-03 20:33:17 +07:00
  • 68a0e866c5 ea4357 led hathach 2018-12-03 20:32:24 +07:00
  • a9161ed0d7 clean up hathach 2018-12-03 19:04:57 +07:00
  • cea9abd4d0 clean up lpc13 hathach 2018-12-03 19:02:35 +07:00
  • f8ea10dc9a update board led to use only one led hathach 2018-12-03 18:48:43 +07:00
  • 7f55bbaf05 clean up hathach 2018-12-03 18:32:06 +07:00
  • 28d7408b3f fix compiler warning hathach 2018-12-03 18:02:03 +07:00
  • 9e33f19378 clean up hathach 2018-12-03 17:47:37 +07:00
  • 72db014f2c remove legacy lpc17 prph driver hathach 2018-12-03 17:44:08 +07:00
  • 63faea3929 migrate lpc17 to lpcopen, usb device work ok hathach 2018-12-03 17:43:16 +07:00
  • 5f10584983 moving lpc17xx to use lpcopen hathach 2018-12-03 17:28:38 +07:00
  • f898f8f7a4 move lpc_chip_13xx files hathach 2018-12-03 16:38:29 +07:00
  • ea37c96d15 remove legacy lpc11u chip driver hathach 2018-12-03 16:33:54 +07:00
  • b2b1704f10 use flash for msc_disk_ram in case mcu does have enough sram hathach 2018-12-03 16:30:39 +07:00
  • 786b04e19d correct memory placement for lpc13. CDC work well hathach 2018-12-03 16:23:38 +07:00
  • f9ae8fa5d2 fix board issue with lpcxpresso 1347 hathach 2018-12-03 16:13:44 +07:00
  • 66bd9f0a16 wrap up lpc11u port hathach 2018-12-03 13:15:28 +07:00
  • f28a15a886 clean up dcd lpc11u hathach 2018-12-03 12:31:03 +07:00
  • 57f7c18d77 dcd lpc11u6x work with cdc + msc hathach 2018-12-03 00:04:55 +07:00
  • 5848dd2895 lpc11u use USBSRAM, able to response with 1st request hathach 2018-12-02 02:13:48 +07:00
  • fb842bb804 lp11u able to receive setup packet hathach 2018-12-01 22:21:54 +07:00