Commit Graph

9620 Commits

Author SHA1 Message Date
e92262eb5c fix more ci build 2025-09-26 11:51:09 +07:00
e4f7fcf7ec fix compile warnings 2025-09-26 10:06:32 +07:00
1f9c415661 Merge pull request #3265 from ludoux/hid-power-devices
Add HID Usage Page and Table for Power Devices (0x84 - 0x85)
2025-09-25 14:45:00 +02:00
34be38db19 clean up, wrap up bulk command supported 2025-09-25 18:58:25 +07:00
879f02f69c implement delete object 2025-09-25 18:47:43 +07:00
c9a8330081 implement send object command, able to create new file 2025-09-25 17:47:50 +07:00
f8397717ea implement MTP_OP_SEND_OBJECT_INFO, refactor fs example 2025-09-25 15:32:13 +07:00
f4a3c1a1ba Fix incorrect comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-25 08:34:18 +08:00
f36b63ad63 Add HID Usage Page and Table for Power Devices (0x84 - 0x85) 2025-09-24 20:54:48 +08:00
b8126d9c4e clean up 2025-09-24 15:27:20 +07:00
6317730be6 unify callback argument. support multiple packet get object 2025-09-24 12:49:52 +07:00
3c39f60f63 refactor API 2025-09-23 15:23:16 +07:00
1ab45bc525 try to add logo png to mtp example 2025-09-23 09:34:03 +07:00
5b200c45f2 Merge pull request #3259 from terjr/fix-tusb-verify-documentation
Fix erroneous documentation of TU_ASSERT/TU_VERIFY
2025-09-22 16:37:45 +02:00
7162caee20 Fix erroneous documentation of TU_ASSERT/TU_VERIFY 2025-09-22 12:58:24 +02:00
6fa5268a9c implement get object, close session 2025-09-22 13:10:22 +07:00
4c818998d4 implement get object info 2025-09-21 21:39:27 +07:00
f5a3f25456 implement get objection handles 2025-09-21 20:32:50 +07:00
ff0047066e Merge pull request #3258 from Isoheptane/patch-1
Fix table display issue in README.rst
2025-09-20 13:48:22 +02:00
7463705e79 Fix table display issue in README.rst
Fix an table display issue in README.rst that was introduced in commit 4182342112.
2025-09-20 19:23:10 +08:00
d9c6dfbe2b implement get device properties describer and device properties value 2025-09-20 17:37:47 +07:00
b70804b0c4 implement get device properties value 2025-09-20 00:42:06 +07:00
57c5e5516a rework get storageIDs and get storage info 2025-09-19 16:41:29 +07:00
e76d09bb42 rework get storageIDs and get storage info 2025-09-19 16:05:37 +07:00
f99f203c28 reworking MTP API, adding callback, getting GetDeviceInfo working 2025-09-19 12:07:47 +07:00
0655f98359 Merge branch 'weak_cb' of https://github.com/hathach/tinyusb into weak_cb 2025-09-18 19:15:42 +02:00
0961e06845 Add usbd_edpt_xfer_fifo stub
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-18 19:14:27 +02:00
e621f2f77b set driver count to 0
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-18 19:09:10 +02:00
b4cc5af32d Fix ESP32 build
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-18 19:08:18 +02:00
fd2cd3fc23 Merge pull request #3255 from majbthrd/enoughwheels
use existing overloadable Pico SDK section macro instead of creating a custom one
2025-09-18 10:45:06 +07:00
9d13c8fce0 Potential fix for code scanning alert no. 914: Commented-out code
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-09-18 00:16:27 +02:00
be618ba084 Fix RPI build
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-18 00:04:01 +02:00
ce41292f1b Fix address translation functions
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-17 23:48:58 +02:00
47bb79abe2 Fix board_reset_to_bootloader
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-17 23:44:01 +02:00
be9409bfa7 Fix board_init_after_tusb
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-17 23:44:01 +02:00
50949eb3b9 Fix board_get_unique_id
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-17 23:20:52 +02:00
73f3900b2d Replace old delay functions by tusb_time_delay_ms_api
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-17 22:48:59 +02:00
369a1ff515 Update weak callbacks to new syntax
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-17 22:48:59 +02:00
f18b750550 use existing overloadable Pico SDK section macro instead of creating a custom one 2025-09-17 12:38:47 -05:00
aea56dc776 remove mtp context 2025-09-16 22:43:18 +07:00
541c62ceae refactor mtp xfer callback 2025-09-16 22:23:57 +07:00
d9ad09a8dc Merge pull request #3252 from espressif/feat/esp32h4_support
Add ESP32-H4 as a supported MCU in TinyUSB and wire it into build/run…
2025-09-16 22:10:53 +07:00
4182342112 Add ESP32-H4 as a supported MCU in TinyUSB and wire it into build/runtime:
- tusb_option.h: define OPT_MCU_ESP32H4
- tusb_mcu.h: enable DWC2 USBIP for H4
- dcd_dwc2.c: add H4 USB_WRAP field aliases (wrap_* → legacy names)
- dwc2_esp32.h: add H4 controller entry (FS base/IRQ, ep caps)
- family.c: include H4 in USB init/PHY setup
2025-09-16 12:38:35 +02:00
10298f0b27 refactor generic container to use EPBUF declaration
simplify container field name
2025-09-16 14:25:54 +07:00
5fb8c57f5c merge context into interface and refactor, reformat 2025-09-16 11:40:07 +07:00
4ef99ecb27 fix copying readme.txt contents 2025-09-15 22:41:56 +07:00
8e34ba9cf6 Merge branch 'master' into fork/ennebi/mtp 2025-09-15 16:45:41 +07:00
feef534921 Merge pull request #3251 from hathach/fix-dwc2-reseet
dwc2: wait for ahb idle before core reset
2025-09-15 16:43:44 +07:00
6f06effd03 add nrf54 to dwc2 info 2025-09-15 16:18:07 +07:00
65220679d6 fix imxrt build 2025-09-15 16:15:48 +07:00