summaryrefslogtreecommitdiff
path: root/src/portable
AgeCommit message (Expand)Author
2022-02-22Merge pull request #1280 from kasjer/kasjer/nrf5x-dma-raceHa Thach
2022-02-09Merge pull request #1304 from kkitayam/add_hcd_for_frdm_kl25zHa Thach
2022-02-02Merge pull request #1291 from kasjer/kasjer/da1469x-fix-resumeHa Thach
2022-01-28OHCI: Fix array out of bounds issueRyzee119
2022-01-27Fix handling for pending transferskkitayam
2022-01-27Change hcd_edpt_xfer to send at the next SOFkkitayam
2022-01-27Add handling for NAK responsekkitayam
2022-01-27Fix handling control transferkkitayam
2022-01-27Add HCD functions for KL25Zkkitayam
2022-01-26fix mynewt build sunxihathach
2022-01-25Merge branch 'master' into masterHa Thach
2022-01-20dcd_da1469x: Re-enable RX after resumeJerzy Kasenberg
2022-01-20dcd_da1469x: Fix over-run/under-run maskJerzy Kasenberg
2022-01-19Merge pull request #1265 from kkitayam/add_hcd_for_renesas_rxHa Thach
2022-01-19nrf5x: Fix EP OUT race conditions in OS buildJerzy Kasenberg
2022-01-19nrf5x: Fix DMA access race conditionJerzy Kasenberg
2022-01-19Merge pull request #1279 from kasjer/kasjer/nrf5x-int-raceHa Thach
2022-01-19Merge pull request #1283 from kasjer/kasjer/olimex-pic32-board-fixesHa Thach
2022-01-18Merge pull request #1274 from kasjer/kasjer/nrf5x-request-clock-in-mynewtHa Thach
2022-01-18nrf5x: Request HFXO via OSJerzy Kasenberg
2022-01-17pic32mz: Fix remote_wakeup without OSJerzy Kasenberg
2022-01-17ft9xx: Fix Mynewt buildJerzy Kasenberg
2022-01-17Merge branch 'master' into port-ft90xHa Thach
2022-01-16Merge pull request #1270 from kasjer/kasjer/pic32mzHa Thach
2022-01-14nrf5x: Fix EP OUT race conditionsJerzy Kasenberg
2022-01-07Add driver for PIC32MZ MCUsJerzy Kasenberg
2022-01-05Add Raspberry Pi Zero W and Zero 2 WScott Shawcroft
2021-12-31Add register file for Microchip PIC32MZJerzy Kasenberg
2021-12-29update docshathach
2021-12-29add license to dcd file, slightly update readmehathach
2021-12-29Merge branch 'master' of https://github.com/t123yh/tinyusb into t123yh-masterhathach
2021-12-27Fix hcd_edpt_clear_stallkkitayam
2021-12-27Add statements for control VBUSkkitayam
2021-12-27Add hcd for Renesas RXkkitayam
2021-12-27Fix Mynewt build for Microchip PIC32MZ devices.Jerzy Kasenberg
2021-12-15Update midi_test endpoints and FT9xx codeGordon McNab
2021-12-09Merge pull request #1233 from vmilea/rp2040_bugfix/ep_closeHa Thach
2021-12-09Merge pull request #1221 from kasjer/kasjer/fix-nrf5x-vbus-race-conditionHa Thach
2021-12-08Handle xfer events before closing EPValentin Milea
2021-12-08Update code to implement changes from upstream masterGordon McNab
2021-12-08Merge branch 'master' into port-ft90xGordon McNab
2021-12-08nrf5x: Fix race condition during startupJerzy Kasenberg
2021-12-07Remove buffer reclaim logsValentin Milea
2021-12-07Merge pull request #1213 from kkitayam/add_hcd_for_msp_exp432e401yHa Thach
2021-12-06Fix handling of RXRDY bitYunhao Tian
2021-12-05Change FIFO size to 4KB (not sure)Yunhao Tian
2021-12-05Fix a typo that leads to incorrect RX handlingYunhao Tian
2021-12-05Add FIFO size checkYunhao Tian
2021-12-05Close all EPs upon resetYunhao Tian
2021-12-05Save current EP before querying other EPsYunhao Tian