| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2019-12-21 | able to response to scsi inquiry, but failed to response to test unit ready | hathach | |
| 2019-12-20 | clean warnings | hathach | |
| 2019-12-18 | added coverity badge | hathach | |
| 2019-12-17 | Merge pull request #238 from samveen/add_grave | Ha Thach | |
| add "`" and "~" to keycode -> ASCII table | |||
| 2019-12-17 | add "`" and "~" to keycode -> ASCII table | samveen | |
| 2019-12-17 | Merge pull request #237 from samveen/fix_typo | Ha Thach | |
| [tusb]fix typo in comment | |||
| 2019-12-16 | [tusb]fix typo in comment | samveen | |
| 2019-12-12 | Merge pull request #236 from jeremyherbert/master | Ha Thach | |
| Update dcd_stm32_fsdev.c with note about F042Fx remapping | |||
| 2019-12-12 | Merge pull request #234 from hathach/stm32f4-blackpill | Ha Thach | |
| move VBUS sense out of dcd_synosys to bsp | |||
| 2019-12-12 | Update dcd_stm32_fsdev.c | Jeremy Herbert | |
| Add a note about pin remapping for the STM32F042Fx | |||
| 2019-12-11 | Merge pull request #235 from hathach/develop | Ha Thach | |
| close #204 define HSE_VALUE in _hal_conf instead of board.mk | |||
| 2019-12-11 | close #204 define HSE_VALUE in _hal_conf instead of board.mk | hathach | |
| 2019-12-11 | move VBUS sense out of dcd_synosys to bsp | hathach | |
| 2019-12-10 | fixed unit test with dcd_edpt0_status_complete | hathach | |
| 2019-12-09 | enhance samg | hathach | |
| 2019-12-09 | clear data toggle in clear stall, also set config bit | hathach | |
| 2019-12-09 | fix samd using TUSB_REQ_SET_ADDRESS in dcd_edpt0_status_complete | hathach | |
| 2019-12-09 | update descriptor, enhance ep in transfer | hathach | |
| 2019-12-09 | implementing dcd_edpt_open | hathach | |
| 2019-12-09 | fix build | hathach | |
| 2019-12-09 | clean up, switch and update submodule samd to circuitpython branch | hathach | |
| 2019-12-09 | added microchip submodule | hathach | |
| 2019-12-09 | change the samd submodule | hathach | |
| 2019-12-09 | Merge pull request #233 from kasjer/kasjer/fix-ymnewt-osal | Ha Thach | |
| Fix mynewt osal queue definition | |||
| 2019-12-01 | Fix mynewt osal queue definition | Jerzy Kasenberg | |
| Queue table has pointers instead of data os_event structs. This resulted in crashes when elements were put to queue and overwritten variables that were just after mpool desiged for queue. | |||
| 2019-11-29 | Merge pull request #231 from xobs/fix-fomu-out-rx | Ha Thach | |
| valentyusb: eptri: don't double-advance read buffer | |||
| 2019-11-29 | valentyusb: eptri: don't double-advance read buffer | Sean Cross | |
| Due to an error, we were double-advancing the FIFO buffer. The end result was that the second half of most reads were getting ignored. This wasn't found during earlier testing because only 64-byte buffers were tested. This corrects this error by avoiding double-advancing the buffer. Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-29 | Merge pull request #228 from noebrun/patch-1 | Ha Thach | |
| fix missing source file for cdc_msc to compile | |||
