summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
Rp2040 followup2
2021-02-01Merge pull request #601 from majbthrd/start_pi2tuHa Thach
start the assimilation of Pi Pico into TU
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
Update Spresense SDK and fix dcd issues
2021-01-25Fix dcd issues on cxd56Kamil Tomaszewski
Pass the next setup package when USB stack is ready to receive it. When the transfer is 0 on EP0 send complete to the USB stack Pass the data received after the setup package to the USB stack.
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
Dcd synopsis mem allocation
2021-01-08comment clean uphathach
2021-01-08update comment and correct the size to 8+2hathach
2021-01-08walkround for samd21 setup_packet overflowhathach
increase setup packet size from 8 to 12, since USB DMA controller is suspected to overflow the buffer with 2 extra bytes
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
- externerlize code into functions - correct comments
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
add support for frdm_kl25z
2020-12-24Merge pull request #571 from HiFiPhile/iar_fifoHa Thach
Fix IAR error on memcpy and warnings.
2020-12-23Fix IAR error on memcpy and warnings.HiFIPhile
Signed-off-by: MasterPhi <[email protected]>
2020-12-23fixed wrong direction to enable EP in dcd_edpt_open.kkitayam
fixed incorrect handling of STALL other than EP0 convert tabs to spaces removed unused symbols
2020-12-22Merge pull request #573 from HiFiPhile/scsi_mode_sense6_tHa Thach
IAR build error fixes
2020-12-22Fix more warnings.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2020-12-20Fix error if "Required Prototype" is selected.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2020-12-20Fix scsi_mode_sense6_t padding, which cause IAR compiler internal error.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2020-12-18added support for frdm_kl25zkkitayam
2020-11-27fix cihathach
2020-11-27add bus suspend & resume support for esp32s2hathach
2020-11-24msc only invoke scsi complete callback after status transaction is completehathach
2020-11-24add tud_connected()hathach
which return true as long as we receive the very first SETUP packet from host.
2020-11-23add tud_ready() check in tud_cdc_n_write_flush()hathach
other clean up
2020-11-23Merge branch 'master' into cdc_without_dtrHa Thach
2020-11-23have tusb_init() return true instead of TUSB_ERROR_NONEhathach
2020-11-20remove control_completehathach
2020-11-20migrate audio device to new control xfer cbhathach
2020-11-20migrate net device to new control xfer cbhathach