summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-08Merge pull request #581 from hathach/dcd_synopsis_mem_allocationHa Thach
Dcd synopsis mem allocation
2021-01-08Merge pull request #586 from hathach/walkround-samd21-setup-overflowHa Thach
walkround for samd21 setup_packet overflow
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-07Merge pull request #585 from hathach/increase-hid-default-epbufHa Thach
change default CFG_TUD_HID_EP_BUFSIZE from 16 to 64
2021-01-07change default CFG_TUD_HID_EP_BUFSIZE from 16 to 64hathach
2021-01-07Merge pull request #582 from gsteiert/feature-dbl-m33Ha Thach
Feature dbl m33
2021-01-07added Double M33 Express to boards.mdGreg Steiert
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-03working neopixel minor refactorGreg Steiert
2021-01-03working neopixelGreg Steiert
2021-01-038 state implementation, still not workingGreg Steiert
2021-01-0324 state implementation, only upsdates first LEDGreg Steiert
2021-01-03neopixel driver one byte at a time non-funcGreg Steiert
2021-01-03Clean upReinhard Panhuber
2021-01-03Rework USB FIFO allocation scheme and allow RX FIFO size reductionReinhard Panhuber
2021-01-02adding double_m33_express boardGreg Steiert
2020-12-25Merge pull request #577 from hathach/followup-kl25z-pr569Ha Thach
Follow up kl25z pr569
2020-12-25skip overflow sram examples for kl25hathach
2020-12-25update readme, contributor and doc for new port KL25hathach
update nxp_driver
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-22Merge pull request #572 from HiFiPhile/more_iarHa Thach
IAR fix more warnings
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-12-09Delete question.mdHa Thach
2020-11-27Merge pull request #563 from hathach/add-esp32s2-suspend-wakeupHa Thach
add bus suspend & resume support for esp32s2
2020-11-27fix cihathach
2020-11-27add bus suspend & resume support for esp32s2hathach
2020-11-25Merge pull request #562 from hathach/correctly-invoke-scsi-callbackHa Thach
msc only invoke scsi complete callback after status transaction is complete
2020-11-24msc only invoke scsi complete callback after status transaction is completehathach
2020-11-24Merge pull request #561 from hathach/add-tud-connectedHa Thach
add tud_connected()
2020-11-24add tud_connected()hathach
which return true as long as we receive the very first SETUP packet from host.
2020-11-24Merge pull request #506 from duempel/cdc_without_dtrHa Thach
CDC without DTR being set
2020-11-24more cihathach
2020-11-24fix ci buildhathach
2020-11-24comment out and add note for tud_cdc_connected() in cdc_msc exampleshathach
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-23Merge pull request #560 from hathach/fix-559Ha Thach
have tusb_init() return true instead of TUSB_ERROR_NONE
2020-11-23have tusb_init() return true instead of TUSB_ERROR_NONEhathach
2020-11-23Merge pull request #557 from hathach/rework-class-driver-controlHa Thach
Rework class driver control transfer