summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-10Refactor to get rid of CMSIS DSP lib.HiFiPhile
2023-10-10Update deps.HiFiPhile
2023-10-10Update make & cmake file.HiFiPhile
2023-10-10Enhance plot script.HiFiPhile
2023-10-10Enhance audio_4_channel_mic example, plot 4 different waves for each channel.HiFiPhile
2023-10-10Fix naming nBytesPerSample.HiFiPhile
2023-10-10Merge branch 'master' of https://github.com/hathach/tinyusb into uac_interlHiFiPhile
2023-10-06feat(ch32f20x): add support of ch32f20xdenis.krasutski
2023-10-05Merge pull request #2276 from hathach/more-esp32-max3421Ha Thach
More max3421
2023-10-05tested with nrf52840 and esp32s2hathach
2023-10-04change tuh_max3421_spi_xfer_api() signaturehathach
tested working with sam d21 and d51, not tested with nrf52, seem not working with esp32
2023-10-03esp32 comment out uart, increase max3421 spi speed to 26mhzhathach
2023-09-28Merge pull request #2270 from hathach/add-max3421-esp32Ha Thach
Add max3421 support for esp32
2023-09-28improve esp32 ci, build esp32 with -DDMAX3421_HOST=1 for max3421 testinghathach
revert change in hcd.h
2023-09-28fix build with new freertos host examplehathach
2023-09-28esp32 cdc host with max3421 work wellhathach
2023-09-28fix esp32 msc examplehathach
2023-09-28esp32 hid device work wellhathach
2023-09-27fix esp32 buildhathach
2023-09-27Merge branch 'master' into add-max3421-esp32hathach
2023-09-27Merge pull request #2268 from HiFiPhile/iar_tmplHa Thach
Update IAR template.
2023-09-27Merge pull request #2269 from hathach/add-in_isr-to-hcd_int_hanlderHa Thach
Add in isr to hcd int hanlder
2023-09-27Merge branch 'master' into add-in_isr-to-hcd_int_hanlderHa Thach
2023-09-27Fix CI.Mengsk
2023-09-27Update IAR template.Mengsk
2023-09-27remove sct_neopixel from lpc54 (due to warnings and not used)hathach
2023-09-27fix build with lpc54hathach
2023-09-27change hcd_int_handler(rhport, in_isr) signature: add in_isrhathach
change tuh_int_handler() to take in_isr as optional parameter (default = true)
2023-09-27max3421 communication work with esp32 up to enumeration, seems still have a ↵hathach
bit of issue
2023-09-27update max3421 to have hcd_int_handler_ext()hathach
2023-09-26Added support for USB2 HS peripheral (with integrated HS PHY) on STM32U59x chipsbac
2023-09-26tested cdc_msc_hid_freertos with samd51hathach
add -Wno-error=format for espressif wrap up cdc_msc_hid_freertos
2023-09-25adding host/cdc_msc_hid_freertos examplehathach
2023-09-19Fix cast-align.HiFiPhile
2023-09-19Merge pull request #2258 from hathach/cmake-u5Ha Thach
Cmake u5
2023-09-19Fix UAC interleaved copy.HiFiPhile
2023-09-19minor indenthathach
2023-09-19fix build and add u5 to cihathach
2023-09-19addding cmake support for u5hathach
2023-09-18add default CFG_TUH_MAX3421 = 0, default spi speed for samd21/samd51 to 12Mhzhathach
2023-09-14Incorrect commentRocky04
2023-09-14BugRocky04
2023-09-14Fixign errorsRocky04
2023-09-14Missing semicolonRocky04
2023-09-14SOF ISR controlRocky04
2023-09-13Fixing warningRocky04
2023-09-13Error handling on transferRocky04
2023-09-12Update Lighting Descriptor Template commentRyan Solorzano
2023-09-12Add HID Lighting and Illumination functionalityRyan Solorzano
2023-09-12Merge pull request #2235 from slark-yuxj/masterHa Thach
fix:Resource leak: fp