| Age | Commit message (Expand) | Author |
| 2024-11-07 | update bsp for h7 to support host mode | 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-06-18 | add host/device_info example | hathach |
| 2024-04-26 | Merge pull request #2609 from tyustli/patch-1 | HiFiPhile |
| 2024-04-25 | fix ci error | tyustli |
| 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-07 | Merge pull request #2151 from kilograham/rp2040_build_fixes | Ha Thach |
| 2023-08-04 | Merge pull request #2204 from hathach/enhance-bsp | Ha Thach |
| 2023-08-04 | Merge pull request #2116 from dsugisawa-mixi/master | 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-08-02 | fix pre-commit, also skip lto for rp2040 | 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-17 | fix example of bare_api, check empty string | dsugisawa-mixi |
| 2023-06-16 | renam OPT_MCU_MIMXRT to OPT_MCU_MIMXRT1XXX | 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 | fix trailing space and new line | hathach |
| 2023-03-17 | update host example, add pio-pico-usb for rp2040 | hathach |
| 2023-03-06 | integrate top.mk into make.mk | hathach |
| 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 | allow all host examples to use pico-pio-usb for rp2040 | hathach |
| 2022-11-21 | house keeping | hathach |
| 2022-07-12 | RP@040: rework CMake for compiler warnings | graham sanderson |
| 2022-07-11 | fix rt1050 evk build with latest mcu-sdk | hathach |
| 2022-07-11 | bump up mcux-sdk for rt11xx, add back OPT_MCU_MIMXRT11XX | hathach |
| 2022-06-27 | fix all warnings with host rp2040 | hathach |
| 2022-06-27 | clean up usbd log level | hathach |
| 2022-06-06 | update all host examples | hathach |
| 2022-05-20 | Minor cleanup of RP2040 code post addition of Pico-PIO_USB | graham sanderson |
| 2022-05-10 | cmake lib rename | hathach |
| 2022-05-10 | move pio-usb init to family_configure_pio_usb_example() to stay compatible | hathach |
| 2022-03-19 | move code around | hathach |
| 2022-03-19 | rename usbh_edpt_open() to tuh_edpt_open() | hathach |
| 2022-03-19 | get bare example working with hid device | hathach |
| 2022-03-19 | add parse config descriptor to example | hathach |