summaryrefslogtreecommitdiff
path: root/examples/host/cdc_msc_hid_freertos/src
AgeCommit message (Expand)Author
2026-05-26Fix typo in CDC stack size constant here tooPhozer
2026-04-03fix hil host cdc echo test with imxrt and other fast mcuhathach
2026-03-23update host msc hil testhathach
2025-11-04Fixed more alert found by PVS-Studiohathach
2025-11-03fix #2942, include stdio if CFG_TUSB_DEBUG > 0 and CFG_TUSB_DEBUG_PRINTF is n...hathach
2025-10-30Merge pull request #3271 from karlp/pr/examplesd-freertos-stacksHa Thach
2025-10-30increase freertos stack size when debug is enabledhathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-14more warnings fixhathach
2025-10-14improve cmake warning flags, fix various warnings in exampleshathach
2025-10-01examples/device/*_freertos: expand stack size when neededKarl Palsson
2025-09-17Fix board_init_after_tusbHiFiPhile
2025-07-02update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORMhathach
2025-06-27clean uphathach
2025-06-19revert CFG_TUH_CDC_DTR/RTS_CONTROL_ON_ENUMhathach
2025-06-16Merge branch 'master' into fork/IngHK/cdch_upgradehathach
2025-03-25fix waningshathach
2025-03-06fix(dwc2) host driver conflict with max3421ehathach
2025-02-11update make to use FreeRTOSConfig in family instead of exampleshathach
2024-11-26add TUH_EPBUF_DEF for cdc hosthathach
2024-11-26add TUH_EPBUF_DEF for hid hosthathach
2024-11-21missing host/cdc_msc_hid_freertoshathach
2024-10-15move core init code to dwc2 common. update/correct build for esppressifhathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11change tusb_init(), tusb_rhport_init() to use init struct for expandabilityhathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
2024-04-26- add esp32 c3, c6 mcu optionhathach
2024-04-25adding support for esp32 for use with max3421e hosthathach
2024-04-22fix print lu format warnings with clanghathach
2024-03-21Merge remote-tracking branch 'remotes/hathach/master' into workIngHK
2024-03-10added defines CFG_TUH_CDC_DTR_CONTROL_ON_ENUM & CFG_TUH_CDC_RTS_CONTROL_ON_ENUMIngHK
2024-03-04correct rp2040 host with max3421hathach
2024-02-24added PL2303 supportIngHK
2024-02-13improved tusb_config.h commentIngHK
2023-12-26initial support of CH34x CDC deviceIngHK
2023-12-26allow rp2040 to use max3421e as host controllerhathach
2023-12-18update FreeRTOSConfig.hhathach
2023-11-22fix typo in cdc line coding enumhathach
2023-11-20update example to work with featherwing max3421, set max3421 GPIO0 for vbushathach
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-27max3421 communication work with esp32 up to enumeration, seems still have a b...hathach
2023-09-26tested cdc_msc_hid_freertos with samd51hathach
2023-09-25adding host/cdc_msc_hid_freertos examplehathach