| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Conflicts:
src/device/usbd.c
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/device/usbd.c
|
|
|
|
|
|
|
|
|
|
|
|
Bluetooth HCI transport over USB
|
|
fix idf usb pin init changes
|
|
|
|
add get device qualifier descriptor
|
|
|
|
Code implements USB transport for bluetooth HCI.
|
|
For some reason bluetooth stack implementations send class requests
to device instead of interface.
To implement HCI interface over USB non device addressed requests
for class need to be handled.
|
|
Enhance usbd driver open() API
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
only done with cdc and msc, push this interim for feedback first
|
|
|
|
fix nrf hanged (blocking wait) when called within critical section
|
|
|
|
added tud_task_event_ready()
|
|
|
|
|
|
since it doesn't make any differences.
|
|
to check if there is pending events in the tud task without executing
it. Useful to check before entering low power mode with WFI/WFE
|
|
ported for osal none/freertos/mynewt
|
|
enable -Wcast-align
|
|
|
|
|
|
suppress vendor sdk driver at board.mk
|
|
Add support for stm32f746nucleo board
|
|
|
|
Follow pr404
|