| Age | Commit message (Expand) | Author |
| 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-04-22 | clang tested with mcb1800, add heap to lpc18 linker | hathach |
| 2024-04-22 | fix print lu format warnings with clang | hathach |
| 2024-03-04 | correct rp2040 host with max3421 | hathach |
| 2023-12-26 | allow rp2040 to use max3421e as host controller | hathach |
| 2023-11-23 | move make.mk and rules.mk to build_system/make | hathach |
| 2023-09-28 | fix build with new freertos host example | hathach |
| 2023-09-27 | Merge branch 'master' into add-max3421-esp32 | hathach |
| 2023-09-27 | change hcd_int_handler(rhport, in_isr) signature: add in_isr | hathach |
| 2023-09-25 | adding host/cdc_msc_hid_freertos example | hathach |
| 2023-09-11 | wrap up build cmake & make support for max3421, to enable the Host driver, 'M... | hathach |
| 2023-08-30 | use ep buf to keep setup packet, work well with hid device | hathach |
| 2023-08-27 | minor update | hathach |
| 2023-08-27 | more update to transaction | hathach |
| 2023-08-14 | fix build iar with lpc43 | hathach |
| 2023-08-14 | add iar support for lpc43, add lpcxpresso43s67 to hil farm | hathach |
| 2023-08-07 | Merge pull request #2151 from kilograham/rp2040_build_fixes | Ha Thach |
| 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 |
| 2023-07-18 | Fix build issues when building for RP2040 from pico-examples/pico-sdk. | graham sanderson |
| 2023-07-07 | enable host example for ra | hathach |
| 2023-06-27 | rework cmake with rtos support add RTOS to family_configure_device/host/dual_... | hathach |
| 2023-06-16 | fix build warnings | hathach |
| 2023-06-16 | renam OPT_MCU_MIMXRT to OPT_MCU_MIMXRT1XXX | hathach |
| 2023-05-08 | build host examples with imx | hathach |
| 2023-05-07 | update all device cmake example for imx | hathach |
| 2023-03-24 | update host example to use new tuh mem macros | hathach |
| 2023-03-17 | update example description | hathach |
| 2023-03-17 | fix trailing space and new line | hathach |
| 2023-03-17 | update host example, add pio-pico-usb for rp2040 | hathach |
| 2023-03-06 | Merge pull request #1933 from kilograham/rp2040_llvm_tweaks | Ha Thach |
| 2023-03-06 | integrate top.mk into make.mk | hathach |
| 2023-03-02 | rp2040: Fixup lib and example compile for LLVM Embedded Toolchain for ARM | graham sanderson |
| 2023-02-06 | * don't force dependency on pico-pio-usb submodule | graham sanderson |
| 2022-11-28 | update pico-pio-usb submodule and its warnings suppress | hathach |
| 2022-11-23 | rework tuh_msc_complete_cb_t signature to use new tuh_msc_complete_data_t | hathach |
| 2022-11-23 | allow all host examples to use pico-pio-usb for rp2040 | hathach |
| 2022-11-21 | add board_getchar() for non-blocking getchar() | hathach |
| 2022-11-21 | host msc example work well with rp2040 pio-usb | hathach |
| 2022-11-21 | suppress fatfs cast-qual | hathach |
| 2022-11-21 | house keeping | hathach |
| 2022-11-21 | add pwd | hathach |
| 2022-11-21 | implement rm command | hathach |
| 2022-11-21 | fix build with rp2040 and rx65 | hathach |
| 2022-11-20 | implement cp command | hathach |
| 2022-11-19 | add mv command | hathach |
| 2022-11-19 | add mkdir | hathach |