summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-21add tuh_cdc_write_clear, rename read_flush() to read_clear()hathach
2022-12-21add tuh_cdc_tx_complete_cb() callbackhathach
2022-12-21add more host cdc APIhathach
tuh_cdc_write_available(), tuh_cdc_read_flush(), tuh_cdc_rx_cb() callback
2022-12-21fix cihathach
2022-12-21correct cdc host apphathach
2022-12-21add tu_edpt_stream_write_zlp_if_needed()hathach
2022-12-21rename tud_edpt_stream_write_xferhathach
2022-12-21updat cdc host apphathach
2022-12-21minor debug loghathach
2022-12-21rename TU_LOG_VAR to TU_LOG_PTR, print out setup of failed control transfer ↵hathach
when LOG=1
2022-12-21fix cihathach
2022-12-21finalizing cdc host, has a working read/writehathach
TODO: first character seems not to get echoed. set control line state seems to failed with LOG < 2
2022-12-20fix hid host incorrect edpt release if failed to transmithathach
add CDC_CONTROL_LINE_STATE_DTR/RTS, TUSB_INDEX_INVALID enum
2022-12-16correct cdc usbh_driver_set_config_complete()hathach
2022-12-16stubhathach
2022-12-16add common EPSIZE for bulk/iso in full and highspeedhathach
adding cdc host fifo tx/rx
2022-12-16minor renamehathach
2022-12-16cdc check for bNumEndpoints before checking for endpoint descriptorhathach
2022-12-16adding tuh_cdc_mount_cb/tuh_cdc_umount_cbhathach
start adding cdc_app.c to example
2022-12-16Merge pull request #1799 from hathach/update-osal-mutexHa Thach
Update osal mutex
2022-12-16fix ci with usbh and unit testhathach
2022-12-15fix build with usbtmchathach
2022-12-15use OSAL_MUTEX_REQUIRED to replace CFG_FIFO_MUTEX/TUSB_OPT_MUTEXhathach
add macro to swallow mutex API in order to simplify code with mutex
2022-12-14Merge pull request #1797 from hathach/fix-midi-lenHa Thach
fix midi MS Header wTotalLength computation
2022-12-14fix midi MS Header wTotalLength computationhathach
2022-12-09Merge pull request #1783 from scoudreau/usbtmc-high-speedHa Thach
usbtmc: correct packet size bug
2022-12-09Merge pull request #1784 from scoudreau/interrupt-descriptor-polling-intervalHa Thach
Correct interrupt polling interval in descriptor
2022-12-08Added missing typecast to pass build checksscoudreau
2022-12-08Correct interrupt polling interval in descriptorSebastien COUDREAU
Use macro argument instead of 0x16 constant value. At least Linux kernel was complaining about this value: "config 1 interface 0 altsetting 0 endpoint 0x82 has an invalid bInterval 22, changing to 8" (warning obtained using usbtmc device config)
2022-12-08usbtmc: correct packet size bugSebastien COUDREAU
Code was only reading the first 64 bytes of a 512 bytes packet.
2022-12-08Merge pull request #1716 from silvergasp/masterHa Thach
fuzz: Add support for fuzzing
2022-12-08clean uphathach
2022-12-08correct ci paths filterhathach
2022-12-08fix cihathach
2022-12-08update build fuzzer stephathach
2022-12-08update build fuzzerhathach
2022-12-08move build Fuzzer into pre-commithathach
2022-12-08update fuzzer cihathach
2022-12-08move fuzz into test/fuzzhathach
2022-12-08fix typo, add -Wno-error=unreachable-code for fuzz due to latest cdc changeshathach
2022-12-08feat(fuzz): Adds net class fuzzerNathaniel Brough
2022-12-08.github: Add fuzzer builderNathaniel Brough
2022-12-08fuzz: Add msc fuzz harnessNathaniel Brough
2022-12-08fuzz: Add support for fuzzingNathaniel Brough
Adds support for fuzzing with basic cdc fuzzer.
2022-12-08Merge pull request #1781 from hathach/update-unit-testHa Thach
Update unit test
2022-12-08update .codespellhathach
2022-12-08update cihathach
2022-12-08move ceedling tests to test/unit-testhathach
2022-12-08add missing ceedling fileshathach
2022-12-08add paths to all workflowshathach