Commit Graph

1540 Commits

Author SHA1 Message Date
bdd557caf1 Merge branch 'master' into fork/ennebi/mtp 2025-09-29 15:32:08 +07:00
4f3a5f92fa refactor mtp examples, add phase and session id to callback data 2025-09-29 15:08:12 +07:00
8952838a26 audio: simplify alt settings management
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-27 22:17:10 +02:00
152d25ed62 Merge pull request #3256 from hathach/weak_cb
Migrate weak function override to new syntax, update delay api usage
2025-09-27 20:38:03 +07:00
a09c65c4e4 make command container more consistent 2025-09-27 18:43:46 +07:00
bc688ccbad add edpt claim for public API 2025-09-27 18:28:11 +07:00
adce3bbac0 implement serial for MTP 2025-09-27 17:33:00 +07:00
cb21ca1b0c implement control request 2025-09-27 17:08:21 +07:00
f9d4bc7981 implement tud_mtp_mounted() and tud_mtp_event_send()
refactor phase state
2025-09-26 15:52:37 +07:00
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
34be38db19 clean up, wrap up bulk command supported 2025-09-25 18:58:25 +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
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
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
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
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
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
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
8e34ba9cf6 Merge branch 'master' into fork/ennebi/mtp 2025-09-15 16:45:41 +07:00
802819d271 add all constant from MTP specs appendix, rename some e.g OPEC to OP, EVTC to EVENT 2025-09-12 17:13:52 +07:00
5755afa690 Fix some IAR warnings
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-12 11:39:41 +02:00
0263cfc01a fix #3239: discard poorly formed packets 2025-09-06 06:58:35 -07:00
a96ee81a7d remove duplicated enum 2025-09-04 10:36:15 +07:00
e1cd4aa91f add some consumer page configs 2025-08-20 21:05:47 +01:00
283b06bb54 Add MTP class device 2025-08-06 06:14:13 +02:00
d9aa4c6f61 fix tud_audio_set_itf_close_EP_cb() typo 2025-08-02 23:23:20 +07:00
8f46021eba Merge pull request #3183 from rppicomidi/fix_3159
Fix #3159: Handle MIDI interface after audio streaming interface
2025-08-02 20:34:25 +07:00
12a1d0e7ed use tu_desc_in_bounds() for descriptor loop 2025-08-02 11:23:15 +07:00
f5974b041e add bufsize to tud_msc_inquiry2_cb() 2025-08-01 22:44:32 +07:00
a72f0396c7 Merge pull request #3173 from HiFiPhile/feature/usbtmc_vendor-specific
feature(usbtmc): add support for usbtmc vendor-spicific command messages
2025-07-26 20:57:22 +07:00
be114549c4 Update src/class/usbtmc/usbtmc_device.c
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-26 19:01:02 +07:00
9030fe43fa Restore accidentally erased debug log message 2025-07-23 06:46:24 -07:00
0d080ca7ba Delete debugging printf 2025-07-23 06:42:05 -07:00