| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-27 | update device_info example to work with p4 dcache | hathach | |
| 2024-11-26 | add TUH_EPBUF_DEF for cdc host | hathach | |
| 2024-11-26 | add buffer note for host msc api | hathach | |
| 2024-11-26 | add TUH_EPBUF_DEF for hid host | hathach | |
| 2024-11-21 | missing host/cdc_msc_hid_freertos | hathach | |
| 2024-11-13 | hil add stm32f723disco, add test flags for device/host/dual | hathach | |
| 2024-11-12 | fix example build | hathach | |
| 2024-11-12 | update host/device_info to build with freertos for espressif board. Add hil ↵ | hathach | |
| test for host/device_info | |||
| 2024-11-08 | minor clean up | hathach | |
| 2024-11-07 | hcd work with esp32p4 in slave mode but have issue with DMA mode. In slave ↵ | hathach | |
| it enumerate device but has issue with msc bulk in | |||
| 2024-11-07 | update bsp for h7 to support host mode | hathach | |
| 2024-11-07 | enable stm32f4 host | hathach | |
| 2024-10-31 | testing hcd with dma, work well after enumeration. | hathach | |
| 2024-10-28 | minor rename | hathach | |
| 2024-10-21 | get hprt interrupt triggered | hathach | |
| 2024-10-15 | move core init code to dwc2 common. update/correct build for esppressif | hathach | |
| 2024-10-15 | adding hcd dwc2 | 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-07-18 | fix some clang compiler warnings | graham sanderson | |
| 2024-06-18 | add dual/host_info_to_device_cdc example | hathach | |
| 2024-06-18 | LOG3 in isr | hathach | |
| 2024-06-18 | add host/device_info example | hathach | |
| 2024-05-10 | More ci tweak (#2636) | Ha Thach | |
| * change concurrency group to ${{ github.workflow }}-${{ github.ref }} * use argparse for build.py hil_test.py, remove the need to install click * move ci win/mac to build_cmake.yml * rename build_family.yml to build_util.yml * build_util.yml support esp32 * integrate build-espressif into build.yml * build.py support make with --board option * add get_deps action * update hil test to reuse action | |||
| 2024-04-26 | Merge pull request #2609 from tyustli/patch-1 | HiFiPhile | |
| Remove redundant header file includes for the hid class | |||
| 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-25 | fix ci error | tyustli | |
| 2024-04-24 | change hil board s3 devkitm (devkitc seems to have usb issue with cp2104) | 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-04-22 | fix nrfx v3 spim freq when init | hathach | |
| fix clang build with nrf | |||
| 2024-04-22 | fix build with nrfx v3, though max3421e spi does not seem to work well. | hathach | |
| 2024-04-04 | skip cdc_msc_hid_freertos example for rp2040 | hathach | |
| 2024-03-22 | skip rp2040 build for cdc_msc_hid_freertos | hathach | |
| 2024-03-22 | remove pca10095 suppport for max3421 | hathach | |
| also remove pico_bootsel_via_double_reset from rp2040 | |||
| 2024-03-04 | correct rp2040 host with max3421 | hathach | |
| 2024-01-20 | make CFG_TUH_CDC_LINE_CODING_ON_ENUM optional for ch34x | hathach | |
| 2024-01-19 | - add ch34x_set_data_format() | hathach | |
| - add ch34x_set_line_coding() | |||
| 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-23 | move make.mk and rules.mk to build_system/make | hathach | |
| 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 | Merge branch 'master' into add-max3421-esp32 | hathach | |
