index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
class
/
bth
Age
Commit message (
Expand
)
Author
2025-10-31
Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...
HiFiPhile
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-10-22
Add is_isr parameter to usbd_edpt_xfer and usbd_edpt_xfer_fifo
copilot-swe-agent[bot]
2025-09-17
Update weak callbacks to new syntax
HiFiPhile
2024-11-27
Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889)
Ha Thach
2024-11-22
apply TUD_EPBUF_DEF for device: bth, dfu, hid, msc
hathach
2024-11-21
- move freertos_hooks to board.c
hathach
2024-08-30
Bluetooth Device: Issue ZLP on ACL IN ep when transfer is multiple of endpoin...
Donatien Garnier
2024-04-08
add class driver deinit
hathach
2023-11-24
rename to CFG_TUD_BTH_HISTORICAL_COMPATIBLE, move CFG_TUD_BTH_ISO_ALT_COUNT t...
hathach
2023-11-07
Add historical EP compatibility to bth class
Antonio Vázquez Blanco
2023-07-24
rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack
hathach
2023-03-17
fix trailing space and new line
hathach
2022-06-02
rhport argument in usbd_ API() is not used (always use the initialized port)
hathach
2022-02-25
rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED
hathach
2021-11-05
bth: Update driver to interface association changes
Jerzy Kasenberg
2021-10-24
remove ep descriptor wMaxPacketSize bitfield due to endian issue
hathach
2021-09-13
Add size check to tud_bt_hci_cmd_cb call in bth_device.c
szymonh
2021-09-12
Prevent buffer overflow in bth_device.c
szymonh
2021-05-27
include clean up
hathach
2020-11-23
have tusb_init() return true instead of TUSB_ERROR_NONE
hathach
2020-11-20
clean up
hathach
2020-11-20
migrate bth device to new control xfer cb
hathach
2020-08-11
use usbd_edpt_open in bth driver
hathach
2020-05-28
Add bt hci device class
Jerzy Kasenberg