summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-17explicitly add dcd source file without vendor/familyhathach
2021-03-16Add Linux support to tmc exampleJeremiah McCarthy
2021-03-16Update usbtmc_device.cMichael Bruno
2021-03-16Merge pull request #722 from hathach/fix-build-lpc177x8xHa Thach
2021-03-16fix build with OPT_MCU_LPC177X_8Xhathach
2021-03-14Intermediate commitReinhard Panhuber
2021-03-13SAM E54 XPlained Pro: use proper defines SPI->USART for board initJean Gressmann
2021-03-13SAM E54 XPlained Pro: free up DPLL1 for applicationJean Gressmann
2021-03-13Add new line at end of python scriptReinhard Panhuber
2021-03-13Add python script to plot audio sample data.Reinhard Panhuber
2021-03-13move AUDIO_SAMPLE_RATE to example main.chathach
2021-03-13fix fifo unlock typo, also clean up a bithathach
2021-03-12Release 0.9.0 (#716)0.9.0Ha Thach
2021-03-12Merge pull request #713 from HiFiPhile/cdc_readHa Thach
2021-03-12use !tu_fifo_empty() instead of tu_fifo_count()hathach
2021-03-12Merge branch 'cdc_read' of https://github.com/HiFiPhile/tinyusb into HiFiPhil...hathach
2021-03-11Add fifo empty check.HiFiPhile
2021-03-10Merge remote-tracking branch 'upstream/master' into edpt_ISO_xferReinhard Panhuber
2021-03-10Merge remote-tracking branch 'upstream/edpt_ISO_xfer' into edpt_ISO_xferReinhard Panhuber
2021-03-10Implement audio PCM type I enc./decoding acc. to 2.3.1.5 Audio StreamsReinhard Panhuber
2021-03-10fix ci build with rp2040hathach
2021-03-10fix build with freertoshathach
2021-03-10Merge branch 'master' into edpt_ISO_xferhathach
2021-03-10Call One time tu_fifo_write_n on cdcd_xfer_cbHiFiPhile
2021-03-10Update pico sdk 1.1.0 (#712)Ha Thach
2021-03-10Merge pull request #711 from hathach/usbd-handle-set-interfaceHa Thach
2021-03-10Merge pull request #710 from hathach/update-docHa Thach
2021-03-10usbd ack SET_INTERFACE if it is not implemented by class driver.hathach
2021-03-10clean uphathach
2021-03-10update doc for BOARD name, add note for udev on Linuxhathach
2021-03-05Merge pull request #708 from hathach/add-back-cmsis5Ha Thach
2021-03-05clean uphathach
2021-03-05nrf add lib/CMSIS_5 to DEPS_SUBMODULEShathach
2021-03-05update DEPS_SUBMODULES to optimize cihathach
2021-03-05add back lib/CMSIS_5 submodulehathach
2021-03-05remove local cmsis_5hathach
2021-03-04Adapt mutexes in fifo.cReinhard Panhuber
2021-03-04Remove TODOs done.Reinhard Panhuber
2021-03-05Merge pull request #702 from hathach/more-ciHa Thach
2021-03-04rename FAMILY_SUBMODULES to DEPS_SUBMODULEShathach
2021-03-04merge no-family example buildhathach
2021-03-04Merge pull request #701 from hathach/ci-cache-toolchainHa Thach
2021-03-04Merge pull request #700 from hathach/fix-rp2040-bus-resetHa Thach
2021-03-04cache all toolchains to speed up cihathach
2021-03-04Extend FIFO mutex to use separate write and read mutexes.Reinhard Panhuber
2021-03-04add midi commenthathach
2021-03-04fix enum walkaround forever check for SE0 when pull up is disabledhathach
2021-03-04update doc, skip board_test in esp32s2 cihathach
2021-03-04add note for MIDI (audio v1.0) endpoint decriptor use 9 bytes instead of 7hathach
2021-03-04Merge pull request #688 from duddie/masterHa Thach