| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-07 | fix ci build | hathach | |
| - 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-07 | Merge branch 'master' into nuc121 | Ha Thach | |
| 2020-01-05 | Merge pull request #254 from majbthrd/multi-setconfig | Ha Thach | |
| gracefully handle multiple SET_CONFIGURATION requests | |||
| 2020-01-04 | dcd_nuc121: allow user ZLP transfers to get a callback | Peter Lawrence | |
| 2020-01-04 | add Nuvoton NUC121/NUC125/NUC126 | Peter Lawrence | |
| 2020-01-01 | Merge pull request #257 from gsnxp/rt1010fix | Ha Thach | |
| fixed build issue with i.MXRT1010-EVK, corrected typo in examples/readme | |||
| 2019-12-30 | fixed build issue with i.MXRT1010-EVK, corrected typo in examples/readme | Greg Steiert | |
| 2019-12-30 | fix missing parentheses in TU_MIN and TU_MAX macros (#256) | majbthrd | |
| 2019-12-30 | Let 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-28 | gracefully handle multiple SET_CONFIGURATION requests | Peter Lawrence | |
| 2019-12-28 | more 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-27 | Merge pull request #252 from hathach/develop | Ha Thach | |
| use github actions for build badge | |||
| 2019-12-27 | use github actions for build badge | hathach | |
| 2019-12-27 | Merge pull request #250 from hathach/github-action | Ha Thach | |
| migrate to github action for CI/CD | |||
| 2019-12-27 | wrap up actions | Ha Thach | |
| 2019-12-27 | Update build.yml | Ha Thach | |
| 2019-12-27 | Update build.yml | Ha Thach | |
| 2019-12-27 | Update build.yml | Ha Thach | |
| 2019-12-27 | Update build.yml | Ha Thach | |
| 2019-12-27 | Update build.yml | Ha Thach | |
| 2019-12-27 | Update build.yml | Ha Thach | |
| 2019-12-27 | Update build.yml | Ha Thach | |
| 2019-12-27 | Update build.yml | Ha Thach | |
| 2019-12-27 | Update build.yml | Ha Thach | |
| 2019-12-27 | Update build.yml | Ha Thach | |
| 2019-12-27 | Update build.yml | Ha Thach | |
| 2019-12-27 | Update build.yml | Ha Thach | |
| 2019-12-27 | Update build.yml | Ha Thach | |
| 2019-12-27 | Update build.yml | Ha Thach | |
| 2019-12-27 | Update build.yml | Ha Thach | |
| 2019-12-27 | Update build.yml | Ha Thach | |
| 2019-12-27 | Update build.yml | Ha Thach | |
| 2019-12-27 | Update build.yml | Ha Thach | |
| 2019-12-27 | try action | Ha Thach | |
| 2019-12-27 | Merge pull request #248 from hathach/develop | Ha Thach | |
| fix #247 | |||
| 2019-12-27 | fix #247 | hathach | |
| 2019-12-26 | Merge pull request #246 from hathach/samd-improve | Ha Thach | |
| Samd improve | |||
| 2019-12-26 | clean up | hathach | |
| 2019-12-26 | merge dcd_samd51 & dcd_samd21 into dcd_samd | hathach | |
| 2019-12-26 | improve samd, fix missing setup packet occasionally | hathach | |
| 2019-12-25 | Merge pull request #245 from hathach/develop | Ha Thach | |
| fix samd51 setup packet handling | |||
| 2019-12-25 | fix samd51 setup packet handling | hathach | |
| issue occur due to race condition https://github.com/adafruit/Adafruit_TinyUSB_Arduino/issues/37 | |||
| 2019-12-24 | Merge pull request #244 from hathach/develop | Ha Thach | |
| invoke scsi complete callback before queue for csw status | |||
| 2019-12-24 | invoke scsi complete callback before queue for csw status | hathach | |
| there is racing issue with samd + qspi flash testing with arduino otherwise. | |||
| 2019-12-24 | Merge branch 'master' into develop | hathach | |
| 2019-12-24 | Merge pull request #243 from hathach/port-samg55 | Ha Thach | |
| merge WIP branch for samd dcd fix | |||
| 2019-12-23 | add driver 99-tinyusb.rules for ubuntu, rename window usbser inf | hathach | |
| 2019-12-23 | adding lookup table for debugging | hathach | |
| add msc scsi command list | |||
| 2019-12-21 | Merge branch 'master' into port-samg55 | hathach | |
| 2019-12-21 | making more progress, but failed with WRITE10 | hathach | |
| incorrect queue 448 bytes instead of 512 | |||
