| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-28 | Merge pull request #1343 from Daft-Freak/patch-1 | Ha Thach | |
| Open OUT endpoint for HID host | |||
| 2022-02-26 | Merge pull request #1350 from hathach/enhance-multipl-ports | Ha Thach | |
| Enhance rhports management | |||
| 2022-02-26 | Merge pull request #1349 from iabdalkader/fix_inquiry_data | Ha Thach | |
| Set the standard inquiry response additional length field. | |||
| 2022-02-25 | Set the standard inquiry response additional length field. | iabdalkader | |
| * The standard inquiry response additional length field needs to be set to the length in bytes of the remaining standard inquiry data (i.e. N - 5), otherwise the kernel driver issues a warning about short inquiry response.. | |||
| 2022-02-25 | minor house keeping | hathach | |
| 2022-02-25 | rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED | hathach | |
| 2022-02-25 | rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED | hathach | |
| TUSB_OPT_DEVICE_ENABLED still usable for backward compatible | |||
| 2022-02-25 | improve rphort management for usbd | hathach | |
| 2022-02-25 | enhance dual role examples | hathach | |
| 2022-02-23 | Open OUT endpoint for HID host | Charlie Birks | |
| 2022-02-17 | fix HID_REPORT_ID_N() | hathach | |
| 2022-02-15 | minor rename set sense function | hathach | |
| 2022-02-15 | msc example response PREVENT_ALLOW_MEDIUM_REMOVAL command as unsupported command | hathach | |
| LUN1 of msc_disk_dual will be set to not ready to simulate medium not present (e.g SD card removed) | |||
| 2022-02-14 | add tud_msc_request_sense_cb() as weak callback | hathach | |
| set default error sense to NOT READY, Medium not present | |||
| 2022-01-16 | update format correction with actual bus speed | hathach | |
| 2022-01-07 | Merge branch 'master' into feature/feedback_format | Valentin Milea | |
| 2022-01-07 | Disable feedback format correction by default #1234 | Valentin Milea | |
| 2022-01-05 | No exceptions on broadcom. Add parens to if | Scott Shawcroft | |
| 2021-12-06 | Support disabling feedback format correction #1234 | Valentin Milea | |
| 2021-11-29 | correct 32 button in gamepad hid descriptor template | hathach | |
| 2021-11-23 | fix nrf easy dma race condition | hathach | |
| 2021-11-08 | rename to simply OPT_MCU_MSP432E4, add msp432e to ci | hathach | |
| 2021-11-06 | Implement dcd_edpt_xfer_fifo for dcd_musb | kkitayam | |
| 2021-11-05 | bth: Update driver to interface association changes | Jerzy Kasenberg | |
| Two interfaces that are required by Bluetooth Primary Controller do not have IAD according to Bluetooth specification. Those two interfaces were opened separately in process_set_config(). Later interface association was inferred for BTH (along with other drivers), since then only one call to open() is place for BTH driver that should prepare both interfaces at once. To make it work again btd_open() parses two interfaces at once. | |||
| 2021-11-04 | Merge pull request #1163 from hathach/generalize-synopsys-dwc2 | Ha Thach | |
| Generalize synopsys dwc2 | |||
| 2021-10-26 | Merge branch 'tannewt-rpi' into generalize-synopsys-dwc2 | hathach | |
| 2021-10-25 | change usage of TU_CHECK_MCU() to prevent macro conflict | hathach | |
| 2021-10-25 | properly handle Program Change and Channel Aftertouch messages | Tod Kurt | |
| 2021-10-24 | remove ep descriptor wMaxPacketSize bitfield due to endian issue | hathach | |
| 2021-10-24 | indent | hathach | |
| 2021-10-23 | Merge branch 'master' into fix-warnings | Ha Thach | |
| 2021-10-19 | Update _negotiate_streaming_parameters() to handle some requests | kkitayam | |
| 2021-10-18 | Implement GET_DEF and GET_LEN handling on Probe/Commit entities of streaming ↵ | kkitayam | |
| interface | |||
| 2021-10-18 | fix -Wnull-dereference in midi_device | hathach | |
| 2021-10-17 | more with -Wcast-qual | hathach | |
| 2021-10-16 | Change input terminal type to camera | kkitayam | |
| 2021-10-15 | fix -Wcast-qual | hathach | |
| 2021-10-15 | update some sense warning from -Wconversion | hathach | |
| 2021-10-14 | Fix GUID of video compression formats | kkitayam | |
| 2021-10-12 | Merge branch 'master' into add_uvc | Ha Thach | |
| 2021-10-12 | Fix a typo | kkitayam | |
| 2021-10-12 | more rename | hathach | |
| 2021-10-12 | minor code clean up without functionality changes | hathach | |
| 2021-10-11 | rename some video constants | hathach | |
| 2021-10-11 | update the descriptor endpoint ISO for nrf5x | hathach | |
| 2021-10-11 | Merge pull request #1107 from majbthrd/add_ncm | Ha Thach | |
| add NCM driver in a compatible manner : hathach/tinyusb#550 | |||
| 2021-10-11 | add ncm.h for magic number | hathach | |
| mostly clean up magic number | |||
| 2021-10-05 | rename CFG_TUD_NET to CFG_TUD_ECM_RNDIS | hathach | |
| 2021-10-05 | Merge branch 'add_ncm' of https://github.com/majbthrd/tinyusb into ↵ | hathach | |
| majbthrd-add_ncm | |||
| 2021-10-04 | Handle HID devices with OUT endpoint listed first | Charlie Birks | |
| This happens on my PowerA wired Switch pro controller | |||
