summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_freertos
AgeCommit message (Expand)Author
2026-07-14test/hil: usbtest fleet enablement, shuffled scheduling, unique PIDshathach
2026-06-22hw/bsp+wch: rename the CH58x family to ch583 and OPT_MCU_CH58X to OPT_MCU_CH583hathach
2026-06-18Merge remote-tracking branch 'origin/master' into add-ch58x-usbfshathach
2026-05-30esp32 build fixesHiFiPhile
2026-05-26Fix typo in CDC stack size constantPhozer
2026-04-26max32 change bulk endpoint to EP8,9 (2KB FIFO) and Audio ISO to EP10, 11 (4KB...hathach
2026-04-21replace `TUD_ENDPOINT_ONE_DIRECTION_ONLY` with `CFG_TUD_ENDPOINT_ONE_DIRECTIO...hathach
2026-04-14get freertos working with rp2040hathach
2026-03-18bsp: ch58x: sync cmake options with make and skip unsupported examplesalt-0191
2026-03-13actual build make/cmake for ft9xxhathach
2026-03-13add support for CH32F20X MCU and update board configurationhathach
2026-03-12refactor(vendor/cdc): add CFG_TUD_CDC_RX_NEED_ZLP and CFG_TUD_VENDOR_RX_NEED_ZLPhathach
2026-03-12refactor(config): separate endpoint buffer sizes into RX and TX definitions f...hathach
2026-03-07- update SAME70 BSP: remove unused definitions, consolidate startup fileshathach
2026-03-05add IAR warning flags to cmake build and fix themhathach
2026-01-19example: update comment on CDC EP sizeZixun LI
2025-12-19clean up cmake, remove family_get_project_name()hathach
2025-12-16example: with FreeRTOS: skip hpmicroZhihong Chen
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-28fix descriptor warning when shifting zerohathach
2025-10-24add pvs-studio analyze to cihathach
2025-10-24fix several warningshathach
2025-10-16fix some warnings detected by pvs-studiohathach
2025-10-15fix build warning with clanghathach
2025-10-15update nuc121/125hathach
2025-10-14more make refactorhathach
2025-10-14move make.mk to hw/bsp/family_support.mkhathach
2025-10-02fix typoshathach
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-08-01add bufsize to tud_msc_inquiry2_cb()hathach
2025-07-11add tud_msc_inquiry2_cb() for full inquiry responsehathach
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-07-01update examplehathach
2025-04-11Merge remote-tracking branch 'upstream/master' into async_ioHiFiPhile
2025-02-14Merge pull request #2984 from HiFiPhile/presetHa Thach
2025-02-11Fix path.HiFiPhile
2025-02-11update make to use FreeRTOSConfig in family instead of exampleshathach
2025-02-11remove freeeRTOSConfig in exampleshathach
2025-02-09Add CMake presets.HiFiPhile
2025-02-02Fix CI.HiFiPhile
2025-01-31Update example.HiFiPhile
2025-01-29Enable SIM_IO_TIME_MS for normal operation.HiFiPhile
2025-01-29cdc_msc_freertos: add async IO support.HiFiPhile
2025-01-29msc_disk: fix overflow check when EP buffer size > 512.HiFiPhile
2025-01-25Merge branch 'master' into zephyr-supporthathach