| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-26 | Fix typo in CDC stack size constant here too | Phozer | |
| 2026-04-03 | fix hil host cdc echo test with imxrt and other fast mcu | hathach | |
| 2026-03-23 | update host msc hil test | hathach | |
| 2025-11-04 | Fixed more alert found by PVS-Studio | hathach | |
| 2025-11-03 | fix #2942, include stdio if CFG_TUSB_DEBUG > 0 and CFG_TUSB_DEBUG_PRINTF is ↵ | hathach | |
| not defined | |||
| 2025-10-30 | Merge pull request #3271 from karlp/pr/examplesd-freertos-stacks | Ha Thach | |
| examples/device/*_freertos: expand stack size when needed | |||
| 2025-10-30 | increase freertos stack size when debug is enabled | hathach | |
| 2025-10-28 | fix Identifiers that start with '__' or '_[A-Z]' are reserved. | hathach | |
| fix compiling with nuc family | |||
| 2025-10-14 | more warnings fix | hathach | |
| 2025-10-14 | improve cmake warning flags, fix various warnings in examples | hathach | |
| 2025-10-01 | examples/device/*_freertos: expand stack size when needed | Karl Palsson | |
| All four of these examples immediately crashed on stack overflow when connected, at least on a FRDM_K64F board. In 46fd82299040f the default freertos stack size was increased, but _only_ for stm32? Perhaps either all platform examples need the default increased, rather than increasing the problem task stacks as is done here. Signed-off-by: Karl Palsson <[email protected]> | |||
| 2025-09-17 | Fix board_init_after_tusb | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-07-02 | update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM | hathach | |
| 2025-06-27 | clean up | hathach | |
| 2025-06-19 | revert CFG_TUH_CDC_DTR/RTS_CONTROL_ON_ENUM | hathach | |
| 2025-06-16 | Merge branch 'master' into fork/IngHK/cdch_upgrade | hathach | |
| # Conflicts: # README.rst # docs/reference/index.rst # src/class/cdc/cdc_device.c # src/class/cdc/cdc_host.c | |||
| 2025-03-25 | fix wanings | hathach | |
| 2025-03-06 | fix(dwc2) host driver conflict with max3421e | hathach | |
| 2025-02-11 | update make to use FreeRTOSConfig in family instead of examples | hathach | |
| 2024-11-26 | add TUH_EPBUF_DEF for cdc host | hathach | |
| 2024-11-26 | add TUH_EPBUF_DEF for hid host | hathach | |
| 2024-11-21 | missing host/cdc_msc_hid_freertos | hathach | |
| 2024-10-15 | move core init code to dwc2 common. update/correct build for esppressif | hathach | |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵ | hathach | |
| consistent | |||
| 2024-10-11 | change tusb_init(), tusb_rhport_init() to use init struct for expandability | hathach | |
| 2024-10-10 | add new tusb_int_handler(rhport, in_isr) as common irq handler | hathach | |
| update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible | |||
| 2024-04-26 | - add esp32 c3, c6 mcu option | hathach | |
| - skip breakpoint for espressif riscv | |||
| 2024-04-25 | adding support for esp32 for use with max3421e host | hathach | |
| 2024-04-22 | fix print lu format warnings with clang | hathach | |
| 2024-03-21 | Merge remote-tracking branch 'remotes/hathach/master' into work | IngHK | |
| 2024-03-10 | added defines CFG_TUH_CDC_DTR_CONTROL_ON_ENUM & CFG_TUH_CDC_RTS_CONTROL_ON_ENUM | IngHK | |
| 2024-03-04 | correct rp2040 host with max3421 | hathach | |
| 2024-02-24 | added PL2303 support | IngHK | |
| 2024-02-13 | improved tusb_config.h comment | IngHK | |
| 2023-12-26 | initial support of CH34x CDC device | IngHK | |
| 2023-12-26 | allow rp2040 to use max3421e as host controller | hathach | |
| - fix warnings build hcd max3421 with rp2040 - add tinyusb_host_max3421 target for rp2040 cmake, -DMAX3421_HOST=1 will enable this - add max3421 driver implementation for rp2040 family - update tusb_config for host to allow easy enable host selection for rp2040 (default/pio-usb/max3421) | |||
| 2023-12-18 | update FreeRTOSConfig.h | hathach | |
| - remove configAssert() - configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil | |||
| 2023-11-22 | fix typo in cdc line coding enum | hathach | |
| 2023-11-20 | update example to work with featherwing max3421, set max3421 GPIO0 for vbus | hathach | |
| tested with feather nrf52840, m0, m4 | |||
| 2023-09-28 | fix build with new freertos host example | hathach | |
| 2023-09-28 | esp32 cdc host with max3421 work well | hathach | |
| 2023-09-28 | fix esp32 msc example | hathach | |
| 2023-09-27 | max3421 communication work with esp32 up to enumeration, seems still have a ↵ | hathach | |
| bit of issue | |||
| 2023-09-26 | tested cdc_msc_hid_freertos with samd51 | hathach | |
| add -Wno-error=format for espressif wrap up cdc_msc_hid_freertos | |||
| 2023-09-25 | adding host/cdc_msc_hid_freertos example | hathach | |
