summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-06-13hcd_rp2040 improvements:Liam Fraser
2022-06-10more dynamic controller for hosthathach
2022-06-10revert sof_isr driver rename since it cause issue with existing codehathach
2022-06-08make all hcd/dcd function used in isr into ram with __no_inline_not_in_flash_...hathach
2022-06-08add tuh_configure() for port/dynamic host behavior confighathach
2022-06-07add TU_ATTR_FAST_FUNC for audio sof isr call chainhathach
2022-06-07Merge pull request #1495 from hathach/enhance-tusb-configHa Thach
2022-06-06update all host exampleshathach
2022-06-06Merge pull request #1481 from cr1901/msp430-misopt-fixHa Thach
2022-06-06more ci fixhathach
2022-06-06fix ci, remove use of CFG_TUSB_RHPORT0_MODE in bsphathach
2022-06-04update all dwc2 ports to support new dynamic controller supporthathach
2022-06-04Hub: Remove multi-level hub bypassRyzee119
2022-06-03make dwc2 stm32 rhport support dynamichathach
2022-06-03remove static port defined for device/hosthathach
2022-06-02nrf5x: Fix DMA accessJerzy Kasenberg
2022-06-02rhport argument in usbd_ API() is not used (always use the initialized port)hathach
2022-06-02add __evenaccess keyword for CCRX compiler compatibilityRafael Silva
2022-06-02fix iso int register typo Rafael Silva
2022-06-02fix host preprocessor flag typoRafael Silva
2022-06-02style code for consistency with existing codebaseRafael Silva
2022-06-02remove duplicate link register bit macrosRafael Silva
2022-06-02add support for renesas ra family of mcusRafael Silva
2022-06-02generalize renesas LINK core driverRafael Silva
2022-06-02rename renesas driver to linkRafael Silva
2022-06-01rename board specific macro for examplehathach
2022-06-01fix compile errortfx2001
2022-06-01Merge pull request #1454 from Iktek/bugfix_1453Ha Thach
2022-06-01grstctl set fifo + flush in one assignhathach
2022-06-01Merge pull request #1438 from Nikitarc/masterHa Thach
2022-05-31Merge pull request #1381 from hathach/add-sof-isrHa Thach
2022-05-31clean up tud_audio_set_itf_cb() invocationhathach
2022-05-31comment out fifo count method for nowhathach
2022-05-30msp430x5xx: Add fix for possible bug in msp430-elf-gcc 9.3.0.William D. Jones
2022-05-29Hub: Unplug downstream devices on non-root hub disconnectRyzee119
2022-05-29Hub: Retry port status transfer if failedRyzee119
2022-05-29Fix non-trivial designated initializers compile errorRyzee119
2022-05-27adding feedback fifo count (WIP)hathach
2022-05-27wrap feedback and compute to its own struct/unionhathach
2022-05-26Merge pull request #1467 from kilograham/rp2040_cleanupHa Thach
2022-05-24Merge pull request #1451 from kasjer/kasjer/pic32-sanity-fixesHa Thach
2022-05-21Merge branch 'master' into ch32v307Ha Thach
2022-05-20Minor cleanup of RP2040 code post addition of Pico-PIO_USBgraham sanderson
2022-05-19prototype for feedback methodhathach
2022-05-19rename tud_audio_sof_isr() to tud_audio_feedback_interval_isr()hathach
2022-05-13fix ci buildhathach
2022-05-13changes proposal to audio feedback computationhathach
2022-05-10clean uphathach
2022-05-03overwrite grstctl on edpt_disablePascal Speck
2022-05-01dcd_pic32: Fix memory overwrite in incoming dataJerzy Kasenberg