| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-05 | remove unnecessary blocking operation. | kkitayam | |
| add comments why resume event is sent manually. | |||
| 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-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-21 | Fix typo in TUH configuration define | Niklas Hauser | |
| 2021-06-21 | fix issue when calling midi API when not enumerated yet | hathach | |
| 2021-06-20 | Add bracket to switch case, fix warning. | MasterPhi | |
| 2021-06-20 | adding rx65n | hathach | |
| 2021-06-20 | Merge pull request #895 from ElectronicCats/master | Ha Thach | |
| add support SAML21 | |||
| 2021-06-18 | Changed order of struct initializer to avoid compiler error | Ned Konz | |
| 2021-06-19 | fix race condition with control since TASKS_EP0RCVOUT also require EasyDMA | hathach | |
| 2021-06-17 | force single buffered for device mode, out endpoint | hathach | |
| 2021-06-15 | add support SAML21 | sabas1080 | |
| 2021-06-13 | fix calculating xferred bytes with double buffer with short packet on buffer0 | hathach | |
| 2021-06-13 | fix ep tx with double buffered | hathach | |
| 2021-06-13 | fix build with log for device | hathach | |
| 2021-06-13 | remove sent_setup from hw endpoint | hathach | |
| 2021-06-13 | remove dev_ep_map | hathach | |
| 2021-06-12 | increase example CFG_TUH_HID from 2 to 4 | hathach | |
| 2021-06-11 | fix ci build | hathach | |
| 2021-06-11 | log clean up | hathach | |
| 2021-06-11 | map pico_info to log2, pico_trace to log3 | hathach | |
| 2021-06-11 | replace pico_warn by log level 1 | hathach | |
| 2021-06-11 | remove unused variable in hw endpoint | hathach | |
| last_buf, buf_sel, transfer_size | |||
| 2021-06-11 | more refactor double buffered rp2040 | hathach | |
| 2021-06-11 | rename hw endpoint | hathach | |
| - total_len to remaining_len - len to xferred_len | |||
| 2021-06-11 | refactor rp2040 usb | hathach | |
| - make _hw_endpoint_xfer_sync and _hw_endpoint_start_next_buffer private - drop prefix _ from _hw_endpoint_xfer_continue and _hw_endpoint_reset_transfer | |||
| 2021-06-11 | improve usbh | hathach | |
| 2021-06-11 | double buffered work with host | hathach | |
| 2021-06-10 | more clean up | hathach | |
| 2021-06-10 | clean up | hathach | |
| 2021-06-10 | implement usbh_edpt_busy (WIP), remove hcd_edpt_busy | hathach | |
| 2021-06-10 | remove hcd_edpt_stalled() | hathach | |
| 2021-06-10 | add usbh_classdriver.h | hathach | |
| 2021-06-10 | Merge pull request #883 from hathach/fix-rp2040-host-transferred-bytes | Ha Thach | |
| fix computing transferred bytes with E4 | |||
| 2021-06-09 | use alias for button naming | hathach | |
| 2021-06-09 | Change buttons to start from 0 | Marcelo Bezerra | |
| 2021-06-09 | fix enum overflow with msp430 | hathach | |
| 2021-06-09 | miss a helper | hathach | |
| 2021-06-09 | update gamepad helper | hathach | |
