summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-03make dwc2 stm32 rhport support dynamichathach
2022-06-03remove static port defined for device/hosthathach
2022-06-02rhport argument in usbd_ API() is not used (always use the initialized port)hathach
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-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-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
2022-05-01dcd_pic32: Add asserts transfer sanity checkJerzy Kasenberg
2022-05-01Add TU_BREAKPOINT for mips architectureJerzy Kasenberg
2022-04-29configure hid_to_cdc example to build with rp2040 with pio usb as hosthathach
2022-04-28more clean uphathach
2022-04-27make hcd_event_handler() fastfunc, and force inline other helperhathach
2022-04-27clean uphathach
2022-04-27add TU_ATTR_FAST_FUNC for rp2040 __not_in_flash() sectionhathach
2022-04-26minor clean uphathach
2022-04-26improve pio usb endpoint handlerhathach
2022-04-26follow pio usb changeshathach
2022-04-25Update tusb_option.hNikitarc
2022-04-22more with pio usbhathach
2022-04-22keep up with pio usbhathach
2022-04-21Merge branch 'master' into pio-hosthathach
2022-04-20add note for tud_task() behavior in freertos examplehathach
2022-04-20add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout and...hathach
2022-04-20Update dwc2_stm32.hNikitarc