Commit Graph

  • d51743a21c Add TU_BREAKPOINT for mips architecture Jerzy Kasenberg 2022-05-01 14:04:36 +0200
  • c289438b75 fix ci build hathach 2022-04-29 23:03:52 +0700
  • 0b30a10ab3 configure hid_to_cdc example to build with rp2040 with pio usb as host hathach 2022-04-29 22:24:36 +0700
  • 608577e05c update pio hathach 2022-04-29 18:05:50 +0700
  • 85dcb73774 more clean up hathach 2022-04-28 18:00:30 +0700
  • a72d4e2462 make hcd_event_handler() fastfunc, and force inline other helper hathach 2022-04-27 20:54:21 +0700
  • ae5490e5a5 clean up hathach 2022-04-27 20:52:56 +0700
  • 4a661dead0 add TU_ATTR_FAST_FUNC for rp2040 __not_in_flash() section hathach 2022-04-27 17:57:52 +0700
  • fd827a80a9
    everything work great hathach 2022-04-27 01:09:30 +0700
  • 455bddddcd
    minor clean up hathach 2022-04-26 18:47:09 +0700
  • 4d11c658ff
    improve pio usb endpoint handler hathach 2022-04-26 13:08:03 +0700
  • 6ec5174d8b
    Merge pull request #1444 from Firefishy/gh-action-use-replacement-ruby Ha Thach 2022-04-26 01:05:33 +0700
  • 26a25279bc
    follow pio usb changes hathach 2022-04-26 00:35:16 +0700
  • 15c01f20ec Update tusb_option.h Nikitarc 2022-04-25 14:06:15 +0200
  • 9e38b4cc68
    Merge branch 'hathach:master' into master tobozo 2022-04-25 01:43:46 +0200
  • 35d1a71ed7 GH Update to actions/checkout@v3 Grant Slater 2022-04-24 16:49:29 +0100
  • 3a1c7339cd Replace actions/setup-ruby with replacement ruby/setup-ruby Grant Slater 2022-04-24 16:48:49 +0100
  • 465ca82e80 Merge branch 'master' into hid_micro_parser Phil 2022-04-23 11:12:06 +0100
  • 2f9b9a31be
    more with pio usb hathach 2022-04-22 18:23:38 +0700
  • 12debd7763
    keep up with pio usb hathach 2022-04-22 01:06:17 +0700
  • 98bbb0d402
    Merge branch 'master' into pio-host hathach 2022-04-21 12:05:22 +0700
  • 328039058e
    update lib pio hathach 2022-04-21 01:45:03 +0700
  • 55a5fd59d7
    Merge pull request #1440 from hathach/osal-queue-timeout Ha Thach 2022-04-20 23:32:50 +0700
  • 87572871d5
    update example for better cdc echo hathach 2022-04-20 18:52:15 +0700
  • 6a022c73db
    add note for tud_task() behavior in freertos example hathach 2022-04-20 18:35:38 +0700
  • b034c18077
    add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout and in_isr hathach 2022-04-20 18:29:41 +0700
  • c422b9ef41 Update dwc2_stm32.h Nikitarc 2022-04-20 11:29:03 +0200
  • ccafb42c82
    disable blank issues, add online docs link hathach 2022-04-20 14:40:55 +0700
  • 669e36d674
    fix freertos issue when 1 tick > 1 ms hathach 2022-04-20 14:37:42 +0700
  • a90839688c
    add msec timeout to osal_queue_receive(), tud_task() and tuh_task() both pending for event queue with timeout of 1 ms hathach 2022-04-20 13:25:38 +0700
  • 52190e7308 Update dwc2_stm32.h Nikitarc 2022-04-19 21:53:00 +0200
  • a32cb1bb93 clean up pio driver hathach 2022-04-18 17:49:21 +0700
  • 35668fc523 hcd_rp2040: Add bulk in/out+interrupt out support. Added support for allocating hw_endpoints for non-interrupt endpoints. Allow endpoints to be used in either direction by updating bit checks. Skyler Mansfield 2022-04-17 01:30:03 +0100
  • 16c13bc110 tusb_types: Added descriptive strings for edpt_dir and edpt_type Skyler Mansfield 2022-04-17 01:16:49 +0100
  • 11f0ffd9a8 Generalize feedback value min and max Reinhard Panhuber 2022-04-16 14:47:42 +0200
  • b5a9537eea
    support pio dcd endpiont stall hathach 2022-04-16 01:19:51 +0700
  • 00a0e3f21b
    update lib pio hathach 2022-04-15 20:14:47 +0700
  • 05bfc1a9eb pio device works well hathach 2022-04-15 01:04:12 +0700
  • cc5a4720e5 catch up with pio lib hathach 2022-04-14 21:51:49 +0700
  • a19850fd89 add meson.build to repository mirror Rafael Silva 2022-04-07 17:45:37 +0100
  • 6bb29bb302 add initial meson build file Rafael Silva 2022-04-07 17:36:12 +0100
  • 7094ff7125 Introduce 3 fb calc options: NO_SOF_BY_USER, SOF_BY_AUDIO_D, SOF_BY_USER Reinhard Panhuber 2022-04-09 16:36:26 +0200
  • d5d4909c20 proof of concpet that device pio-usb work with host pio-usb hathach 2022-04-08 13:36:05 +0700
  • d97c154695 add need_pre for pio usb, but not work out well hathach 2022-04-05 00:04:47 +0700
  • d7d7e61f34 correct pio usb speed, and close device hathach 2022-04-03 22:48:08 +0700
  • 7ea75d3c09 use pio usb host init hathach 2022-04-03 20:44:16 +0700
  • f6851cf187 clean up hcd pio hathach 2022-04-03 00:17:58 +0700
  • f5163f26bc
    Merge branch 'hathach:master' into hid_micro_parser fruit-bat 2022-04-02 13:28:03 +0100
  • f881e77e66 extracting hw root port hathach 2022-04-02 19:19:00 +0700
  • c25f835aea update to use pio hw endpoint hathach 2022-04-01 23:31:43 +0700
  • db6cba6a7b rename pio to pio_usb hathach 2022-04-01 16:38:41 +0700
  • e6e3dfedc8 hid example work well hathach 2022-04-01 16:34:36 +0700
  • 817227a850
    Add WCH CH32V307 to readme supported list Rafael Silva 2022-04-01 10:05:14 +0100
  • 75bca96bc6 pio usb control work well including stall response hathach 2022-04-01 16:01:24 +0700
  • e94d11a5b3 implement pio_usb_irq_handler hathach 2022-03-31 12:56:53 +0700
  • 9c8c5c1c53
    Merge pull request #1413 from perigoso/perigoso-patch-1 Ha Thach 2022-03-30 22:38:30 +0700
  • 95801bf5cc
    Update requirements.txt Rafael Silva 2022-03-30 14:15:34 +0100
  • e2f0aef93b make use pio_usb_port_reset_start/end hathach 2022-03-30 16:41:55 +0700
  • 65b6b79e99
    clean up and comment out tud_sof_isr_set hathach 2022-03-29 16:53:45 +0700
  • edd8eb3279
    Merge pull request #1409 from hathach/remove-pycache Ha Thach 2022-03-28 14:47:41 +0700
  • 735300b53c
    remove cxd56 __pycache-_ folder hathach 2022-03-28 12:47:32 +0700
  • 3cde913ff6
    Merge branch 'hathach:master' into hid_micro_parser fruit-bat 2022-03-27 12:56:40 +0100
  • 233eb8c597 nrf5x: Use stdatomic to fix race conditions Jerzy Kasenberg 2022-03-22 15:03:32 +0100
  • 7d395c674c Update supported table Greg Davill 2022-03-23 00:46:44 +1030
  • 46fb850e02 Update support table Greg Davill 2022-03-23 00:06:51 +1030
  • cdb8a1a2a1 Clean up driver Greg Davill 2022-03-23 00:00:06 +1030
  • 325923b6c6 Update comments about endpoint buffer modes Greg Davill 2022-03-22 23:40:54 +1030
  • a09c1648f5 Fix typo Greg Davill 2022-03-22 23:31:20 +1030
  • d828d203fc Skip freertos for ch32v307 Greg Davill 2022-03-22 23:29:09 +1030
  • ac058a4c45 Add ch32v307 to build workflow Greg Davill 2022-03-22 22:32:53 +1030
  • 1d254be1a4 Increase stack size to 4096 bytes Greg Davill 2022-03-22 16:03:53 +1030
  • fccbcfc889 Add WCH CH32V307 port Greg Davill 2022-03-21 10:01:11 +1030
  • 5cd67baf15 Disable SOF ISR feedback calcuation by default s.t. examples still work Reinhard Panhuber 2022-03-20 12:57:53 +0100
  • 8ffdbfebce Streamline call of tud_audio_set_itf_cb() within audiod_set_interface() Reinhard Panhuber 2022-03-20 12:08:27 +0100
  • 5aba464270 Add magic checks Reinhard Panhuber 2022-03-20 12:04:10 +0100
  • ff2dc0a547 Streamline feedback calc, find fb interval from descriptors, inc. checks Reinhard Panhuber 2022-03-20 11:21:33 +0100
  • 45052c625e
    Merge branch 'master' into pio-host hathach 2022-03-20 00:51:00 +0700
  • ae531a79f6
    Merge pull request #1403 from hathach/host-edpt-xfer Ha Thach 2022-03-20 00:17:39 +0700
  • fdfde8883f Implement power of two, shift, and float calculation Reinhard Panhuber 2022-03-19 13:37:54 +0100
  • a270d8d623
    move code around hathach 2022-03-19 15:06:12 +0700
  • 821be65b03
    rename usbh_edpt_open() to tuh_edpt_open() hathach 2022-03-19 14:59:31 +0700
  • a4b976f095
    get bare example working with hid device hathach 2022-03-19 14:57:43 +0700
  • 4795cca04a
    add parse config descriptor to example hathach 2022-03-19 00:43:31 +0700
  • ba1185bf28
    implement tuh_edpt_xfer() for non-control hathach 2022-03-18 22:22:21 +0700
  • 9ae0304b1e
    move code around hathach 2022-03-18 18:04:25 +0700
  • 8750e3b577
    move daddr into xfer struct hathach 2022-03-18 16:39:35 +0700
  • 2ff8978dde
    update sync API, move timeout into xfer struct hathach 2022-03-18 13:38:30 +0700
  • 85c6d6d37d
    minor update for control xfer hathach 2022-03-18 12:51:12 +0700
  • c063ab4944
    try to fix ci hathach 2022-03-18 00:56:51 +0700
  • f89ff939d8
    rename user_arg to user_data hathach 2022-03-17 22:37:51 +0700
  • 9dd2f11f4a
    add CFG_TUH_API_EDPT_XFER to enable generic edpt xfer hathach 2022-03-17 21:20:20 +0700
  • 55428d7dd2
    rename tuh_control_xfer_t to tuh_xfer_t hathach 2022-03-17 20:52:16 +0700
  • 102b99a0e8
    add actual_len supported hathach 2022-03-17 20:48:32 +0700
  • 8aedb2ff37
    slightly change the signature of tuh_control_xfer hathach 2022-03-17 17:25:53 +0700
  • 1ee699d49d
    update example hathach 2022-03-17 16:56:56 +0700
  • 66942b814b
    change return type of callback to void hathach 2022-03-17 16:55:29 +0700
  • deab8c276a
    remove const in xfer callback hathach 2022-03-17 16:53:54 +0700
  • 6df420f7f3
    move result into transfer struct hathach 2022-03-17 16:24:43 +0700
  • 68bfd048a5
    change tuh_control_xfer_t struct hathach 2022-03-17 12:53:52 +0700
  • 98d4ed0584
    update hid host to use new control xfer for set config hathach 2022-03-16 15:12:59 +0700