| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-28 | Update dcd_esp32s2.c | me-no-dev | |
| 2020-07-01 | ESP32-S2: Handle the fact that available EP IN FIFOs are less than the ↵ | me-no-dev | |
| number of available EP INs ESP32-S2 has only 5 available endpoint-in FIFOs (including EP0) but 7 available EP IN numbers. This change decouples the fifo number from the endpoint number, providing FIFO numbers until they reach the limit, at which point it will return false and assert an error that too many endpoints were allocated. | |||
| 2020-07-01 | Merge pull request #452 from hathach/fix-dfu-rt | Ha Thach | |
| Fix dfu rt | |||
| 2020-07-01 | fix dfu-rt to response to SET_INTERFACE and DFU_GETSTATUS | hathach | |
| fix #450 | |||
| 2020-06-30 | Clear ep0_pending if rx short packet | Jan Dümpelmann | |
| 2020-06-30 | Fix receiving of short packet data (ep out) | Jan Dümpelmann | |
| 2020-06-30 | Merge pull request #427 from kasjer/kasjer/add-da1469x-support | Ha Thach | |
| Support for DA1469x MCU from Dialog Semiconductor | |||
| 2020-06-29 | Merge pull request #399 from duempel/redesign_synopsys_receive | Ha Thach | |
| Improvements to Synopsys EP OUT | |||
| 2020-06-29 | Add author name to dcd_synopsys.c | Jan Dümpelmann | |
| 2020-06-26 | Remove EP0 remaining bytes manipulation | Jan Dümpelmann | |
| Renaming edpt_xact to edpt_schedule_packets | |||
| 2020-06-25 | dcd_samd: Provide implementation for OPT_MCU_SAME5X | Jeff Epler | |
| 2020-06-24 | added OPT_MCU_SAME5X option | hathach | |
| 2020-06-18 | Add transaction (edpt_xact) as sub transfer | Jan Dümpelmann | |
| A transfer can have one or multiple transactions. Usually only EP0 splits one xfer into multiple xact. | |||
| 2020-06-18 | Disable SOF in dcd_stm32_fsdev | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2020-06-17 | Fix IAR warnings. | Mengsk | |
| Pa039 : use of address of unaligned structure member. Pe188: enumerated type mixed with another type. | |||
| 2020-06-14 | Fix wrong comment for IAD checks. | Reinhard Panhuber | |
| 2020-06-14 | Fix alignment. | Reinhard Panhuber | |
| 2020-06-14 | Fix alignment. | Reinhard Panhuber | |
| 2020-06-13 | Fix too strict checks on subclass and interface of iad descriptor. | Reinhard Panhuber | |
| 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-05-31 | Merge pull request #413 from kasjer/kasjer/ble-over-usb | Ha Thach | |
| Bluetooth HCI transport over USB | |||
| 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 | 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 | fix nrf hanged (blocking wait) when called within critical section | hathach | |
| 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 | fix cast-align warning for nuc505 | hathach | |
| 2020-05-17 | enable -Wcast-align | hathach | |
| suppress vendor sdk driver at board.mk | |||
| 2020-05-15 | Allow EP0 to use xfer sizes larger than one packet | Jan Dümpelmann | |
| 2020-05-15 | Interrupt time improvements | Jan Dümpelmann | |
| 2020-05-14 | refactor copy to and from fifo | hathach | |
| 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-08 | Synopsys OUT EP improvements: | Jan Dümpelmann | |
| - Use register based XFRSIZ to determine transfer complete (xfer->queued_len and xfer->short_packet were deleted) - Pop out as many RxFIFO data entries as available within a IRQ call - less application interruption due to XFRC calls | |||
| 2020-05-08 | Add IAR compiler attribute and endian support. | Mengsk | |
