Commit Graph

  • 4fa4d39883 fix(dcd/dwc2): Do not modify FS PHY registers on HS PHY ESP32-P4 Tomas Rezucha 2026-03-02 12:29:09 +01:00
  • 4df7ef5439 fix call_after timeout adjustment with rtos hathach 2026-03-02 17:51:48 +07:00
  • 0daa444a9b - rename to usbh_defer_func_ms_async() - call after (enum non-blocking delay) also support rtos now hathach 2026-03-02 15:05:28 +07:00
  • ac172f7799 fix board test without tusb_time_millis_api() hathach 2026-03-02 11:36:47 +07:00
  • bf76bb88e0 Merge pull request #3514 from sauloverissimo/fix/midi-device-cable-demux Zixun LI 2026-03-01 16:19:48 +01:00
  • 320b92b106 bsp/stm32h7: fix h747-disco button HiFiPhile 2026-03-01 16:02:46 +01:00
  • 7da7d0725b Merge remote-tracking branch 'tinyusb/master' into ncm_restart HiFiPhile 2026-03-01 15:36:21 +01:00
  • 8444c25ab6 replace board_millis() with tusb_time_millis_api() hathach 2026-02-27 23:51:36 +07:00
  • 7ea02fd6c9 add osal_time_millis() to osal requirement implement tusb_time_millis_api() with osal_time_millis() when OS is not NONE hathach 2026-02-27 23:34:48 +07:00
  • 8302adfab8 update h743eval board settings for tracing hathach 2026-02-27 22:40:16 +07:00
  • 66c4d470eb add back deferred attachment queue, retry get hub port status if reset change not set after 20ms hathach 2026-02-27 22:39:42 +07:00
  • 22acfb6267 cleanup HiFiPhile 2026-02-27 11:53:02 +01:00
  • ecc0e12dd5 Merge remote-tracking branch 'tinyusb/master' into dwc2_deinit HiFiPhile 2026-02-27 11:47:58 +01:00
  • a3fd3071c1 Fix IAR warnings HiFiPhile 2025-12-15 23:01:36 +01:00
  • 5095ec97d8 Add a dynamic switch example HiFiPhile 2025-11-28 19:46:11 +01:00
  • 84f214d33c dcd/samx7x: reformat code HiFiPhile 2026-02-27 11:34:55 +01:00
  • eca8b0050f dcd/samx7x: remove buggy DMA FIFO transfer HiFiPhile 2026-02-27 11:31:10 +01:00
  • bb8845c8e8 dcd/samx7x: synchronize DMA and cache options HiFiPhile 2026-02-27 10:58:01 +01:00
  • fc9f63e62d bsp/samx7x: fix build HiFiPhile 2026-02-27 10:43:22 +01:00
  • fd933642df fix fallthrough hathach 2026-02-26 18:02:09 +07:00
  • abdf3452ac revert usbh dedicated queue for attached event hathach 2026-02-26 16:36:40 +07:00
  • 56fca0076a refactor, rename to schedule function with usbh_call_after_ms() to use with enumeration delay hathach 2026-02-26 14:33:04 +07:00
  • 4d402194dc midi device: add cable-aware stream read (tud_midi_n_demux_stream_read) Saulo Veríssimo 2026-02-25 12:38:44 -03:00
  • bd1e79bc6c Merge pull request #3513 from hathach/fix-cdch-ftdi-mulitple-channel Ha Thach 2026-02-25 10:22:12 +07:00
  • da21dab358 fix CDC host FTDI multiple channel loop fix typos for ftdi_process_set_config() add J-Link GDB + RTT logging instructions hathach 2026-02-24 23:37:07 +07:00
  • 2e5d5665f3 Merge pull request #3509 from hathach/pr3506-followup Ha Thach 2026-02-24 11:52:00 +07:00
  • f179b2957d refactor: streamline high-speed PHY detection and configuration in DWC2 driver hathach 2026-02-23 19:33:29 +07:00
  • 1eef6f4f4f refactor: improve high-speed PHY handling and FIFO configuration in DWC2 driver hathach 2026-02-23 15:34:59 +07:00
  • 942479407e Merge branch 'hathach:master' into non-blocking-host-v2 Cédric Berger 2026-02-22 21:39:14 +01:00
  • dc072da5cc Merge pull request #3506 from Precidata/fs-host-with-hs-phy-v3 Zixun LI 2026-02-22 13:50:31 +01:00
  • e947af26c6 Apply suggestions from code review Zixun LI 2026-02-22 13:33:29 +01:00
  • b585df168a refactor speed check HiFiPhile 2026-02-21 17:44:17 +01:00
  • dafb0d2bf4 check femtoPHY speed HiFiPhile 2026-02-21 17:34:11 +01:00
  • 167a507146 fix ci HiFiPhile 2026-02-21 17:03:06 +01:00
  • c5ec572396 refactor config option HiFiPhile 2026-02-20 13:57:34 +01:00
  • 7e61770971 Fix a couple indentations Cédric Berger 2026-02-19 23:30:25 +01:00
  • c8265a3709 Introduce TUH_CFGID_PHY_SPEED configure option Cédric Berger 2026-02-19 23:03:32 +01:00
  • db1ff5d169 Better variable/function names Cédric Berger 2026-02-19 23:00:27 +01:00
  • 41a00f498e Merge pull request #3502 from roma-jam-lab/dbg/nested_hubs_address_empty_warning Zixun LI 2026-02-15 23:34:18 +01:00
  • 59feef3208 add(usbh.c): LOG1 debug message when no address available for hub Roman Leonov 2026-02-14 11:52:52 +01:00
  • da10280611 Merge pull request #3476 from hathach/dwc2_vbus Ha Thach 2026-02-13 23:46:36 +07:00
  • f0b44ec615 use CFG_TUD_CONFIGURE_DWC2_DEFAULT to make it easier to add more value hathach 2026-02-13 22:29:14 +07:00
  • 8f14cf4bfa add CFG_TUD_VBUS_SENSE, that could allow to skip tud_configure() for fixed vbus sensing simplify dwc2_stm32_gccfg_cfg() using guid value hathach 2026-02-13 19:45:09 +07:00
  • 35a90f213d Merge branch 'refs/heads/master' into dwc2_vbus hathach 2026-02-13 01:10:55 +07:00
  • d13284d02d Merge pull request #3497 from hathach/more-membrowse Ha Thach 2026-02-13 00:55:35 +07:00
  • ace6d295a9 fix stm32u545 makefile missing hcd hathach 2026-02-13 00:27:05 +07:00
  • a6d4c6d022 change membrowse target to board/target and remove redundant continue-on-error directive fix defsym can be followed by = or , hathach 2026-02-12 23:42:34 +07:00
  • 115b26a61f Merge pull request #3496 from michael-membrowse/fix_membrowse_defsym_extraction Ha Thach 2026-02-12 22:57:50 +07:00
  • 05cdaf0ad0 fix ld symbols extraction Michael Rogov Papernov 2026-02-12 14:54:45 +00:00
  • 0b8bff8a74 Merge pull request #3489 from hathach/update-memborwse-ci Ha Thach 2026-02-12 14:37:30 +07:00
  • 8a6012b009 refactor build scripts to support multiple build targets and improve argument handling hathach 2026-02-12 13:32:00 +07:00
  • c59447faa8 clean up hathach 2026-02-12 11:30:40 +07:00
  • a0982cd5ca Merge pull request #3471 from hathach/msc_stall Ha Thach 2026-02-12 10:50:03 +07:00
  • 5efa72cd57 fix ep size and midi buffer HiFiPhile 2026-02-11 22:24:34 +01:00
  • 135a130ba5 fix rx transfer length when high speed capable device/host working at full speed HiFiPhile 2026-02-11 22:04:44 +01:00
  • 39bc5cd933 fix ci hathach 2026-02-12 00:22:21 +07:00
  • 4a5077a1aa membrowse upload continue on error hathach 2026-02-12 00:10:18 +07:00
  • 30802a19c9 Merge remote-tracking branch 'origin/master' into msc_stall hathach 2026-02-11 23:58:41 +07:00
  • 8a8cea5780 Merge pull request #3493 from hathach/pr-3471-status-sent-stall Ha Thach 2026-02-11 23:56:57 +07:00
  • b5c84aa140 device/msc: only defer prepare_cbw() from STATUS_SENT when EP OUT stalled hathach 2026-02-11 23:44:39 +07:00
  • cec0ee53f6 make membrowse command more visible hathach 2026-02-11 23:06:38 +07:00
  • 2883403ed0 Merge pull request #3491 from Precidata/custom-breakpoint-function Zixun LI 2026-02-11 17:13:29 +01:00
  • 75adb35f35 Update tusb_verify.h Cédric Berger 2026-02-11 16:23:11 +01:00
  • 1586e80ffe Introduce CFG_TUSB_DEBUG_BREAKPOINT hook Cédric Berger 2026-02-11 15:25:48 +01:00
  • 90d0514630 Put deferred attachments in a separate queue Cédric Berger 2026-02-11 15:06:27 +01:00
  • 2808b65a0e Call continuation functions asynchronously Cédric Berger 2026-02-11 15:05:25 +01:00
  • 2f1b6296c6 Split functions calling tusb_time_delay_ms_api() Cédric Berger 2026-02-11 15:04:04 +01:00
  • 8c9901c318 correct membrowse upload step hathach 2026-02-11 18:17:16 +07:00
  • 9bba4373bf parse and pass linker symbol to membrowse report hathach 2026-02-11 17:18:26 +07:00
  • c69e2e0a2a update membrowse target to family/board/target hathach 2026-02-11 16:51:48 +07:00
  • 2e8e33f284 add build target argument to improve flexibility of build scripts and workflows membrowse-upload upload with --identical if elf file does not exist hathach 2026-02-11 16:34:28 +07:00
  • 07a3b3b34f fetch depth 0 if membrowse-upload hathach 2026-02-11 10:39:43 +07:00
  • dfe7a97d34 remove membrowse-targets.json as it is no longer required hathach 2026-02-11 00:41:46 +07:00
  • ff96b90def update get_deps.py to adjust MCU families for samd2x_l2x hathach 2026-02-11 00:27:24 +07:00
  • dcb94d2a12 1 family per job in ci_set_matrix.py hathach 2026-02-11 00:16:52 +07:00
  • 39b157d22f add membrowse-upload target and use it in ci after build hathach 2026-02-10 23:45:24 +07:00
  • 4b8f476d52 add membrowse target to family support for enhanced memory analysis hathach 2026-02-10 19:06:31 +07:00
  • e416a81a50 Merge pull request #3437 from hathach/copilot/improve-build-steps-rp2040-esp32 Ha Thach 2026-02-10 12:54:52 +07:00
  • b66c3f75c3 update matrix build hathach 2026-02-10 12:31:24 +07:00
  • 7b934efa0d Merge branch 'refs/heads/master' into copilot/improve-build-steps-rp2040-esp32 hathach 2026-02-10 11:43:32 +07:00
  • e7c71fefa7 update getting_started.rst and get_deps.py for clarity and improved dependency handling hathach 2026-02-10 11:25:46 +07:00
  • 207396bba6 Merge pull request #3485 from hathach/readd-ci-checkpath Ha Thach 2026-02-10 10:26:08 +07:00
  • a65a852bcf Merge pull request #3488 from hathach/copilot/sub-pr-3485 Ha Thach 2026-02-09 20:37:09 +07:00
  • 13ae5244c0 Update membrowse job to run on all pushes for commit chain tracking copilot-swe-agent[bot] 2026-02-09 12:18:25 +00:00
  • e67a84883e Initial plan copilot-swe-agent[bot] 2026-02-09 12:17:13 +00:00
  • 6e675da608 Merge branch 'hathach:master' into threadx_osal Aleksei Musin 2026-02-09 12:22:20 +04:00
  • ebc9edfb7a clean Aleksei Musin 2026-02-09 12:20:43 +04:00
  • 320d0f88bf remove sdk setup instruction for rp2040 and espressif hathach 2026-02-07 21:53:51 +07:00
  • 25de49f8f6 minor update hathach 2026-02-07 18:01:23 +07:00
  • a1a4f34e22 Update .github/workflows/build.yml Ha Thach 2026-02-07 18:00:11 +07:00
  • 4632441ae7 add back check-path job to path filter, make sure workflow always run to register commit chain with membrowse hathach 2026-02-07 17:31:53 +07:00
  • f5424c569d Merge pull request #3484 from hathach/update-readme Ha Thach 2026-02-07 17:07:15 +07:00
  • 141f3723f8 Add MIDI to Host Stack section in README Ha Thach 2026-02-07 11:33:59 +07:00
  • dde5f1dc71 Merge pull request #3462 from hathach/musb_fix Ha Thach 2026-02-07 11:15:10 +07:00
  • 9f1d86c2e3 adjust handle_xfer_in logic to simplify ZLP handling hathach 2026-02-06 23:56:30 +07:00
  • cb19d620e8 Merge branch 'refs/heads/master' into musb_fix hathach 2026-02-06 18:09:53 +07:00
  • be5e234535 Merge pull request #3483 from hathach/skip-some-ci Ha Thach 2026-02-06 18:08:26 +07:00
  • 3cef022737 set folder property for flash tool targets update build.yml only build with pr and push-to-master hathach 2026-02-06 17:40:13 +07:00
  • b85a3967bf skip zephyr and membrowse steps temporarily hathach 2026-02-06 11:40:13 +07:00
  • cdf7499a65 Merge pull request #3472 from hathach/u0_fix Ha Thach 2026-02-05 17:49:16 +07:00