summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-06Merge branch 'master' into fix-fifo-memory-overflowhathach
2023-01-06Merge pull request #1837 from pete-pjb/masterHa Thach
Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTION in usbh.c
2023-01-06Merge pull request #1836 from HiFiPhile/Pe381Ha Thach
Fix IAR warning: Warning[Pe381]: extra ";" ignored
2023-01-05Add fix to dcd_edpt_iso_activate()Mengsk
2023-01-05Fixed bug where with some devices, the TU_ASSERT inserted with this commit ↵Simon Kueppers
gets triggered for ISOCHRONOUS endpoints. It is necessary for those endpoints to set the NUM_BLOCK and BLSIZE for the receiving buffer in both, USB_COUNTn_TX and USB_COUNTn_RX. Despite the datasheet showing those fields only for the USB_COUNTn_RX register
2023-01-04More warning fixesMengsk
2023-01-04Merge pull request #1823 from silvergasp/fix_cluster_fuzz_flagsHa Thach
fix(fuzz): Make sanitizer flags optional
2023-01-03Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTIONpete-pjb
Add NULL check to loop in list_remove_qhd_by_addr() function in ehci.c
2023-01-02Fix IAR warning: Warning[Pe381]: extra ";" ignoredMengsk
2023-01-02Remove tu_stm32_sof_cbMengsk
2023-01-02Clean up.Mengsk
2022-12-31Optimize descriptor looping.Mengsk
2022-12-30Fix CI.Mengsk
2022-12-30Fix buffer allocation overflow.Mengsk
2022-12-30Add multi-rate audio test example for new ISO buffer allocation.Mengsk
2022-12-30Add ISO buffer allocation.Mengsk
2022-12-29Do not set USB_EP_RX_NAK for ISO EP.Mengsk
2022-12-29Use weak for dcd_edpt_iso_alloc/dcd_edpt_iso_activateMengsk
2022-12-29Fix CI.Mengsk
2022-12-29UAC : Enable fifo based transfer on stm32_fsdevMengsk
2022-12-29Add dcd_edpt_iso_alloc() / dcd_edpt_iso_activate() for ISO EP buffer management.Mengsk
2022-12-29Minor audio_test example fix.Mengsk
Fix CFG_TUD_AUDIO_EP_SZ_IN size.
2022-12-29Generally enable ISO xfer.Mengsk
2022-12-29Add hardware endpoint allocator.Mengsk
2022-12-29dcd_stm32_fsdev : Implement FIFO transfer correctly.Mengsk
2022-12-29dcd_stm32_fsdev : Fix index out of bound in dcd_write_packet_memory()Mengsk
If src is odd then src[wNBytes] is accessed.
2022-12-29Added improvements with regards to SOF timing jitterSimon Kueppers
2022-12-29Added TU_ATTR_ALWAYS_INLINE to all static inline functionsSimon Kueppers
2022-12-29Fixed various small problems and inaccuracies regarding ISOCHRONOUS endpointSimon Kueppers
2022-12-29SHA-1: 5cb3ed518301e2237ee4e468e97e51ece0ba3838Mengsk
* Correct handling of SOF interrupt
2022-12-29Merge branch 'master' of https://github.com/hathach/tinyusb into stm32_fsdevMengsk
2022-12-29Fixed problem where the transmit byte count was written into the wrong ↵Simon Kueppers
register on ISOCHRONOUS endpoints
2022-12-29Renamed pcd_set_ep_rx_cnt because it actually sets the maximum buffer sizeSimon Kueppers
2022-12-29Changed comments, added define to fail if ISOCHRONOUS endpoint is not ↵Simon Kueppers
available but requested
2022-12-29Fixed non-aligned allocated memory sizesSimon Kueppers
2022-12-29Changed indirection from actual endpoint address to hardware endpoint ↵Simon Kueppers
through lookup table. Allocation of endpoint is now only performed in dcd_edpt_open
2022-12-29Fixed wrongly enabling RX and TX status simultaneously on ISOCHRONOUS endpointsSimon Kueppers
2022-12-29Implemented an optional callback function that is used instead of ↵Simon Kueppers
tu_edpt_number in the stm32 device driver as a crude tool to control mapping of the endpoint address to actual endpoint register
2022-12-29Implemented very rudimentary support for isochronous transfer buffer handlingSimon Kueppers
2022-12-28fix(fuzz): Make sanitizer flags optionalNathaniel Brough
Currently OSS fuzz expects to have complete control over the sanitizer flags. As we currently have these set it's causing problems with the OSS fuzz build. Instead we should use the provided variables from the OSS fuzz build environment. For local testing we'll create a set a well defined defaults.
2022-12-27Fix UVC probe and commit on MacOSStaacks
2022-12-27Merge pull request #1819 from hathach/fix-ncm-warningHa Thach
fix ncm warning
2022-12-27fix ncm warninghathach
2022-12-26Merge pull request #1801 from tyustli/tyustli_sem_resetHa Thach
[add] semaphore reset support for rt-thread
2022-12-25Merge pull request #1814 from hathach/more-host-cdcHa Thach
add tuh_cdc_peek()
2022-12-24add tuh_cdc_peek()hathach
2022-12-22Merge pull request #1810 from hathach/fix-cdc-bufHa Thach
fix incorrect rx buf in cdc
2022-12-22fix incorrect rx buf in cdchathach
2022-12-22Merge pull request #1809 from hathach/host-cdcHa Thach
Support Host CDC
2022-12-22clean uphathach