| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-19 | Remove clock init. | MasterPhi | |
| 2021-07-19 | Fixing NAKed OUT xfer | MasterPhi | |
| 2021-07-17 | Fix merge error. | MasterPhi | |
| 2021-07-17 | Fix build error. | MasterPhi | |
| 2021-07-17 | Fix ISO support. | MasterPhi | |
| 2021-07-17 | Merge branch 'master' into dcd_same70 | HiFiPhile | |
| 2021-07-17 | Change OPT_MCU_SAMX7X value. | MasterPhi | |
| 2021-07-13 | fix midi stream write return value (off by 1) | hathach | |
| 2021-07-13 | add option to silent a driver log | hathach | |
| 2021-07-06 | Merge pull request #938 from HiFiPhile/uac_example | Ha Thach | |
| Bug fix and Enhancements of UAC2 | |||
| 2021-07-06 | Fix copy byte count | MasterPhi | |
| 2021-07-06 | - Remove alt_setting alignment | MasterPhi | |
| 2021-07-05 | ENCODE -> DECODE | MasterPhi | |
| 2021-07-05 | Merge pull request #949 from kkitayam/add_suspend_and_resume_for_rx_family | Ha Thach | |
| Add SUSPEND/RESUME handling for Renesas RX family. | |||
| 2021-07-05 | remove unnecessary blocking operation. | kkitayam | |
| add comments why resume event is sent manually. | |||
| 2021-07-05 | Merge pull request #913 from xmos-jmccarthy/master | Ha Thach | |
| Add dfu function memory access protection | |||
| 2021-07-05 | fix ci build, address review comment | hathach | |
| 2021-07-05 | Merge branch 'master' of https://github.com/xmos-jmccarthy/tinyusb into ↵ | hathach | |
| xmos-jmccarthy-master | |||
| 2021-07-05 | Merge pull request #931 from hathach/more-hid-host | Ha Thach | |
| More hid host update | |||
| 2021-07-04 | Better handling tud_audio_set_itf_cb with FB. | MasterPhi | |
| 2021-07-04 | Move audio_control_request_t to audio.h | MasterPhi | |
| 2021-07-04 | Delay tud_audio_set_itf_cb call with feedback EP. | MasterPhi | |
| 2021-07-04 | Fix speed detection | MasterPhi | |
| 2021-07-04 | more uac fixes, | MasterPhi | |
| 2021-07-04 | Clear FIFO only if enabled... | MasterPhi | |
| Add buffer align | |||
| 2021-07-04 | audio_device : clear fifo on intf change. | MasterPhi | |
| 2021-07-04 | Fix audiod_get_AS_interface_index in audio class. | MasterPhi | |
| Enhance uac2_headset example with multiple sample rates. Add macro to calculate EP size. | |||
| 2021-07-03 | Add SUSPEND/RESUME handling for Renesas RX family. | kkitayam | |
| 2021-07-02 | Merge pull request #942 from hathach/hid-set-report | Ha Thach | |
| Better Support Hid Get/Set report | |||
| 2021-07-01 | clean up | hathach | |
| 2021-07-01 | better support for hid device set/get protocol | hathach | |
| add caplock detection for hid_composite | |||
| 2021-06-30 | Force unsigned compare on advance_pointer. | MasterPhi | |
| 2021-06-30 | Fix fifo overflow correction. | Mengsk | |
| 2021-06-29 | Merge pull request #905 from HiFiPhile/uac_fix | Ha Thach | |
| UAC fixes | |||
| 2021-06-29 | add tud_vendor_control_request_cb() to poisoned list | hathach | |
| 2021-06-29 | Fix IAR compile error on pointer type. | MasterPhi | |
| Clean up warnings. Signed-off-by: MasterPhi <[email protected]> | |||
| 2021-06-29 | clean up | hathach | |
| 2021-06-28 | fix SET_PROTOCOl, update hid host behavior for default boot interface | hathach | |
| 2021-06-28 | fix issue with weird msc device with 3 endpoints | hathach | |
| 2021-06-28 | update func comment | hathach | |
| 2021-06-28 | force boot protocol for keyboard/mouse | hathach | |
| 2021-06-28 | change usbh open driver to have max_len and return driver len | hathach | |
| 2021-06-28 | Merge pull request #891 from hathach/host-rp2040-double-buffer | Ha Thach | |
| RP2040 double buffer | |||
| 2021-06-28 | Merge pull request #927 from hathach/add-rx65n-board | Ha Thach | |
| Add rx65n board | |||
| 2021-06-26 | GCC 11 build fix | DuMaM | |
| During Adafruit Bootloader compilation, I spotted bellow error which do not allow me build project. ``` c inlined from 'hfclk_running' at lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c:785:13: lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c:792:31: error: 'is_running' may be used uninitialized [-Werror=maybe-uninitialized] 792 | return (is_running ? true : false); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~ ``` | |||
| 2021-06-26 | add the entry for RX65N | kkitayam | |
| 2021-06-24 | Merge branch 'local' of https://github.com/HiFiPhile/tinyusb into dcd_same70 | MasterPhi | |
| 2021-06-24 | fix warning | Mengsk | |
| 2021-06-24 | Add fifo helper function to CDC class for DMA transfer. | Mengsk | |
| 2021-06-23 | Add dfu function memory access protection | Jeremiah McCarthy | |
| Adds TU_VERIFY to dfu internal buffer access from host. Adds TU_ASSERT to dfu internal buffer access by application. | |||
