summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_freertos/src/tusb_config.h
AgeCommit message (Collapse)Author
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 ↵hathach
for clarity and flexibility
2026-01-19example: update comment on CDC EP sizeZixun LI
Signed-off-by: Zixun LI <[email protected]>
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
fix compiling with nuc family
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
2024-10-15move core init code to dwc2 common. update/correct build for esppressifhathach
2024-04-25adding support for esp32 for use with max3421e hosthathach
2023-03-30update all cmake for esp32 buildhathach
2022-06-06clean up example to use CFG_TUD_ENABLED + CFG_TUD_MAX_SPEED instead of ↵hathach
CFG_TUSB_RHPORT0_MODE
2022-06-01rename board specific macro for examplehathach
- BOARD_DEVICE/HOST_RHPORT_NUM to BOARD_TUD/H_RHPORT - BOARD_DEVICE/HOST_RHPORT_SPEED to BOARD_TUD/H_MAX_SPEED
2021-10-25change usage of TU_CHECK_MCU() to prevent macro conflicthathach
2021-09-25add CFG_TUSB_OS_INC_PATH for os include pathhathach
useful for freertos/ prefix with esp IDF
2021-03-18clean up some exampleshathach
2020-07-18more updatehathach
2020-07-16rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZEhathach
rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE
2020-06-30Merge branch 'master' into add-stm-hshathach
2020-06-15clean up, update other example confighathach
2020-05-29fix idf usb pin init changeshathach
2020-04-17update example to include CXD56 for highspeed modehathach
2020-03-10rename to cdc_msc_freertoshathach