summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-30Add FT9xx for cdc_dual_portsGordon McNab
Fix handling of interrupt endpoints. i.e. no ZLPs. Fix the assignation of endpoint types. Add button support for MM900evx boards. On board support do not block for UART input.
2022-11-30Modify FreeRTOS integration to allow non-static allocation.pete-pjb
2022-11-30Merge pull request #1755 from rppicomidi/fix_1721Ha Thach
Fix RP2040 Issue 1721
2022-11-30Merge pull request #1756 from benishor/masterHa Thach
Added board description for electro-smith daisy seed
2022-11-29Fix transfers issues with FT9xxGordon McNab
Correct USB FIFO use for setup data phases (OUT transfers). We cannot stop traffic on the control endpoint so we set a flag and pull data from host when tinyUSB requests it from the USB FIFO. Extend this for all endpoints although currently not required. Rename all instances of ft90x which can apply to ft93x as ft9xx. Add support for the cdc_dual_ports example for ft9xx. Add LED pin definition for board LED in a simple to access place on the Bridgetek MM900EVx boards.
2022-11-28Fix issue with the CDC SetLineCoding requestGordon McNab
The SetLineCoding would fail as host would send the SETUP OUT phase before tinyUSB had setup a transaction for it. ft9xx port would ignore the transfer since there was no valid transaction setup for it. One SETUP data phase packet is cached now.
2022-11-29Merge pull request #1763 from hathach/host-retry-failed-enumeration-requestHa Thach
Retry a few times with transfers in enumeration since device can be unstable when starting up
2022-11-28increase delay between attempts to 100mshathach
2022-11-28Retry a few times with transfers in enumeration since device can be unstable ↵hathach
when starting up
2022-11-28update pico-pio-usb submodule and its warnings suppresshathach
2022-11-24Update to v2.6.0 libraryGordon McNab
2022-11-24Added board description for electro-smith daisy seedAdrian Scripca
2022-11-23Fix RP2040 Issue 1721rppicomidi
2022-11-23Merge pull request #1750 from hathach/rework-host-msc-complete-callbackHa Thach
Rework host msc complete callback
2022-11-23rework tuh_msc_complete_cb_t signature to use new tuh_msc_complete_data_thathach
add user arg to all scsi command API that support complete callback
2022-11-23allow all host examples to use pico-pio-usb for rp2040hathach
2022-11-21Merge branch 'master' into midihostAndrzej Tokarski
2022-11-21Explicit type conversionatoktoto
2022-11-21Explicit type conversionatoktoto
2022-11-21Merge pull request #1746 from hathach/host-msc-exampleHa Thach
Add host msc explorer example
2022-11-21Fix usb-hub data transfer problems by AndrewCaponatoktoto
2022-11-21add board_getchar() for non-blocking getchar()hathach
2022-11-21host msc example work well with rp2040 pio-usbhathach
2022-11-21suppress fatfs cast-qualhathach
2022-11-21house keepinghathach
2022-11-21whitespacehathach
2022-11-21add pwdhathach
2022-11-21implement rm commandhathach
2022-11-21fix build with rp2040 and rx65hathach
2022-11-20implement cp commandhathach
2022-11-19Merge branch 'hathach:master' into midihostAndrzej Tokarski
2022-11-19Fix usb hubsatoktoto
2022-11-19add mv commandhathach
2022-11-19add mkdirhathach
2022-11-19implement cat commandhathach
2022-11-19add cd commandhathach
2022-11-19msc explorer ls work greathathach
2022-11-18update uart read for lpc18/43 for testinghathach
2022-11-18Merge pull request #1712 from kripton/fixDhserverHa Thach
dhserver: Support DHCP clients that don't send the MESSAGETYPE as first option
2022-11-18add msc file explorer examplehathach
- add lib/fatfs version 15 - add lib/embedded-cli
2022-11-16Merge pull request #1738 from kaysievers/midi-port-namesHa Thach
MIDI: support port name strings
2022-11-16Merge pull request #1740 from hathach/add-HiFiPhile-selfhostHa Thach
Add hifiphile self-hosted
2022-11-16more ci warningshathach
2022-11-16fix other ci warningshathach
2022-11-16disable orphan board workflow and minor update to pi4 workflowhathach
2022-11-16only print flash output if failedhathach
2022-11-16skip usb msc testhathach
2022-11-15more flash scripthathach
2022-11-15more testhathach
2022-11-15correct flash.sh creationhathach