| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-06 | fix(dwc2) host driver conflict with max3421e | hathach | |
| 2025-03-06 | midi host: skip rx data with all zeroes | hathach | |
| 2025-03-05 | Merge branch 'master' into fork/atoktoto/midihost | hathach | |
| # Conflicts: # src/host/usbh.c | |||
| 2025-03-03 | - add tuh_descriptor_get_string_langid() API | hathach | |
| - host enumeration always get language id, manufacturer, product and serial string. Which is required by some device such as 8bitdo | |||
| 2025-02-24 | add tuh_midi_mount_cb_t struct for tuh_midi_mount_cb() | hathach | |
| change tuh_midi_rx/tx_cb() to have xferred_bytes rename tuh_midi_get_num_rx/tx_cables() to tuh_midi_get_rx/tx_cable_count() use default empty callback instead of weak null to be compatible with keil compiler | |||
| 2025-02-24 | add desc_audio_control to midi descriptor callback | hathach | |
| 2025-02-24 | change API to take index instead of dev address, this allow to support more ↵ | hathach | |
| than 1 midi per device. | |||
| 2025-02-21 | remove CFG_MIDI_HOST_DEVSTRINGS support, we will leave that for application ↵ | hathach | |
| to parse/extract this information if needed rename tuh_midi_configure() to mounted() for consistency | |||
| 2025-02-21 | Merge branch 'master' into fork/atoktoto/midihost | hathach | |
| # Conflicts: # src/host/usbh.c | |||
| 2025-02-14 | Merge pull request #2984 from HiFiPhile/preset | Ha Thach | |
| Add CMake presets. | |||
| 2025-02-14 | - change signature of tuh_midi_mount/umount_cb() | hathach | |
| - rename midi_stream_t to midi_driver_stream_t and move to midi.h (common for device and host) | |||
| 2025-02-14 | - remove tuh_midi_read_poll(), auto schedule EP in when set_config() and ↵ | hathach | |
| xfer_cb as well as ep read() - de-dup tuh_midi_get_num_rx/tx_cables - add tuh_midi_read_available() | |||
| 2025-02-12 | - use CFG_TUH_MIDI as number of midi host instance | hathach | |
| - comment out tuh_descriptor_device_cb/tuh_desc_configuration_cb since it is unrelated to this PR | |||
| 2025-02-12 | more ci fix | hathach | |
| 2025-02-12 | fix host midi build | hathach | |
| 2025-02-12 | pre-commit fix | hathach | |
| 2025-02-12 | Merge branch 'master' into fork/atoktoto/midihost | hathach | |
| # Conflicts: # hw/bsp/rp2040/family.cmake # src/class/midi/midi.h # src/class/midi/midi_device.c # src/device/usbd_control.c # src/host/hcd.h # src/host/usbh.c # src/host/usbh.h | |||
| 2025-02-11 | Fix path. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-02-11 | update make to use FreeRTOSConfig in family instead of examples | hathach | |
| 2025-02-09 | Add CMake presets. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-01-23 | kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR | hathach | |
| 2025-01-21 | bump up cmake min to 3.20 | hathach | |
| 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 | |
