summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_freertos/src/main.c
AgeCommit message (Expand)Author
2026-05-26Fix typo in CDC stack size constantPhozer
2026-04-21replace `TUD_ENDPOINT_ONE_DIRECTION_ONLY` with `CFG_TUD_ENDPOINT_ONE_DIRECTIO...hathach
2025-10-30increase freertos stack size when debug is enabledhathach
2025-10-01examples/device/*_freertos: expand stack size when neededKarl Palsson
2025-09-17Fix board_init_after_tusbHiFiPhile
2025-09-12fix warnings, update docshathach
2025-07-03update cdc_msc/cdc_msc_freertos to also support notificationhathach
2025-07-02update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORMhathach
2025-01-29cdc_msc_freertos: add async IO support.HiFiPhile
2024-11-21- move freertos_hooks to board.chathach
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-25adding support for esp32 for use with max3421e hosthathach
2024-02-22slightly change cdc_msc_freertos examplehathach
2023-09-25adding host/cdc_msc_hid_freertos examplehathach
2023-08-09Merge pull request #2202 from Rocky04/patch-4Ha Thach
2023-08-07Update examplesRocky04
2023-08-04Merge branch 'master' into enhance-bsphathach
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-07-31enable USBMC for uno r4, add board_init_after_tusb() APIhathach
2023-03-17fix trailing space and new linehathach
2022-12-05clean osal_freertos, update freertos examples to work with configSUPPORT_DYNA...hathach
2022-06-06clean up example to use CFG_TUD_ENABLED + CFG_TUD_MAX_SPEED instead of CFG_TU...hathach
2022-04-20update example for better cdc echohathach
2022-04-20add note for tud_task() behavior in freertos examplehathach
2022-04-20add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout and...hathach
2022-04-20fix freertos issue when 1 tick > 1 mshathach
2021-11-29use 4k stack for example with esp32sxhathach
2021-10-25change usage of TU_CHECK_MCU() to prevent macro conflicthathach
2021-09-26make freertos header include in examples more explicithathach
2021-09-25add CFG_TUSB_OS_INC_PATH for os include pathhathach
2021-04-16tinyusb: add support of esp32s3 targetAlex Lisitsyn
2021-03-31remove NVIC_SystemReset() in freertos exampleshathach
2021-03-27added configurations for RX63Xkkitayam
2021-03-18clean up some exampleshathach
2020-11-24fix ci buildhathach
2020-11-24comment out and add note for tud_cdc_connected() in cdc_msc exampleshathach
2020-11-18Reset CDC examples to original stateJan Dümpelmann
2020-09-04Remove tud_cdc_connected check from examplesJan Dümpelmann
2020-07-23example to call tud_init() after freeRTOS kernel is startedhathach
2020-04-11print correct example namehathach
2020-04-11fix incorrect setup packethathach
2020-04-07add hid_composite_freertos examplehathach
2020-04-07example clean uphathach
2020-04-07clean uphathach
2020-04-01reduce freertos task stack size to fit small mcuhathach
2020-04-01add esp32s2 saola bsphathach
2020-04-01add dcd_esp32s2hathach