summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_freertos
AgeCommit message (Expand)Author
2023-01-30hardcoded configPRIO_BITS for IAR build to pass CIhathach
2023-01-17update freertos example to build with iarhathach
2023-01-07Merge branch 'master' into ch32v307Ha Thach
2022-12-05Merge pull request #1767 from pete-pjb/masterHa Thach
2022-12-05clean osal_freertos, update freertos examples to work with configSUPPORT_DYNA...hathach
2022-12-04Fix typosBastien Nocera
2022-06-29skip freertos example for F1C100Shathach
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-05-21Merge branch 'master' into ch32v307Ha Thach
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-03-22Skip freertos for ch32v307Greg Davill
2022-02-18fix build with latest esp idfhathach
2022-02-15msc example response PREVENT_ALLOW_MEDIUM_REMOVAL command as unsupported commandhathach
2022-01-25Merge branch 'master' into masterHa Thach
2022-01-05Unify skip and only logic for build scriptsScott Shawcroft
2022-01-05Skip net and freertos examplesScott Shawcroft
2021-12-29skip freertos example for f1c100shathach
2021-11-29use 4k stack for example with esp32sxhathach
2021-11-02add pi4 to ci build in build_aarch64hathach
2021-10-31correct freertos port for efm32gghathach
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-23Merge branch 'master' into fix-warningsHa Thach
2021-10-17more with -Wcast-qualhathach
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-07-17Merge branch 'master' into dcd_same70HiFiPhile
2021-06-28fix rx65n with freertos buildhathach
2021-06-18fix build with mm32 boardhathach
2021-06-12set TOP to build with esp32sxhathach
2021-06-12Rename SAM7X to SAMX7XMasterPhi
2021-06-12examples: freertos: add skip for same70Rafael Silva
2021-06-10Make examples standalone buildable via CMakegraham sanderson