summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-08Merge pull request #2575 from HiFiPhile/dwc2_freeHa Thach
dwc2: remove fifo free code.
2024-04-08Merge pull request #2567 from HiFiPhile/iso_allocHa Thach
ISO endpoint allocation improvments
2024-04-08Merge pull request #2577 from hathach/max3421-configurationHa Thach
add cpuctl and pinctl to tuh_configure() option for max3421
2024-04-08add cpuctl and pinctl to tuh_configure() option for max3421hathach
2024-04-08Merge pull request #2466 from wavenumber-eng/MCXHa Thach
TinyUSB stack ported to MCXA and MXCN freedom boards.
2024-04-08add CFG_EXAMPLE_VIDEO_READONLY for mcxa15hathach
2024-04-08fix configENABLE_FPU=0 for cortex-m33+nodsphathach
2024-04-08Merge pull request #2538 from kkitayam/add_uvc_2ch_exampleHa Thach
Add an example of 2ch video capture.
2024-04-06Move TUP_DCD_EDPT_ISO_ALLOC outside usbd_edpt_close() loop.HiFiPhile
2024-04-06Merge branch 'iso_alloc' of github.com:HiFiPhile/tinyusb into iso_allocHiFiPhile
2024-04-06fix ra2a1 fpu with freertoshathach
2024-04-05dwc2: remove fifo free code.HiFiPhile
2024-04-05minor update bsphathach
2024-04-05rename frdm boardhathach
2024-04-05more reverted: re-add clock_config.hhathach
2024-04-05Merge branch 'master' into MCXhathach
2024-04-05fix pre-commit formathathach
2024-04-05more reverted changeshathach
2024-04-05reverted un-related file changeshathach
2024-04-05fix ram overflow with ram41hathach
2024-04-05support CFG_EXAMPLE_VIDEO_READONLY for stream0 for small mcuhathach
2024-04-05change .bss section from ramloc32 to ramloc40 for lpc43xxhathach
2024-04-05update uvc 2ch to stream0 use yuy2, stream1 use mpeghathach
this help reduce sram requirement for example, also provide different format (uncompressed & mpeg)
2024-04-05update linker for lpc18, move bss to ramloc40 to have more space for .data ↵hathach
in ramloc32
2024-04-04Merge remote-tracking branch 'remotes/hathach/master' into cdch_upgradeIngHK
2024-04-04updated docIngHK
2024-04-04small change process config completeIngHK
2024-04-04disable PL2303 flow control configIngHK
2024-04-04foxed FTDI flow control configIngHK
2024-04-04CP210x removed baudrate check, fixed data bits checkIngHK
2024-04-04fixed compile warningsIngHK
2024-04-04Merge remote-tracking branch 'remotes/hathach/master' into cdch_upgradeIngHK
2024-04-04Merge pull request #2421 from antoniovazquezblanco/debugHa Thach
Log outbound xfer bytes while in debug
2024-04-04minor updateHa Thach
2024-04-04Merge pull request #2571 from hathach/fix-max3421-rp2040-buildHa Thach
fix build with rp2040 + max3421
2024-04-04update build script to allow skip.txt and only.txt both existhathach
2024-04-04skip cdc_msc_hid_freertos example for rp2040hathach
2024-04-04fix build with gcc 11hathach
2024-04-04fix build with rp2040 + max3421hathach
- forward MAX3421_HOST=1 from makefile to cmake - add feather_rp2040_max3421 board to run with ci for rp2040 + max3421
2024-04-03Merge pull request #2514 from camilaodsouza/sdk_3.2_updateHa Thach
Changes required for new SDK 3.2.0
2024-04-03add note for sdk v2 and v3, also add check if allocreq failedhathach
2024-04-03add new example to cmake include listhathach
2024-04-03Merge branch 'master' of https://github.com/hathach/tinyusb into iso_allocMengsk
2024-04-03Merge pull request #2569 from hathach/fix-labler-errorHa Thach
try catch labeler rest api
2024-04-03try catch labeler rest apihathach
2024-04-02Add endpoint ISO allocation to video class.HiFiPhile
2024-04-02Move endpoint alloc define to tusb_mcu.hHiFiPhile
2024-04-02Merge pull request #1702 from battlesnake/uac2-interrupt-endpointHiFiPhile
UAC2 supports interrupt-endpoint for providing control-change notifications to the host
2024-04-03Merge pull request #2568 from hathach/max3421-check-cfg-paramHa Thach
2024-04-02check cfg_param pointerHa Thach