Commit Graph

  • 47bb79abe2 Fix board_reset_to_bootloader HiFiPhile 2025-09-17 23:30:32 +02:00
  • be9409bfa7 Fix board_init_after_tusb HiFiPhile 2025-09-17 23:19:35 +02:00
  • 50949eb3b9 Fix board_get_unique_id HiFiPhile 2025-09-17 22:59:58 +02:00
  • 73f3900b2d Replace old delay functions by tusb_time_delay_ms_api HiFiPhile 2025-09-17 22:45:25 +02:00
  • 369a1ff515 Update weak callbacks to new syntax HiFiPhile 2025-09-17 22:37:45 +02:00
  • f18b750550 use existing overloadable Pico SDK section macro instead of creating a custom one Peter Lawrence 2025-09-17 12:38:47 -05:00
  • aea56dc776
    remove mtp context hathach 2025-09-16 22:43:18 +07:00
  • 541c62ceae
    refactor mtp xfer callback hathach 2025-09-16 22:23:57 +07:00
  • d9ad09a8dc
    Merge pull request #3252 from espressif/feat/esp32h4_support Ha Thach 2025-09-16 22:10:53 +07:00
  • 4182342112 Add ESP32-H4 as a supported MCU in TinyUSB and wire it into build/runtime: igor.masar 2025-09-16 12:18:50 +02:00
  • 10298f0b27
    refactor generic container to use EPBUF declaration simplify container field name hathach 2025-09-16 14:14:36 +07:00
  • 5fb8c57f5c
    merge context into interface and refactor, reformat hathach 2025-09-16 09:42:07 +07:00
  • 4ef99ecb27
    fix copying readme.txt contents hathach 2025-09-15 22:41:56 +07:00
  • 8e34ba9cf6
    Merge branch 'master' into fork/ennebi/mtp hathach 2025-09-15 16:45:41 +07:00
  • feef534921
    Merge pull request #3251 from hathach/fix-dwc2-reseet Ha Thach 2025-09-15 16:43:44 +07:00
  • 6f06effd03
    add nrf54 to dwc2 info hathach 2025-09-15 16:18:07 +07:00
  • 65220679d6
    fix imxrt build hathach 2025-09-15 16:15:48 +07:00
  • cc19c02f86
    dwc2: wait for ahb idle before core reset hathach 2025-09-15 15:47:06 +07:00
  • f674561696
    Merge pull request #3246 from HiFiPhile/nxp_host Ha Thach 2025-09-13 12:07:44 +07:00
  • c484aaeaa0
    Merge pull request #3247 from hathach/fsdev_fix Ha Thach 2025-09-13 10:30:23 +07:00
  • cf6cbf0d1a Fix AT32 compile after #3152 HiFiPhile 2025-09-12 21:30:53 +02:00
  • 841cac6dbe
    Merge pull request #3152 from Milek7/sb-ep Zixun LI 2025-09-12 21:19:46 +02:00
  • 8515e47ad9 Update comment HiFiPhile 2025-09-12 16:49:55 +02:00
  • 7810b58161 exclude stm32l0538 due to size limit HiFiPhile 2025-09-12 16:37:33 +02:00
  • fad3dc4926 Merge branch 'master' into sb-ep HiFiPhile 2025-09-12 15:49:40 +02:00
  • 99bee6a900 ehci: fix removed qhd get reused HiFiPhile 2025-09-12 14:25:44 +02:00
  • 4db2bdad07 echi: fix NXP USBPHY disconnection detection HiFiPhile 2025-09-12 14:08:54 +02:00
  • 3b4884f8d7 Move BOARD_ConfigMPU into board specific init HiFiPhile 2025-09-12 14:06:57 +02:00
  • 802819d271
    add all constant from MTP specs appendix, rename some e.g OPEC to OP, EVTC to EVENT mtp hathach 2025-09-12 17:13:52 +07:00
  • 5755afa690 Fix some IAR warnings HiFiPhile 2025-09-12 11:39:41 +02:00
  • d3ab48bd79 Fix IAR build HiFiPhile 2025-09-12 11:09:43 +02:00
  • 2027ac2467
    Merge pull request #3245 from Dolphindalt/master Ha Thach 2025-09-12 12:41:14 +07:00
  • 9f055f113c
    missing cmsis5 for wba hathach 2025-09-12 11:34:06 +07:00
  • ba36df6233
    fix warnings, update docs hathach 2025-09-12 11:27:31 +07:00
  • 9135977074
    rename stm32wba eval to nucleo use local linker to fix READONLY keyword with clang add wba to ci build hathach 2025-09-12 11:26:16 +07:00
  • e09a2d8d35 Change CMSIS patch to match update path in family.mk for WBA Dalton Caron 2025-09-11 13:00:48 -07:00
  • a20252ad59 Merge branch 'master' of github.com:Dolphindalt/tinyusb Dalton Caron 2025-09-11 09:15:16 -07:00
  • af7310b925 Revert fsdev_stm32.h changes Dalton Caron 2025-09-11 09:13:54 -07:00
  • 040d1b43f1 Make get_deps.py WBA definition consistent with upstream and other defs Dalton Caron 2025-09-11 09:09:16 -07:00
  • 5e661eac88
    Revert "Incorporate upstream changes to dwc2_common.c" hathach 2025-09-11 10:57:02 +07:00
  • 9cde80f823
    fix pre-commit hathach 2025-09-11 10:37:19 +07:00
  • c9527bc096 Bring up to date with master Dalton Caron 2025-09-10 11:14:52 -07:00
  • 2e9ae5af20 STM32WBARI eval CMake build support Dalton Caron 2025-09-10 10:48:48 -07:00
  • 48f6b95bd8 Incorporate upstream changes to dwc2_common.c Dalton Caron 2025-09-09 15:41:12 -07:00
  • 19f67ffc22 Initial STM32WBARI eval support Dalton Caron 2025-09-09 14:09:26 -07:00
  • b6b22096dd
    Merge pull request #3126 from salkinium/fix/phyc_pll Ha Thach 2025-09-10 17:45:59 +07:00
  • d70d4043dc
    use tusb_time_delay_ms_api for delay, also move tusb_time api to common.h hathach 2025-09-10 16:59:26 +07:00
  • 4a8b8220d9
    Merge pull request #3240 from rppicomidi/fix_3239 Ha Thach 2025-09-08 22:50:59 +07:00
  • 059236998e
    Merge pull request #3226 from armusin/stm32n6570-dk Ha Thach 2025-09-08 12:18:41 +07:00
  • 0263cfc01a fix #3239: discard poorly formed packets rppicomidi 2025-09-06 06:58:35 -07:00
  • 8304587d77
    Merge pull request #3236 from ning3270455369/master Ha Thach 2025-09-05 10:35:02 +07:00
  • a379efcbf5
    fix pre-commit hathach 2025-09-05 10:15:19 +07:00
  • 3b983cb3e9 the family name error of at32 has been corrected zhiqiang 2025-09-05 09:57:38 +08:00
  • 89f8fbc9c2
    Create comprehensive GitHub Copilot instructions and fix pre-commit configuration for TinyUSB (#3234) Copilot 2025-09-04 17:59:10 +07:00
  • b2cdea9813
    Merge pull request #3237 from hathach/update-pio-usb Ha Thach 2025-09-04 17:58:21 +07:00
  • 90080d4326
    update pio-usb hathach 2025-09-04 17:24:00 +07:00
  • 4ec81ba324
    Merge pull request #3235 from hathach/copilot/fix-3209 Ha Thach 2025-09-04 17:08:17 +07:00
  • 78ab527a55 Update all STM32 CMSIS device dependencies to latest versions copilot-swe-agent[bot] 2025-09-04 08:54:51 +00:00
  • 4b716ec52c
    fix linker h745 issue with clang hathach 2025-09-04 15:14:22 +07:00
  • d69d41aa6b
    fix linker h745 issue with clang hathach 2025-09-04 15:07:27 +07:00
  • 7625b86d4b Update all STM32 HAL driver dependencies to latest versions copilot-swe-agent[bot] 2025-09-04 07:47:18 +00:00
  • f6ca80ab13 modified the bsp files of at32 to make them work better zhiqiang 2025-09-04 14:38:27 +08:00
  • 640f57db2e Remove accidentally committed dependency directories copilot-swe-agent[bot] 2025-09-04 06:30:22 +00:00
  • fe42b3a7cc Update STM32 CMSIS dependencies to fix HSITRIM register bug copilot-swe-agent[bot] 2025-09-04 06:29:43 +00:00
  • 02e5c9501c Initial plan copilot-swe-agent[bot] 2025-09-04 06:17:41 +00:00
  • 93487deab7
    Merge pull request #3230 from hathach/copilot/fix-3218 Ha Thach 2025-09-04 13:11:54 +07:00
  • 2c0e360c73
    Merge pull request #3221 from ohmdelta/master Ha Thach 2025-09-04 11:55:58 +07:00
  • a96ee81a7d
    remove duplicated enum hathach 2025-09-04 10:36:15 +07:00
  • 047b856742
    Merge pull request #3206 from hathach/update-at32f405-phywidth-sel Ha Thach 2025-09-03 20:44:51 +07:00
  • f69d89454e
    fix pre-commit and fix READONLY linker keyword with clang hathach 2025-09-03 17:42:23 +07:00
  • da9284e88b Fix obsolete cnt assignment in _tu_fifo_peek() overflow check copilot-swe-agent[bot] 2025-09-03 10:42:17 +00:00
  • 08f3971804 Initial plan copilot-swe-agent[bot] 2025-09-03 10:37:05 +00:00
  • c5a390950f
    add at32f415 dwc2 info hathach 2025-09-03 17:20:54 +07:00
  • 61761b9434
    Merge pull request #3225 from verylowfreq/pr-ch32v-usbfs-host Ha Thach 2025-09-03 17:15:00 +07:00
  • 5a501590ce
    Merge pull request #3211 from rhgndf/at32f403a_weact_blackpill Ha Thach 2025-09-03 17:12:25 +07:00
  • bcff6388f9
    Merge pull request #3210 from martijnvdwoude/fix/stm32l4-gpiod-conditional Ha Thach 2025-09-03 14:38:57 +07:00
  • f5d04833bb
    use tusb_time_millis_api() instead of board_millis() make loopdelay() always inline hathach 2025-09-03 13:30:20 +07:00
  • 8c5d05238f
    Merge pull request #3228 from espressif/feat/dcd_dwc_v4.30a Scott Shawcroft 2025-08-28 10:20:06 -07:00
  • 38f41f5fa2 fix(dcd/dwc2): Fix reset procedure for versions >=4.20a Tomas Rezucha 2025-08-28 15:35:55 +02:00
  • edf188280a
    Merge pull request #3217 from tannewt/esp32c5_c61 Ha Thach 2025-08-27 13:05:41 +07:00
  • e36dab3929
    Merge pull request #3227 from kasjer/kasjer/mynwet-spin-lock-fix Zixun LI 2025-08-26 20:34:50 +08:00
  • 12ee78df30 Fix osal_spin_unlock for mynewt Jerzy Kasenberg 2025-08-24 17:19:51 +02:00
  • 6f2b5fc495 Remove dynamic memory allocation Mitsumine Suzu 2025-08-24 23:52:52 +09:00
  • eda5c3a5d1 STM32N6570-DK gets listed in boards.rst Aleksei Musin 2025-08-24 17:21:20 +04:00
  • a6b4ed9165 STM32N6570-DK board is added. Build with DEBUG=1 (make BOARD=stm32n6570dk DEBUG=1 all), otherwise it does not work for now. Tested with examples/device/cdc_dual_ports Aleksei Musin 2025-08-24 17:13:09 +04:00
  • a3bb7a90b3 Improve retry operation at NAK response. Mitsumine Suzu 2025-08-24 16:46:12 +09:00
  • 522a34ee28 Insert small delay for LowSpeed device Mitsumine Suzu 2025-08-24 16:28:32 +09:00
  • bd9dd75da8 Small cleanups. Mitsumine Suzu 2025-08-24 16:26:08 +09:00
  • e1cd4aa91f add some consumer page configs ohmdelta 2025-08-20 01:23:33 +01:00
  • a75daaf819 fixed typo in l496 make file Adam Slaymark 2025-08-18 12:17:46 +01:00
  • b73a46bf8f added support for stm32l496nucleo Adam Slaymark 2025-08-18 12:05:36 +01:00
  • ddb8f0fe73
    Add ESP32-C5 and ESP32-C61 definitions Scott Shawcroft 2025-08-15 10:15:24 -07:00
  • 24e596b977 Fix file Jie Feng 2025-08-10 13:33:51 +08:00
  • 4a78e4c861 Add to boards.rst file Jie Feng 2025-08-10 13:29:41 +08:00
  • 836f887a23 Add weact blackpill support Jie Feng 2025-08-10 13:20:34 +08:00
  • 7142818abe Fix STM32L4 GPIOD clock enable for variants without GPIOD Martijn van der Woude 2025-08-09 10:41:03 +02:00
  • 5fb3c09963
    Merge pull request #3187 from s09289728096/fix_dhcp Ha Thach 2025-08-07 17:46:04 +07:00
  • 5b9908a39b
    update at32f405 dwc2 info and phy width selection hathach 2025-08-07 14:20:40 +07:00
  • 283b06bb54 Add MTP class device Maurizio Pesce 2025-03-12 09:50:04 +01:00
  • f6bec1073e
    Merge pull request #3203 from hathach/fix-rp2-audio-iso-transfer Ha Thach 2025-08-05 23:24:07 +07:00