diff options
| author | copilot-swe-agent[bot] <[email protected]> | 2026-04-25 18:09:55 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-25 18:09:55 +0000 |
| commit | 4c5c346582e17c61986c6ee61e962d9738cd33fd (patch) | |
| tree | 233d058e30eb2111940f04de5101032f9089baeb /lib | |
| parent | b6926f0ee7cef0bb4e4def5aa54ef880031097bf (diff) | |
fix: add BE bitfield guards for audio and fix UAC2 example endian-safe field extraction
- Add TU_BITFIELD_ORDER guards for audio10_desc_as_iso_data_ep_t.bmAttributes in audio.h
- Add TU_BITFIELD_ORDER guards for audio20_control_request_t.bmRequestType_bit in audio.h
- Fix cdc_uac2/src/uac2_app.c: replace alias cast with TU_U16_LOW/HIGH field extraction
- Fix uac2_headset/src/main.c: replace alias cast with TU_U16_LOW/HIGH field extraction
- Fix uac2_speaker_fb/src/main.c: replace alias cast with TU_U16_LOW/HIGH field extraction
Addresses review comment: https://github.com/hathach/tinyusb/pull/3597#issuecomment-4320042007
Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/8b695271-74b3-4a26-b3d8-c48ecdf2e481
Co-authored-by: HiFiPhile <[email protected]>
Diffstat (limited to 'lib')
| m--------- | lib/CMSIS_5 | 0 | ||||
| m--------- | lib/FreeRTOS-Kernel | 0 | ||||
| m--------- | lib/fatfs | 0 | ||||
| m--------- | lib/lwip | 0 | ||||
| m--------- | lib/threadx | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/lib/CMSIS_5 b/lib/CMSIS_5 new file mode 160000 +Subproject 2b7495b8535bdcb306dac29b9ded4cfb679d7e5 diff --git a/lib/FreeRTOS-Kernel b/lib/FreeRTOS-Kernel new file mode 160000 +Subproject 9b777ae5c5b8e9e456065a00294d1e5f5f9facf diff --git a/lib/fatfs b/lib/fatfs new file mode 160000 +Subproject 30ca13c62615df0d2e9104ab41256985b96590c diff --git a/lib/lwip b/lib/lwip new file mode 160000 +Subproject 159e31b689577dbf69cf0683bbaffbd71fa5ee1 diff --git a/lib/threadx b/lib/threadx new file mode 160000 +Subproject 4b6e8100d932a3a67b34c6eb17f84f3bffb9e2a |
