Commit Graph

  • b8783e10a9 Merge pull request #418 from hathach/enhance-usbd-driver-open Ha Thach 2020-05-28 15:04:15 +07:00
  • 53b749fd72 check max_len for vendor and hid hathach 2020-05-28 14:44:26 +07:00
  • fb214f7cf7 rename to drv_len to be consistent hathach 2020-05-28 13:57:49 +07:00
  • 10cd3f24bf initial transfer failed in open() shouldn't cause the driver open to fail. hathach 2020-05-28 13:48:02 +07:00
  • c1db36a15c update vendor open() hathach 2020-05-28 12:19:06 +07:00
  • bec5b5f9da update usbtmc open() hathach 2020-05-28 12:13:48 +07:00
  • 13860e9f94 update net open() hathach 2020-05-28 11:51:25 +07:00
  • 8f560bf275 update midi open() hathach 2020-05-28 11:41:37 +07:00
  • 89a3d1f6d1 update hid open() hathach 2020-05-28 11:19:12 +07:00
  • 7a15d2e0d2 improve msc hathach 2020-05-28 00:56:33 +07:00
  • 2eeeda1bcf change signature for dfu runtime hathach 2020-05-28 00:46:32 +07:00
  • e340404968 changing usbd driver open() return type, add max_len hathach 2020-05-27 19:01:59 +07:00
  • d4bf777c94 try to get synopsys work with OTG HS + external PHY hathach 2020-05-27 11:01:33 +07:00
  • 227bffe04b adding h743 uart, but not enabled yet since it conflict with OTG_FS2 hathach 2020-05-27 01:14:52 +07:00
  • b4804d1592 random clean up for tdi hathach 2020-05-26 22:15:38 +07:00
  • 0482f0d686 update h743eval with rhport=1 highspeed hathach 2020-05-26 22:11:26 +07:00
  • 947c3eb10d multiple port support for global otg base hathach 2020-05-26 16:07:48 +07:00
  • b7ab60aa44 suporting multiple port (OTG FS + HS) for stm32 hathach 2020-05-26 15:52:02 +07:00
  • fad088719e merge CFG_TUSB_RHPORT1_MODE into CFG_TUSB_RHPORT0_MODE hathach 2020-05-26 15:21:23 +07:00
  • 62a746bdc7 wip hathach 2020-05-26 12:18:18 +07:00
  • ba9c774a2a board test work fine hathach 2020-05-23 13:29:30 +07:00
  • d108ea4326 implement hcd_uframe_number for ohci hathach 2020-05-22 21:45:34 +07:00
  • 4c01099a3d update makefile to build with ohci host hathach 2020-05-22 20:57:52 +07:00
  • 9be2f1bf3d Add basic UAC2 structure - untested Reinhard Panhuber 2020-05-22 12:09:34 +02:00
  • f308990ab5 Merge branch 'master' into update-host hathach 2020-05-22 15:28:22 +07:00
  • de88294e05 Merge pull request #416 from hathach/fix-nrf-called-within-critical Ha Thach 2020-05-21 22:36:24 +07:00
  • ff9994116e fix nrf hanged (blocking wait) when called within critical section hathach 2020-05-21 21:22:12 +07:00
  • dc5445e2f4 Merge pull request #414 from hathach/add-queue-is-empty Ha Thach 2020-05-20 15:31:09 +07:00
  • 8b66098335 fix freeRTOS logic hathach 2020-05-20 15:21:11 +07:00
  • a0fe3a80e7 remove queue lock/unlock per review hathach 2020-05-20 15:09:46 +07:00
  • d8a15aca77 remove osal_queue_t const qhdl from osal API hathach 2020-05-20 14:38:34 +07:00
  • 88a455a9b9 added tud_task_event_ready() hathach 2020-05-20 14:31:45 +07:00
  • 4e8d414bc6 added osal_queue_empty() API hathach 2020-05-20 13:38:41 +07:00
  • 58cedf4c06 usb0 host on mcb1800 work with fullspeed mode. hathach 2020-05-19 00:55:43 +07:00
  • 81b1f97ef7 suppress cast-align warnings for net device driver hathach 2020-05-18 13:23:40 +07:00
  • 76bf96bcb0 Merge pull request #411 from hathach/fix-cast-align-warning Ha Thach 2020-05-18 13:21:37 +07:00
  • 550746097b fix cast-align warning for nuc505 hathach 2020-05-18 13:03:41 +07:00
  • a7db945cff temporariyly suppress cast-align warning for net_device and net example hathach 2020-05-17 15:34:14 +07:00
  • 1a8ce043ed enable -Wcast-align hathach 2020-05-17 14:24:15 +07:00
  • 42edbc0006 Allow EP0 to use xfer sizes larger than one packet Jan Dümpelmann 2020-05-15 22:26:14 +02:00
  • 28696de390 Interrupt time improvements Jan Dümpelmann 2020-05-15 18:21:44 +02:00
  • 17869f0999 Merge pull request #406 from k0d/stm32f746nucleo Ha Thach 2020-05-15 15:54:12 +07:00
  • 3c43009278 Add support for stm32f746nucleo board Mark Olsson 2020-05-15 10:23:01 +02:00
  • be9f938bd3 Merge pull request #405 from hathach/follow-pr404 Ha Thach 2020-05-14 16:18:20 +07:00
  • 27299a5c47 add test for fifo size hathach 2020-05-14 15:39:42 +07:00
  • b0d49e55de refactor copy to and from fifo hathach 2020-05-14 14:24:55 +07:00
  • f445274634 add unit test for fifo write_n and read_n hathach 2020-05-14 11:59:51 +07:00
  • 7a5c0ee802 Merge pull request #404 from HiFiPhile/tusb_fifo Ha Thach 2020-05-14 11:58:00 +07:00
  • 46875a3912 Optimize FIFO for byte transfer. Mengsk 2020-05-12 18:50:26 +02:00
  • 4e6aa0d81d Merge pull request #390 from hathach/detect-nrf-softdevice Ha Thach 2020-05-12 14:35:45 +07:00
  • 16a3f0a27a Update bug_report.md Ha Thach 2020-05-09 17:56:12 +07:00
  • 71e1609ff3 Merge pull request #398 from HiFiPhile/iar Ha Thach 2020-05-08 23:55:43 +07:00
  • 3401e0f6ff Synopsys OUT EP improvements: Jan Dümpelmann 2020-05-08 18:10:48 +02:00
  • f02ad1d0dc Add IAR compiler attribute and endian support. Mengsk 2020-05-08 13:29:33 +02:00
  • e6d946123c Merge pull request #395 from hathach/define-log-printf Ha Thach 2020-05-08 14:48:20 +07:00
  • eeb076454b add CFG_TUSB_DEBUG_PRINTF() for log retargeting hathach 2020-05-08 12:56:32 +07:00
  • f9f0873b72 Merge pull request #393 from xobs/fix-debug-warning Ha Thach 2020-05-08 12:38:50 +07:00
  • 63bd8d2e44 device: fix build warning when CFG_TUSB_DEBUG >= 2 Sean Cross 2020-05-07 19:00:41 +08:00
  • 286ff03ffa Merge pull request #391 from kasjer/kasjer/stm32l476disco-clock-configuration Ha Thach 2020-05-07 16:19:13 +07:00
  • 04c20ff74c Merge pull request #392 from kasjer/kasjer/change-package-type-to-sdk Ha Thach 2020-05-07 16:13:00 +07:00
  • 0f8ab86bee Change mynewt package type to sdk Jerzy Kasenberg 2020-05-07 09:51:17 +02:00
  • 615369a6eb stm32l476disco: Fix system clock setup Jerzy Kasenberg 2020-05-06 14:34:40 +02:00
  • d9e534f6f2 stm32l476disco: fix uninitialized filed usage Jerzy Kasenberg 2020-05-06 14:25:46 +02:00
  • 58b99e59d4 detect if SD is actually present on the flash using SD magic hathach 2020-05-05 23:07:56 +07:00
  • 101f234a16 Merge pull request #387 from duempel/redesign_transmit_synopsys Ha Thach 2020-05-04 14:41:20 +07:00
  • 905a80d1b2 temporarily remove osal_task_delay() from osal hathach 2020-05-04 14:11:58 +07:00
  • fd69cc3dcc clean up Jan Dümpelmann 2020-05-04 07:59:13 +02:00
  • 4a3a448340 clean up things, add makefile for host example hathach 2020-05-04 00:29:52 +07:00
  • 9538ca7d74 add uart for mcb1800 hathach 2020-05-03 14:50:12 +07:00
  • d1141c2d9d Merge pull request #389 from hathach/fix-samg Ha Thach 2020-05-02 18:47:27 +07:00
  • e61bf415fe minor update net example hathach 2020-05-02 18:35:46 +07:00
  • 0e30afa691 abstract all UDP_CSR hathach 2020-05-02 18:24:23 +07:00
  • 3ad0cd041b clean up hathach 2020-05-02 16:21:38 +07:00
  • ac3c645dc1 fix EP0 data toggle issue hathach 2020-05-02 16:09:28 +07:00
  • 2a479175ae remove toggle walkaround, fix control stall race condition hathach 2020-05-02 14:51:21 +07:00
  • 520df6bb53 Merge pull request #388 from hathach/fix-samd-setup-race Ha Thach 2020-04-30 00:50:21 +07:00
  • a74a823b0a fix dcd samd race condition with setup packet hathach 2020-04-30 00:29:47 +07:00
  • 59ff208c65 Changed switch into if statements Jan Dümpelmann 2020-04-29 12:37:29 +02:00
  • 3e6feb7f6d Redesign of Synopsys device transmission Jan Dümpelmann 2020-04-29 11:32:22 +02:00
  • e9c71055ac Merge pull request #386 from hathach/follow-383 Ha Thach 2020-04-29 15:27:25 +07:00
  • 449b337467 fix ci board test with esp32 hathach 2020-04-29 13:03:39 +07:00
  • 6f4b6a1d03 remove the use of TU_VERIFY_HDLR hathach 2020-04-29 11:31:27 +07:00
  • 94fed7db0e fix esp32 ci adding FREERTOS STATIC to sdkconfig default hathach 2020-04-29 11:31:04 +07:00
  • c14c0cfc9f support class drivers implemented by application hathach 2020-04-29 10:49:58 +07:00
  • d4511186a2 Merge pull request #383 from kasjer/kasjer/fox-busy-flag-race-condition Ha Thach 2020-04-29 10:12:31 +07:00
  • b52bc894f8 Merge pull request #380 from hathach/fix-usbnet-synopsys Ha Thach 2020-04-28 11:12:58 +07:00
  • fcdb22b2f9 fix typo hathach 2020-04-28 10:53:43 +07:00
  • 63cefb7615 Fix endpoint busy flag race condition Jerzy Kasenberg 2020-04-27 16:42:35 +02:00
  • 958b5510cb added comment for hw clearing TXFE hathach 2020-04-27 13:17:47 +07:00
  • e785b09118 TXFE is read only bit hathach 2020-04-27 12:06:14 +07:00
  • d0487088ac revert a change to net driver hathach 2020-04-26 23:04:17 +07:00
  • 00fcf829a1 sync synopsis fix for esp32s2 hathach 2020-04-26 22:41:04 +07:00
  • 8d18d6077b turn off TX FIFO Empty for EPIN if all bytes are written hathach 2020-04-26 22:14:59 +07:00
  • 83353dd93f add TODO for usbnet clean up hathach 2020-04-26 22:03:05 +07:00
  • a1c599f4b6 clean up log message hathach 2020-04-26 22:02:41 +07:00
  • d54343e4a6 Merge pull request #379 from hathach/add-usbd-edpt-open Ha Thach 2020-04-26 15:23:11 +07:00
  • 9c8517a8d2 fix missing debug log macros hathach 2020-04-26 14:58:23 +07:00
  • 017c95037f add usbd edpt open hathach 2020-04-26 14:51:44 +07:00
  • f1ecda392f Merge pull request #378 from kasjer/kasjer/synopsys-txfe-interrup-loop Ha Thach 2020-04-25 17:52:46 +07:00
  • b949ae596f synopsys: Reduce interrupt time for IN ZLP Jerzy Kasenberg 2020-04-24 16:40:48 +02:00