| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-02 | HIL add timeout for opening mtp device | hathach | |
| 2025-10-01 | Add note about bRefresh value | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-02 | "Claude Code Review workflow" | Ha Thach | |
| 2025-10-02 | "Claude PR Assistant workflow" | Ha Thach | |
| 2025-10-01 | examples/device/*_freertos: expand stack size when needed | Karl Palsson | |
| All four of these examples immediately crashed on stack overflow when connected, at least on a FRDM_K64F board. In 46fd82299040f 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 <[email protected]> | |||
| 2025-10-01 | hil tinyusb always checkoutt/download artifacts | hathach | |
| 2025-10-01 | Merge branch 'master' into fork/ennebi/mtp | hathach | |
| 2025-10-01 | minor update | hathach | |
| 2025-10-01 | test mtp with hil | hathach | |
| 2025-10-01 | Merge pull request #3269 from karlp/pr/fix-rtt | Ha Thach | |
| examples: make: fix LOGGER=rtt | |||
| 2025-10-01 | better EP type detection | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-01 | Minor fixes | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-01 | Merge pull request #3268 from HiFiPhile/stm32u083cdk | Ha Thach | |
| bsp: Add STM32U083C-DK board | |||
| 2025-09-30 | fix serial, try to test mtp with hil | hathach | |
| 2025-09-30 | Remove feedback format correction since no longer needed | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-30 | support UAC1 without IAD | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-30 | fix descriptor walking | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-30 | Add UAC1 support to audio_test_multi_rate example | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-30 | Add UAC1 support to speaker example | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-30 | update docs | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-30 | Update TUD_AUDIO_EP_SIZE macro | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-30 | Implement UAC1 IN flow control | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-30 | Add basic UAC1 support | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-30 | More descriptors working | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-30 | Increase stack size to 2kB | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-29 | examples: make: fix LOGGER=rtt | Karl Palsson | |
| 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 <[email protected]> | |||
| 2025-09-29 | Fix ci | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-29 | Add u0 to ci | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-29 | Fix warning | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-29 | Disable SBUF_ISO for U0 | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-29 | Refresh board presets | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-29 | Fix PMA size for U0 | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-29 | bsp: Add STM32U083C-DK board | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-29 | fix ci | hathach | |
| 2025-09-29 | Merge branch 'master' into fork/ennebi/mtp | hathach | |
| 2025-09-29 | refactor mtp examples, add phase and session id to callback data | hathach | |
| 2025-09-29 | Update UAC2 naming | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-29 | Add UAC1.0 defines | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-29 | Merge pull request #3266 from hathach/uac_simplify | Ha Thach | |
| audio: simplify alt settings management | |||
| 2025-09-27 | audio: simplify alt settings management | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-27 | Merge pull request #3256 from hathach/weak_cb | Ha Thach | |
| Migrate weak function override to new syntax, update delay api usage | |||
| 2025-09-27 | make command container more consistent | hathach | |
| 2025-09-27 | add edpt claim for public API | hathach | |
| 2025-09-27 | implement serial for MTP | hathach | |
| 2025-09-27 | implement control request | hathach | |
| 2025-09-26 | implement tud_mtp_mounted() and tud_mtp_event_send() | hathach | |
| refactor phase state | |||
| 2025-09-26 | skip mtp for cynthion_d11 | hathach | |
| 2025-09-26 | fix more ci build | hathach | |
| 2025-09-26 | fix compile warnings | hathach | |
| 2025-09-25 | Merge pull request #3265 from ludoux/hid-power-devices | Zixun LI | |
| Add HID Usage Page and Table for Power Devices (0x84 - 0x85) | |||
