| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-27 | try to get synopsys work with OTG HS + external PHY | hathach | |
| 2020-05-27 | adding h743 uart, but not enabled yet since it conflict with OTG_FS2 | hathach | |
| 2020-05-26 | random clean up for tdi | hathach | |
| 2020-05-26 | update h743eval with rhport=1 highspeed | hathach | |
| 2020-05-26 | multiple port support for global otg base | hathach | |
| 2020-05-26 | suporting multiple port (OTG FS + HS) for stm32 | hathach | |
| 2020-05-26 | merge CFG_TUSB_RHPORT1_MODE into CFG_TUSB_RHPORT0_MODE | hathach | |
| each port is 1 byte for easy maintenance | |||
| 2020-05-26 | wip | hathach | |
| 2020-05-23 | board test work fine | hathach | |
| 2020-05-22 | implement hcd_uframe_number for ohci | hathach | |
| able to get 8 byte descriptors using LPC1769 + base, but failed to reset and set address. | |||
| 2020-05-22 | update makefile to build with ohci host | hathach | |
| update ses project for lpc1769 with rtt | |||
| 2020-05-22 | Add basic UAC2 structure - untested | Reinhard Panhuber | |
| 2020-05-22 | Merge branch 'master' into update-host | hathach | |
| 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-19 | usb0 host on mcb1800 work with fullspeed mode. | hathach | |
| use usbh_edpt_open() to correctly map ep2drv[] | |||
| 2020-05-18 | suppress cast-align warnings for net device driver | hathach | |
| 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 | Allow EP0 to use xfer sizes larger than one packet | Jan Dümpelmann | |
| 2020-05-15 | Interrupt time improvements | Jan Dümpelmann | |
| 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 | |
