summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_freertos/src
AgeCommit message (Expand)Author
2024-08-19rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLYhathach
2024-08-17define and use TUD_ENDPOINT_EXCLUSIVE_NUMBERhathach
2024-08-14Merge branch 'refs/heads/master' into fork/BrentK-ADI/max32_porthathach
2024-07-18fix hil board_test duplication, add cdc_msc_freertos testhathach
2024-07-01Add MAX78002 SupportBrent Kowal
2024-06-28Initial Commit for MAX32 SupportBrent Kowal
2024-06-27Make FreeRTOS config work with Cortex-M33.HiFiPhile
2024-04-25adding support for esp32 for use with max3421e hosthathach
2024-04-09Renesas RX controllers: Recover the previous state of the system write protec...Matthias Schär
2024-04-09Revert "Fixed behavior of the PRCR register. Previous write protection will b...Matthias Schär
2024-04-09Fixed behavior of the PRCR register. Previous write protection will be recove...Matthias Schär
2024-02-22slightly change cdc_msc_freertos examplehathach
2023-12-18update FreeRTOSConfig.hhathach
2023-11-29update esp32 to also be supported by hil testhathach
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-04update all examples to use unique ID as serial if avaialblehathach
2023-08-04Merge branch 'master' into enhance-bsphathach
2023-08-03Merge pull request #2052 from arduino/renesas_ra_hs_rebasedHa Thach
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-08-03add osal queue name if neededhathach
2023-07-31enable USBMC for uno r4, add board_init_after_tusb() APIhathach
2023-04-21update freeRTOS kernel to latest for library cmakehathach
2023-03-30more esp32 cmake clean uphathach
2023-03-30update all cmake for esp32 buildhathach
2023-03-30merge s2 and s3, update cmake for espressif, add tinyusb_src as componenthathach
2023-03-17fix trailing space and new linehathach
2023-01-30hardcoded configPRIO_BITS for IAR build to pass CIhathach
2023-01-17update freertos example to build with iarhathach
2022-12-05clean osal_freertos, update freertos examples to work with configSUPPORT_DYNA...hathach
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