| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-26 | Fix typo in CDC stack size constant | Phozer | |
| 2026-04-21 | replace `TUD_ENDPOINT_ONE_DIRECTION_ONLY` with ↵ | hathach | |
| `CFG_TUD_ENDPOINT_ONE_DIRECTION_ONLY` for improved configuration consistency across examples and core sources | |||
| 2025-10-30 | increase freertos stack size when debug is enabled | 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-09-12 | fix warnings, update docs | hathach | |
| 2025-07-03 | update cdc_msc/cdc_msc_freertos to also support notification | hathach | |
| 2025-07-02 | update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM | hathach | |
| 2025-01-29 | cdc_msc_freertos: add async IO support. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-21 | - move freertos_hooks to board.c | hathach | |
| - add device/midi_test_freertos example - update bth/dfu/midi device for cache line size | |||
| 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-25 | adding support for esp32 for use with max3421e host | hathach | |
| 2024-02-22 | slightly change cdc_msc_freertos example | hathach | |
| 2023-09-25 | adding host/cdc_msc_hid_freertos example | hathach | |
| 2023-08-09 | Merge pull request #2202 from Rocky04/patch-4 | Ha Thach | |
| Invoke unmounted state on configuration reset | |||
| 2023-08-07 | Update examples | Rocky04 | |
| 2023-08-04 | Merge branch 'master' into enhance-bsp | hathach | |
| 2023-08-03 | rename hw/bsp/board.h to board_api.h | hathach | |
| 2023-07-31 | enable USBMC for uno r4, add board_init_after_tusb() API | hathach | |
| add BOARD_UPPERCASE for board detection | |||
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2022-12-05 | clean osal_freertos, update freertos examples to work with ↵ | hathach | |
| configSUPPORT_DYNAMIC_ALLOCATION only note: for example to build with configSUPPORT_STATIC_ALLOCATION = 0, one of heap_n.c must be included in makefile/cmake | |||
| 2022-06-06 | clean up example to use CFG_TUD_ENABLED + CFG_TUD_MAX_SPEED instead of ↵ | hathach | |
| CFG_TUSB_RHPORT0_MODE | |||
| 2022-04-20 | update example for better cdc echo | hathach | |
| 2022-04-20 | add note for tud_task() behavior in freertos example | hathach | |
| 2022-04-20 | add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout ↵ | hathach | |
| and in_isr also allow exit tud_task,tuh_task after processing all events for running other background task for user | |||
| 2022-04-20 | fix freertos issue when 1 tick > 1 ms | hathach | |
| 2021-11-29 | use 4k stack for example with esp32sx | hathach | |
| 2021-10-25 | change usage of TU_CHECK_MCU() to prevent macro conflict | hathach | |
| 2021-09-26 | make freertos header include in examples more explicit | hathach | |
| 2021-09-25 | add CFG_TUSB_OS_INC_PATH for os include path | hathach | |
| useful for freertos/ prefix with esp IDF | |||
| 2021-04-16 | tinyusb: add support of esp32s3 target | Alex Lisitsyn | |
| add support of new esp32s3 target and the board update the roles.mk wrapper to allow dfu flashing of espressif chip update examples to allow compilation for esp32s3_addax_1 board once the code is tested the PR to original tinyusb repo will be submitted | |||
| 2021-03-31 | remove NVIC_SystemReset() in freertos examples | hathach | |
| 2021-03-27 | added configurations for RX63X | kkitayam | |
| 2021-03-18 | clean up some examples | hathach | |
| 2020-11-24 | fix ci build | hathach | |
| 2020-11-24 | comment out and add note for tud_cdc_connected() in cdc_msc examples | hathach | |
| 2020-11-18 | Reset CDC examples to original state | Jan Dümpelmann | |
| 2020-09-04 | Remove tud_cdc_connected check from examples | Jan Dümpelmann | |
| 2020-07-23 | example to call tud_init() after freeRTOS kernel is started | hathach | |
| add note for usb init when using with RTOS | |||
| 2020-04-11 | print correct example name | hathach | |
| 2020-04-11 | fix incorrect setup packet | hathach | |
| also increase usbd stack in example when debug is enabled | |||
| 2020-04-07 | add hid_composite_freertos example | hathach | |
| 2020-04-07 | example clean up | hathach | |
| 2020-04-07 | clean up | hathach | |
| 2020-04-01 | reduce freertos task stack size to fit small mcu | hathach | |
| 2020-04-01 | add esp32s2 saola bsp | hathach | |
| update cdc_msc_freertos main.c to work with esp32s2 add CMake file | |||
| 2020-04-01 | add dcd_esp32s2 | hathach | |
| skip esp32s2_saola for make build since idf use cmake | |||
