| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-09 | Add DCD for Dialog DA1469x MCU | Jerzy Kasenberg | |
| Dialog Semiconductor's BLE MCU DA1469x comes with full speed USB. It's base on National Semiconductor discrete USB controller USBN9603/4. This adds support for: - control/interrupt/bulk endpoints (up to 64 bytes) - ISO endpoint were not tested and may not work correctly - reset/sleep/wakeup are handled - code for VBUS changes is provided | |||
| 2020-06-09 | Add Dialog DA1469x register definition file | Jerzy Kasenberg | |
| Register definition file along with some MCU headers was taken from Dialog SDK for DA1469x MCUs. Those files are needed for USB port. | |||
| 2020-06-01 | Update feature_request.md | Ha Thach | |
| 2020-06-01 | Update bug_report.md | Ha Thach | |
| 2020-05-31 | Merge pull request #413 from kasjer/kasjer/ble-over-usb | Ha Thach | |
| Bluetooth HCI transport over USB | |||
| 2020-05-29 | Merge pull request #424 from hathach/fix-idf-usb-pin-init | Ha Thach | |
| fix idf usb pin init changes | |||
| 2020-05-29 | fix idf usb pin init changes | hathach | |
| 2020-05-28 | Merge pull request #421 from hathach/add-qualifier-descriptor | Ha Thach | |
| add get device qualifier descriptor | |||
| 2020-05-28 | add get device qualifier descriptor | hathach | |
| 2020-05-28 | Add bt hci device class | Jerzy Kasenberg | |
| Code implements USB transport for bluetooth HCI. | |||
| 2020-05-28 | Add non standard request handling in class | Jerzy Kasenberg | |
| 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. | |||
| 2020-05-28 | Merge pull request #418 from hathach/enhance-usbd-driver-open | Ha Thach | |
| Enhance usbd driver open() API | |||
| 2020-05-28 | check max_len for vendor and hid | hathach | |
| 2020-05-28 | rename to drv_len to be consistent | hathach | |
| 2020-05-28 | initial transfer failed in open() shouldn't cause the driver open to fail. | hathach | |
| 2020-05-28 | update vendor open() | hathach | |
| 2020-05-28 | update usbtmc open() | hathach | |
| 2020-05-28 | update net open() | hathach | |
| 2020-05-28 | update midi open() | hathach | |
| 2020-05-28 | update hid open() | hathach | |
| 2020-05-28 | improve msc | hathach | |
| 2020-05-28 | change signature for dfu runtime | hathach | |
| 2020-05-27 | changing usbd driver open() return type, add max_len | hathach | |
| only done with cdc and msc, push this interim for feedback first | |||
| 2020-05-21 | Merge pull request #416 from hathach/fix-nrf-called-within-critical | Ha Thach | |
| fix nrf hanged (blocking wait) when called within critical section | |||
| 2020-05-21 | fix nrf hanged (blocking wait) when called within critical section | hathach | |
| 2020-05-20 | Merge pull request #414 from hathach/add-queue-is-empty | Ha Thach | |
| added tud_task_event_ready() | |||
| 2020-05-20 | fix freeRTOS logic | hathach | |
| 2020-05-20 | remove queue lock/unlock per review | hathach | |
| 2020-05-20 | remove osal_queue_t const qhdl from osal API | hathach | |
| since it doesn't make any differences. | |||
| 2020-05-20 | added tud_task_event_ready() | hathach | |
| 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 | |||
| 2020-05-20 | added osal_queue_empty() API | hathach | |
| ported for osal none/freertos/mynewt | |||
| 2020-05-18 | Merge pull request #411 from hathach/fix-cast-align-warning | Ha Thach | |
| enable -Wcast-align | |||
| 2020-05-18 | fix cast-align warning for nuc505 | hathach | |
| 2020-05-17 | temporariyly suppress cast-align warning for net_device and net example | hathach | |
| 2020-05-17 | enable -Wcast-align | hathach | |
| suppress vendor sdk driver at board.mk | |||
| 2020-05-15 | Merge pull request #406 from k0d/stm32f746nucleo | Ha Thach | |
| Add support for stm32f746nucleo board | |||
| 2020-05-15 | Add support for stm32f746nucleo board | Mark Olsson | |
| 2020-05-14 | Merge pull request #405 from hathach/follow-pr404 | Ha Thach | |
| Follow pr404 | |||
| 2020-05-14 | add test for fifo size | hathach | |
| 2020-05-14 | refactor copy to and from fifo | hathach | |
| 2020-05-14 | add unit test for fifo write_n and read_n | hathach | |
| 2020-05-14 | Merge pull request #404 from HiFiPhile/tusb_fifo | Ha Thach | |
| Optimize tusb_fifo transfer speed. | |||
| 2020-05-13 | Optimize FIFO for byte transfer. | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2020-05-12 | Merge pull request #390 from hathach/detect-nrf-softdevice | Ha Thach | |
| detect if SD is actually present on the flash using SD magic | |||
| 2020-05-09 | Update bug_report.md | Ha Thach | |
| 2020-05-08 | Merge pull request #398 from HiFiPhile/iar | Ha Thach | |
| Add IAR EWARM compiler attribute and endian support. | |||
| 2020-05-08 | Add IAR compiler attribute and endian support. | Mengsk | |
| 2020-05-08 | Merge pull request #395 from hathach/define-log-printf | Ha Thach | |
| add CFG_TUSB_DEBUG_PRINTF() for log retargeting | |||
| 2020-05-08 | add CFG_TUSB_DEBUG_PRINTF() for log retargeting | hathach | |
| 2020-05-08 | Merge pull request #393 from xobs/fix-debug-warning | Ha Thach | |
| device: fix build warning when CFG_TUSB_DEBUG >= 2 | |||
