summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-07fix ci buildhathach
- nuc 121/125: add CFG_EXAMPLE_MSC_READONLY since it is not enough SRAM to hold MSC disk - nuc 126: drop i2c source files in compile list due to SDK driver issue.
2020-01-07Merge branch 'master' into nuc121Ha Thach
2020-01-05Merge pull request #254 from majbthrd/multi-setconfigHa Thach
gracefully handle multiple SET_CONFIGURATION requests
2020-01-04dcd_nuc121: allow user ZLP transfers to get a callbackPeter Lawrence
2020-01-04add Nuvoton NUC121/NUC125/NUC126Peter Lawrence
2020-01-01Merge pull request #257 from gsnxp/rt1010fixHa Thach
fixed build issue with i.MXRT1010-EVK, corrected typo in examples/readme
2019-12-30fixed build issue with i.MXRT1010-EVK, corrected typo in examples/readmeGreg Steiert
2019-12-30fix missing parentheses in TU_MIN and TU_MAX macros (#256)majbthrd
2019-12-30Let device respond to endpoint requests on EP0 (#251)Jeremy Herbert
Since endpoint 0 is used for control requests, it doesn't have a class driver attached to it. As such, the corresponding `_usbd_dev.ep2drv` entry points to driver `0xFF`, which is invalid and this makes the `TU_ASSERT(drvid < USBD_CLASS_DRIVER_COUNT);` line fail, and eventually causes an endpoint stall. So as-is the stack cannot respond to any endpoint requests on endpoint 0. However, standard requests on endpoint 0 do not need a class driver to produce a valid response. This commit changes the order of execution so that the assert is only checked if the endpoint is not 0.
2019-12-28gracefully handle multiple SET_CONFIGURATION requestsPeter Lawrence
2019-12-28more ci (#253)Ha Thach
* more ci * ci * ci * ci * ci test * more ci test * more ci * ci typo * test ci * ci use github ::add-path::
2019-12-27Merge pull request #252 from hathach/developHa Thach
use github actions for build badge
2019-12-27use github actions for build badgehathach
2019-12-27Merge pull request #250 from hathach/github-actionHa Thach
migrate to github action for CI/CD
2019-12-27wrap up actionsHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27Update build.ymlHa Thach
2019-12-27try actionHa Thach
2019-12-27Merge pull request #248 from hathach/developHa Thach
fix #247
2019-12-27fix #247hathach
2019-12-26Merge pull request #246 from hathach/samd-improveHa Thach
Samd improve
2019-12-26clean uphathach
2019-12-26merge dcd_samd51 & dcd_samd21 into dcd_samdhathach
2019-12-26improve samd, fix missing setup packet occasionallyhathach
2019-12-25Merge pull request #245 from hathach/developHa Thach
fix samd51 setup packet handling
2019-12-25fix samd51 setup packet handlinghathach
issue occur due to race condition https://github.com/adafruit/Adafruit_TinyUSB_Arduino/issues/37
2019-12-24Merge pull request #244 from hathach/developHa Thach
invoke scsi complete callback before queue for csw status
2019-12-24invoke scsi complete callback before queue for csw statushathach
there is racing issue with samd + qspi flash testing with arduino otherwise.
2019-12-24Merge branch 'master' into develophathach
2019-12-24Merge pull request #243 from hathach/port-samg55Ha Thach
merge WIP branch for samd dcd fix
2019-12-23add driver 99-tinyusb.rules for ubuntu, rename window usbser infhathach
2019-12-23adding lookup table for debugginghathach
add msc scsi command list
2019-12-21Merge branch 'master' into port-samg55hathach
2019-12-21making more progress, but failed with WRITE10hathach
incorrect queue 448 bytes instead of 512