summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-02-16This fixes the overflow mathmatic in the fifoNicholas R Dinsmore
2021-02-12Fixes RP2040 buffer reallocation overrun problem (#642)ndinsmore
2021-02-11Merge pull request #648 from hathach/rename-dfu-rt-to-runtimeHa Thach
2021-02-11Merge pull request #647 from hathach/correct-fs-bulk-epsizeHa Thach
2021-02-11rename dfu_rt to dfu_runtime for easy readinghathach
2021-02-11clean uphathach
2021-02-11more epsize checking per typehathach
2021-02-11remove the requirement of std SET/CLEAR_FEATURE must not return zlp statushathach
2021-02-09tud_hid_report_complete_cb() APIhathach
2021-02-08Merge pull request #637 from tfx2001/masterHa Thach
2021-02-08add basic support for rt-threadtfx2001
2021-02-08add tud_hid_n_gamepad_report() helper for gamepad reporthathach
2021-02-08enhance gampepad report with dpad/hat supporthathach
2021-02-06Merge pull request #618 from homeodor/masterHa Thach
2021-02-05increase TUSB_VERSION_ to 0.8.0hathach
2021-02-05prepare for releasehathach
2021-02-01Merge pull request #610 from hathach/rp2040-followup2Ha Thach
2021-02-01Merge pull request #601 from majbthrd/start_pi2tuHa Thach
2021-01-30A CDC-like blocking behaviourAlexander Golovanov
2021-01-28Fix midi sysex sending bugMichael Himing
2021-01-27clean up rp2040 assigned_address, remove panic from remote_wakeuphathach
2021-01-27wrap rp2040_usb around opt mcuhathach
2021-01-25Merge pull request #604 from kamtom480/spresense-sdk-2.0.2Ha Thach
2021-01-25Fix dcd issues on cxd56Kamil Tomaszewski
2021-01-25fix host buildhathach
2021-01-23rp2040: start to adopt TU coding conventionsPeter Lawrence
2021-01-23rp2040_hcd: check pointer before usingPeter Lawrence
2021-01-22fix compiler warninghathach
2021-01-21Merge branch 'master' into picoHa Thach
2021-01-19RP2040 supportgraham sanderson
2021-01-08fix cihathach
2021-01-08use dcd_event_bus_reset() with speed to replace bus_signalhathach
2021-01-08another renamehathach
2021-01-08remove inline for update_grxfsizhathach
2021-01-08more minor workhathach
2021-01-08minor clean up following pr581hathach
2021-01-08Merge pull request #581 from hathach/dcd_synopsis_mem_allocationHa Thach
2021-01-08comment clean uphathach
2021-01-08update comment and correct the size to 8+2hathach
2021-01-08walkround for samd21 setup_packet overflowhathach
2021-01-07change default CFG_TUD_HID_EP_BUFSIZE from 16 to 64hathach
2021-01-04Correct function declarationReinhard Panhuber
2021-01-04Minor corrections for PRReinhard Panhuber
2021-01-04Remove too verbose commentReinhard Panhuber
2021-01-03Clean upReinhard Panhuber
2021-01-03Rework USB FIFO allocation scheme and allow RX FIFO size reductionReinhard Panhuber
2020-12-25Merge pull request #569 from kkitayam/add_support_for_frdm_kl25zHa Thach
2020-12-24Merge pull request #571 from HiFiPhile/iar_fifoHa Thach
2020-12-23Fix IAR error on memcpy and warnings.HiFIPhile
2020-12-23fixed wrong direction to enable EP in dcd_edpt_open.kkitayam