summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-12-21able to response to scsi inquiry, but failed to response to test unit readyhathach
2019-12-20clean warningshathach
2019-12-18added coverity badgehathach
2019-12-17Merge pull request #238 from samveen/add_graveHa Thach
add "`" and "~" to keycode -> ASCII table
2019-12-17add "`" and "~" to keycode -> ASCII tablesamveen
2019-12-17Merge pull request #237 from samveen/fix_typoHa Thach
[tusb]fix typo in comment
2019-12-16[tusb]fix typo in commentsamveen
2019-12-12Merge pull request #236 from jeremyherbert/masterHa Thach
Update dcd_stm32_fsdev.c with note about F042Fx remapping
2019-12-12Merge pull request #234 from hathach/stm32f4-blackpillHa Thach
move VBUS sense out of dcd_synosys to bsp
2019-12-12Update dcd_stm32_fsdev.cJeremy Herbert
Add a note about pin remapping for the STM32F042Fx
2019-12-11Merge pull request #235 from hathach/developHa Thach
close #204 define HSE_VALUE in _hal_conf instead of board.mk
2019-12-11close #204 define HSE_VALUE in _hal_conf instead of board.mkhathach
2019-12-11move VBUS sense out of dcd_synosys to bsphathach
2019-12-10fixed unit test with dcd_edpt0_status_completehathach
2019-12-09enhance samghathach
2019-12-09clear data toggle in clear stall, also set config bithathach
2019-12-09fix samd using TUSB_REQ_SET_ADDRESS in dcd_edpt0_status_completehathach
2019-12-09update descriptor, enhance ep in transferhathach
2019-12-09implementing dcd_edpt_openhathach
2019-12-09fix buildhathach
2019-12-09clean up, switch and update submodule samd to circuitpython branchhathach
2019-12-09added microchip submodulehathach
2019-12-09change the samd submodulehathach
2019-12-09Merge pull request #233 from kasjer/kasjer/fix-ymnewt-osalHa Thach
Fix mynewt osal queue definition
2019-12-01Fix mynewt osal queue definitionJerzy 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-29Merge pull request #231 from xobs/fix-fomu-out-rxHa Thach
valentyusb: eptri: don't double-advance read buffer
2019-11-29valentyusb: eptri: don't double-advance read bufferSean 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-29Merge pull request #228 from noebrun/patch-1Ha Thach
fix missing source file for cdc_msc to compile
2019-11-28use dcd_edpt0_status_complete() to prepare for setup packet for samd21/samd51hathach
2019-11-28use dcd_edpt0_status_complete() to set address without blocking for ↵hathach
samd21/samd51/stm32_fsdev
2019-11-28clean uphathach
2019-11-28implement dcd_edpt_stallhathach
2019-11-28get passed set addresshathach
2019-11-28add dcd_edpt0_status_complete() which is useful for several mcu porthathach
2019-11-27get passed first get device descriptorhathach
2019-11-27able to handle setup packethathach
2019-11-27detect bus resethathach
2019-11-27Merge pull request #230 from hathach/developHa Thach
fix #229
2019-11-27Merge branch 'develop' into port-samg55hathach
2019-11-27fix #229hathach
2019-11-27extract code to invoke_class_control()hathach
- also rename usbd_class_drivers to _usbd_driver
2019-11-27clean uphathach
2019-11-26missing source file for cdc_msc to compileNoe Brun
2019-11-26add uart sync supporthathach