| Age | Commit message (Expand) | Author |
| 2024-11-21 | - move freertos_hooks to board.c | 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 con... | hathach |
| 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 |
| 2024-08-19 | rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLY | hathach |
| 2024-08-17 | define and use TUD_ENDPOINT_EXCLUSIVE_NUMBER | hathach |
| 2024-08-14 | Merge branch 'refs/heads/master' into fork/BrentK-ADI/max32_port | hathach |
| 2024-07-18 | fix hil board_test duplication, add cdc_msc_freertos test | hathach |
| 2024-07-01 | Add MAX78002 Support | Brent Kowal |
| 2024-06-28 | Initial Commit for MAX32 Support | Brent Kowal |
| 2024-06-27 | Make FreeRTOS config work with Cortex-M33. | HiFiPhile |
| 2024-04-25 | adding support for esp32 for use with max3421e host | hathach |
| 2024-04-09 | Renesas RX controllers: Recover the previous state of the system write protec... | Matthias Schär |
| 2024-04-09 | Revert "Fixed behavior of the PRCR register. Previous write protection will b... | Matthias Schär |
| 2024-04-09 | Fixed behavior of the PRCR register. Previous write protection will be recove... | Matthias Schär |
| 2024-02-22 | slightly change cdc_msc_freertos example | hathach |
| 2023-12-18 | update FreeRTOSConfig.h | hathach |
| 2023-11-29 | update esp32 to also be supported by hil test | 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 |
| 2023-08-07 | Update examples | Rocky04 |
| 2023-08-04 | update all examples to use unique ID as serial if avaialble | hathach |
| 2023-08-04 | Merge branch 'master' into enhance-bsp | hathach |
| 2023-08-03 | Merge pull request #2052 from arduino/renesas_ra_hs_rebased | Ha Thach |
| 2023-08-03 | rename hw/bsp/board.h to board_api.h | hathach |
| 2023-08-03 | add osal queue name if needed | hathach |
| 2023-07-31 | enable USBMC for uno r4, add board_init_after_tusb() API | hathach |
| 2023-04-21 | update freeRTOS kernel to latest for library cmake | hathach |
| 2023-03-30 | more esp32 cmake clean up | hathach |
| 2023-03-30 | update all cmake for esp32 build | hathach |
| 2023-03-30 | merge s2 and s3, update cmake for espressif, add tinyusb_src as component | hathach |
| 2023-03-17 | fix trailing space and new line | hathach |
| 2023-01-30 | hardcoded configPRIO_BITS for IAR build to pass CI | hathach |
| 2023-01-17 | update freertos example to build with iar | hathach |
| 2022-12-05 | clean osal_freertos, update freertos examples to work with configSUPPORT_DYNA... | hathach |
| 2022-06-27 | fix most warnings with rp2040 -wconversion | hathach |
| 2022-06-24 | suppress redundant-decls warnings for freertos examples | hathach |
| 2022-06-06 | clean up example to use CFG_TUD_ENABLED + CFG_TUD_MAX_SPEED instead of CFG_TU... | hathach |
| 2022-06-01 | rename board specific macro for example | hathach |
| 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 and... | hathach |
| 2022-04-20 | fix freertos issue when 1 tick > 1 ms | hathach |
| 2022-02-18 | fix build with latest esp idf | hathach |
| 2022-02-15 | msc example response PREVENT_ALLOW_MEDIUM_REMOVAL command as unsupported command | 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-10-25 | moving esp32s2 to dwc2, abstract dwc2_set_turnaround() | hathach |
| 2021-10-15 | msc examples: Extend serial number to 12 digits | Jerzy Kasenberg |