3773d60a1e
fix typos
2025-10-02 17:15:22 +07:00
981dc982ce
mtp example work with highspeed device
2025-10-02 15:57:59 +07:00
4a0613cbaf
fix mtp serial
2025-10-02 12:49:38 +07:00
6d32256188
HIL add timeout for opening mtp device
2025-10-02 10:43:55 +07:00
cd9266bf3d
Add note about bRefresh value
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2025-10-01 22:00:12 +02:00
1cec005f8f
examples/device/*_freertos: expand stack size when needed
...
All four of these examples immediately crashed on stack overflow when
connected, at least on a FRDM_K64F board.
In 46fd822990 the default freertos stack size was increased, but
_only_ for stm32? Perhaps either all platform examples need the default
increased, rather than increasing the problem task stacks as is done
here.
Signed-off-by: Karl Palsson <karl.palsson@marel.com >
2025-10-01 10:47:19 +00:00
eceb281f17
Merge branch 'master' into fork/ennebi/mtp
2025-10-01 17:18:05 +07:00
4e4e2be566
test mtp with hil
2025-10-01 16:25:38 +07:00
43e6c9dda7
Merge pull request #3269 from karlp/pr/fix-rtt
...
examples: make: fix LOGGER=rtt
2025-10-01 15:40:07 +07:00
d5108589b6
Minor fixes
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2025-10-01 09:42:13 +02:00
732d4a8c97
fix serial, try to test mtp with hil
2025-09-30 22:44:58 +07:00
9f75b32ac1
Add UAC1 support to audio_test_multi_rate example
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2025-09-30 16:30:34 +02:00
9afe71c77e
Add UAC1 support to speaker example
...
Signed-off-by: Mengsk <admin@hifiphile.com >
2025-09-30 16:30:34 +02:00
5d179c255b
Update TUD_AUDIO_EP_SIZE macro
...
Signed-off-by: Mengsk <admin@hifiphile.com >
2025-09-30 15:51:50 +02:00
289680a6b9
Add basic UAC1 support
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2025-09-30 15:51:50 +02:00
9637a2006b
More descriptors working
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2025-09-30 15:51:50 +02:00
94b03e2cb4
examples: make: fix LOGGER=rtt
...
CMake builds worked, but the variables were brokenly updated for make.
Fixes: a64e3eb0aa update board_test always output on uart
Signed-off-by: Karl Palsson <karl.palsson@marel.com >
2025-09-29 16:04:31 +00:00
4cf7e95e66
Refresh board presets
...
Signed-off-by: Mengsk <admin@hifiphile.com >
2025-09-29 16:09:34 +02:00
ff492dc2b6
fix ci
2025-09-29 15:32:53 +07:00
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
78121a8d3f
Update UAC2 naming
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2025-09-29 10:00:39 +02:00
8952838a26
audio: simplify alt settings management
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2025-09-27 22:17:10 +02:00
a09c65c4e4
make command container more consistent
2025-09-27 18:43:46 +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
5c630ee0d0
skip mtp for cynthion_d11
2025-09-26 12:50:30 +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
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
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
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