| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-11 | use usbd_edpt_open in bth driver | hathach | |
| 2020-08-07 | allow application driver to overwrite built-in one | hathach | |
| - position application driver before built-in - remove dcd.h from public include. | |||
| 2020-08-01 | correct isr context for nrf DCD_EVENT_UNPLUGGED | hathach | |
| also rename debug lookup to prevent conflict | |||
| 2020-07-29 | Merge pull request #412 from hathach/fix-net-cast-align | Ha Thach | |
| suppress cast-align warnings for net device driver | |||
| 2020-07-25 | Fix structure definition audio_control_range_X_n_t | Reinhard Panhuber | |
| 2020-07-25 | Merge remote-tracking branch 'upstream/master' into uac2 | Reinhard Panhuber | |
| 2020-07-25 | Get and set requests work | Reinhard Panhuber | |
| 2020-07-20 | Make definition of CFG_TUD_AUDIO_CTRL_BUF_SIZE mandatory | Reinhard Panhuber | |
| 2020-07-20 | Implement control EP0 buffer and get rid of CFG_TUD_AUDIO_USE_TX_FIFO | Reinhard Panhuber | |
| 2020-07-19 | Implement all missing A.17 control selectors | Reinhard Panhuber | |
| 2020-07-18 | Add A.17.4 - Terminal Control Selectors | Reinhard Panhuber | |
| 2020-07-17 | add new name warning to cdc and midi (skip msc, hid warning for now) | hathach | |
| 2020-07-17 | Intermediate commit. | Reinhard Panhuber | |
| 2020-07-16 | rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZE | hathach | |
| rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE | |||
| 2020-07-16 | add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lun | hathach | |
| 2020-07-16 | add tud_speed_get() | hathach | |
| - define both fs and hs configuration descriptor - rename CFG_TUD_CDC_EPSIZE to CFG_TUD_CDC_EP_BUFSIZE with default size of 64 for FS, and 512 for HS | |||
| 2020-07-10 | Improve comment on CDC tud_cdc_write_available() | Craig Hutchinson | |
| Fixes #460 | |||
| 2020-07-08 | Merge pull request #447 from hathach/add-stm-hs | Ha Thach | |
| Add support for STM32 OTG HS core | |||
| 2020-07-01 | fix dfu-rt to response to SET_INTERFACE and DFU_GETSTATUS | hathach | |
| fix #450 | |||
| 2020-06-30 | Merge branch 'master' into add-stm-hs | hathach | |
| 2020-06-20 | Call tud_cdc_tx_cb right after flush to keep tx fifo full | Gavin Li | |
| 2020-06-20 | Merge branch 'master' into uac2 | Reinhard Panhuber | |
| Conflicts: src/device/usbd.c | |||
| 2020-06-20 | Get update from tinyusb. | Reinhard Panhuber | |
| 2020-06-18 | Add tx callback to cdc device | Gavin Li | |
| Useful for continuous transmission of data, which is difficult currently because there is no notification of tx completion. | |||
| 2020-06-17 | Fix IAR warnings. | Mengsk | |
| Pa039 : use of address of unaligned structure member. Pe188: enumerated type mixed with another type. | |||
| 2020-06-16 | fix hs port1 build with net endpoint | hathach | |
| 2020-06-13 | Fix mic audio descriptor, fix too strict check on IAD desc. in usbd.c | Reinhard Panhuber | |
| 2020-06-11 | Merge branch 'master' into uac2 | Reinhard Panhuber | |
| 2020-05-28 | Add bt hci device class | Jerzy Kasenberg | |
| Code implements USB transport for bluetooth HCI. | |||
| 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-22 | Add basic UAC2 structure - untested | Reinhard Panhuber | |
| 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-04 | clean up things, add makefile for host example | hathach | |
| 2020-04-26 | revert a change to net driver | hathach | |
| 2020-04-26 | add TODO for usbnet clean up | hathach | |
| 2020-04-26 | add usbd edpt open | hathach | |
| - RTT mode is blocking to prevent log lost - Improve logging message | |||
| 2020-04-23 | Revert "Merge pull request #359 from versioduo/midi-flow-control" | hathach | |
| This reverts commit 1d33aa9b6f7940f9eac07ce684515856940175da, reversing changes made to 718db7e5369df57b0f49a563737e6e0446fd4c4d. | |||
| 2020-04-22 | house keeping | hathach | |
| 2020-04-22 | clean up | hathach | |
