summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-06cdc: Fix autoflush for FIFO < MPSTomas Rezucha
2022-12-05Merge pull request #1776 from hathach/hid-fidoHa Thach
2022-12-05rename to match fido sample uf2_hid..hhathach
2022-12-05Merge pull request #1767 from pete-pjb/masterHa Thach
2022-12-05clean osal_freertos, update freertos examples to work with configSUPPORT_DYNA...hathach
2022-12-04Merge pull request #1774 from hathach/add-codespellHa Thach
2022-12-04add ignore-words to make it easier tohathach
2022-12-04test exclude-file.txt, add action concurrencyhathach
2022-12-04check exclude filehathach
2022-12-04add codespell config and ci runhathach
2022-12-04Merge pull request #1695 from hadess/wip/hadess/fix-typosHa Thach
2022-12-04more typoshathach
2022-12-04Fix typosBastien Nocera
2022-12-02Back out another of my changes I am still investigating.pete-pjb
2022-12-02Some reverts and changes after discussion.pete-pjb
2022-12-01Added CFG_TUSB_MEM_SECTION define to struct _ctrl_xfer in usbh.cpete-pjb
2022-12-01Alter tuh_task_ext() function so no need to return when using FreeRTOSPeterB
2022-12-01Merge pull request #1765 from hathach/rp2040-host-bulk-commentHa Thach
2022-11-30Fix white space issue.pete-pjb
2022-11-30Merge branch 'hathach:master' into masterPete Bone
2022-11-30more clean uphathach
2022-11-30white spaceshathach
2022-11-30Modify FreeRTOS integration to allow non-static allocation.pete-pjb
2022-11-30Merge pull request #1755 from rppicomidi/fix_1721Ha Thach
2022-11-30Merge pull request #1756 from benishor/masterHa Thach
2022-11-29Merge pull request #1763 from hathach/host-retry-failed-enumeration-requestHa Thach
2022-11-28increase delay between attempts to 100mshathach
2022-11-28Retry a few times with transfers in enumeration since device can be unstable ...hathach
2022-11-28update pico-pio-usb submodule and its warnings suppresshathach
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
2022-11-23rework tuh_msc_complete_cb_t signature to use new tuh_msc_complete_data_thathach
2022-11-23allow all host examples to use pico-pio-usb for rp2040hathach
2022-11-21Merge pull request #1746 from hathach/host-msc-exampleHa Thach
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-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