| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-07 | fix variable names. add itf n callbacks to multihid | Zachery Littell | |
| 2020-10-02 | fix simple pull request comments. Implement descriptor index hack. | Zachery Littell | |
| 2020-10-01 | add index to report descriptor callback. this is breaking and needs to be ↵ | Zachery Littell | |
| reviewed | |||
| 2020-10-01 | create N functions and inlines for multi hid interfaces | Zachery Littell | |
| 2020-09-14 | Merge pull request #508 from hathach/fix-edpt-race | Ha Thach | |
| Fix edpt xfer race condition | |||
| 2020-09-14 | cdc device: claim endpoint before checking fifo availability | hathach | |
| - add pre-check to reduce mutex lock in usbd_edpt_claim | |||
| 2020-09-13 | correct the TUD_HID_REPORT_DESC_GAMEPAD | hathach | |
| 2020-09-12 | typo | hathach | |
| 2020-09-10 | update claim edpt for hid and midi | hathach | |
| 2020-09-09 | typo | hathach | |
| 2020-09-09 | clean up | hathach | |
| 2020-09-09 | update cdc edpt read | hathach | |
| 2020-09-09 | introduce optional usbd_edpt_claim, usbd_edpt_release which can be used to ↵ | hathach | |
| gain exclusive access to usbd_edpt_xfer | |||
| 2020-09-04 | clean up | hathach | |
| 2020-09-03 | more hid host work | hathach | |
| 2020-09-03 | fix #449 remove obsolete pipehandle from hid host | hathach | |
| 2020-09-01 | add more logging to host stack | hathach | |
| tested host with lpc4357, don't use fpu with lpc m4 since it seems to cause hardfault (stack does not make use of fpu anyway). | |||
| 2020-09-01 | Merge branch 'master' into update-host | hathach | |
| 2020-08-24 | fix typo | hathach | |
| 2020-08-24 | improve midi | hathach | |
| - fix #436 tud_midi_rx_cb() not invoked - fix xfer_cb() not handle ep in - add ZLP if needed | |||
| 2020-08-21 | Merge pull request #434 from gh2o/master | Ha Thach | |
| Add TX callback to CDC device | |||
| 2020-08-20 | Slight optimization for cdc tx refill | Gavin Li | |
| 2020-08-20 | Smarter CDC TX refill logic | Gavin Li | |
| 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-17 | add new name warning to cdc and midi (skip msc, hid warning for now) | hathach | |
| 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-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-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 | |
