summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_freertos/src
AgeCommit message (Expand)Author
2022-06-27fix most warnings with rp2040 -wconversionhathach
2022-06-24suppress redundant-decls warnings for freertos exampleshathach
2022-06-06clean up example to use CFG_TUD_ENABLED + CFG_TUD_MAX_SPEED instead of CFG_TU...hathach
2022-06-01rename board specific macro for examplehathach
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
2022-02-18fix build with latest esp idfhathach
2022-02-15msc example response PREVENT_ALLOW_MEDIUM_REMOVAL command as unsupported commandhathach
2021-11-29use 4k stack for example with esp32sxhathach
2021-10-25change usage of TU_CHECK_MCU() to prevent macro conflicthathach
2021-10-25moving esp32s2 to dwc2, abstract dwc2_set_turnaround()hathach
2021-10-15msc examples: Extend serial number to 12 digitsJerzy Kasenberg
2021-10-05rename CFG_TUD_NET to CFG_TUD_ECM_RNDIShathach
2021-10-05Merge branch 'add_ncm' of https://github.com/majbthrd/tinyusb into majbthrd-a...hathach
2021-09-29Merge branch 'master' of github.com:hathach/tinyusb into zhangslice-masterhathach
2021-09-26make freertos header include in examples more explicithathach
2021-09-25add NCM driver in a compatible manner : hathach/tinyusb#550Peter Lawrence
2021-09-25add CFG_TUSB_OS_INC_PATH for os include pathhathach
2021-09-18Merge branch 'master' into zhangslice-masterhathach
2021-09-09add other speed descriptor callback tud_descriptor_other_speed_configuration_...hathach
2021-08-28fix msc example with out of bound lba (due to compliant test)hathach
2021-08-28correct msc example return type of tud_msc_scsi_cb()hathach
2021-08-26TD 9.12 remote wakeup testhathach
2021-08-15skip freertos example for gd32vf103hathach
2021-06-28fix rx65n with freertos buildhathach
2021-06-18fix build with mm32 boardhathach
2021-04-16espressif: group boards using target name as a familyAlex Lisitsyn
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
2021-03-01fix freeRTOS config symbol warning with latest kernelhathach
2021-03-01add submodule lib/FreeRTOS-Kernelhathach
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-07-21add note for MS OS 1.0 Descriptor at 0xEEhathach
2020-07-19minor clean uphathach
2020-07-18more updatehathach
2020-07-16rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZEhathach
2020-07-16add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lunhathach
2020-06-30Merge branch 'master' into add-stm-hshathach
2020-06-15update example config and descriptor with better Highspeed supporthathach
2020-06-15clean up, update other example confighathach
2020-05-29fix idf usb pin init changeshathach
2020-04-22added swo as loggerhathach