|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
7810b58161
|
exclude stm32l0538 due to size limit
Signed-off-by: HiFiPhile <admin@hifiphile.com>
|
2025-09-12 16:38:46 +02: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 |
|
|
|
ba36df6233
|
fix warnings, update docs
|
2025-09-12 11:27:31 +07:00 |
|
|
|
283b06bb54
|
Add MTP class device
|
2025-08-06 06:14:13 +02:00 |
|
|
|
4bfba6b09a
|
fix rp2 iso transfer: reset state before notify stack. since new audio driver can execute xfer_is()
|
2025-08-05 22:05:56 +07:00 |
|
|
|
d9aa4c6f61
|
fix tud_audio_set_itf_close_EP_cb() typo
|
2025-08-02 23:23:20 +07:00 |
|
|
|
87d9e05efa
|
Merge pull request #3091 from raldone01/fix/web_serial
Rewrite of the web_serial example website.
|
2025-08-02 22:34:33 +07:00 |
|
|
|
60f075db65
|
Merge pull request #3195 from hathach/update-inquiry2
add bufsize to tud_msc_inquiry2_cb()
|
2025-08-02 10:42:03 +07:00 |
|
|
|
f66f98f442
|
Update examples/device/msc_dual_lun/src/msc_disk_dual.c
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-01 22:56:00 +07:00 |
|
|
|
f5974b041e
|
add bufsize to tud_msc_inquiry2_cb()
|
2025-08-01 22:44:32 +07:00 |
|
|
|
9290788a23
|
add at32 to README.rst, rename at32 board to lower case, correct name to match mcu, add meta data
|
2025-08-01 22:10:12 +07:00 |
|
|
|
a16c7a27e4
|
Merge pull request #3191 from hathach/at32
support at32 mcu (2)
|
2025-08-01 10:39:47 +07:00 |
|
|
|
b67e00892c
|
add ci build for all at32, use linker and startup from mcu cmsis instead of local files
|
2025-07-31 21:52:59 +07:00 |
|
|
|
9c1115e066
|
Add reconnect m
|
2025-07-29 16:22:02 +02:00 |
|
|
|
f36f97c45a
|
More catches.
|
2025-07-26 10:11:20 +02:00 |
|
|
|
30d678970e
|
Improve web usb and web serial robustness.
|
2025-07-24 23:58:54 +02:00 |
|
|
|
4cb4fb2e28
|
Mitigate potential xss.
|
2025-07-11 17:06:35 +02:00 |
|
|
|
e9a78c52d0
|
add tud_msc_inquiry2_cb() for full inquiry response
|
2025-07-11 15:24:17 +07:00 |
|
|
|
e598972438
|
add board_vbus_set() for samd21/d51 to enable usb host vbus
enable host example build for samd21/d51
|
2025-07-09 16:01:11 +07:00 |
|
|
|
a9c51a7e65
|
Use localstorage clear.
|
2025-07-08 12:16:32 +02:00 |
|
|
|
a0cb8aab50
|
Remember scroll position.
|
2025-07-08 12:04:01 +02:00 |
|
|
|
1dcab43468
|
Fix ui desync issue. Fix disconnection issue.
|
2025-07-08 11:31:57 +02:00 |
|
|
|
a56f55c10b
|
Merge remote-tracking branch 'origin/master' into xfer_isr
# Conflicts:
# examples/device/audio_4_channel_mic_freertos/src/main.c
# examples/device/audio_test_freertos/src/main.c
# src/class/audio/audio_device.c
|
2025-07-08 10:09:24 +07:00 |
|
|
|
ce40b4c11e
|
Add missing idf cmake file.
|
2025-07-05 19:42:45 +02:00 |
|
|
|
eeb73550ef
|
Remove double text encoder in SerialPort.
|
2025-07-05 19:42:44 +02:00 |
|
|
|
e11047f003
|
Add support for dark and light theme.
|
2025-07-05 19:42:44 +02:00 |
|
|
|
bc13c80c63
|
Attempt to fix disconnect button state desync.
|
2025-07-05 19:42:44 +02:00 |
|
|
|
28ded62c1c
|
Improve performance slightly
|
2025-07-05 19:42:44 +02:00 |
|
|
|
eef5b92c9b
|
Choose a larger buffer.
|
2025-07-05 19:42:44 +02:00 |
|
|
|
d3f7dff180
|
Major overhaul and logic cleanup.
Adds support for web serial as well.
|
2025-07-05 19:42:44 +02:00 |
|
|
|
98b975202c
|
Minor bug fixes.
Persist settings.
|
2025-07-05 19:42:44 +02:00 |
|
|
|
ff18dbd238
|
Rewrite of the web_serial example website.
Fixes: #2632
|
2025-07-05 19:42:44 +02:00 |
|
|
|
4b95a70bee
|
enable ci host and dual build for ch32v20x
|
2025-07-05 11:51:33 +07:00 |
|
|
|
0df3bfb81d
|
update cdc_msc/cdc_msc_freertos to also support notification
|
2025-07-03 14:28:19 +07:00 |
|