summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-11-26fix samg55 with newlib missing end symbolhathach
2019-11-25Merge pull request #227 from hathach/developHa Thach
add CONTRIBUTORS.md
2019-11-25logo designhathach
2019-11-25add the most important contributorhathach
2019-11-25lower case for arturohathach
2019-11-25updatehathach
2019-11-25update readmehathach
2019-11-25add the most important file of the project: CONTRIBUTORS.mdhathach
2019-11-25updatehathach
2019-11-24usb hw init OKhathach
2019-11-24Merge branch 'master' into port-samg55hathach
2019-11-24Merge pull request #225 from xobs/fomu-offset-fixHa Thach
bsp: fomu: fix rom address for example programs
2019-11-24bsp: fomu: fix rom address for example programsSean Cross
During development, the ROM address was at offset 0x2001a000 (due to the fact that the test program was located immediately following the bitstream). In normal Fomus, the ROM address is at offset 0x20040000, in order to take into account additional bitstreams and bootloaders. Correct the address to the offset in order to get examples working with existing Fomus. Signed-off-by: Sean Cross <[email protected]>
2019-11-24Merge branch 'develop'hathach
2019-11-24more dochathach
2019-11-23update doc, RT1011 verified to work, thanks to @arturo182hathach
2019-11-23Merge pull request #224 from hathach/developHa Thach
added rt1010 board support
2019-11-23added rt1010 board supporthathach
not tested on the actual hardware board though.
2019-11-23Merge pull request #223 from hathach/developHa Thach
Added board RT1050 EVKB, RT1020 EVK, RT1015 EVK
2019-11-23doc updatehathach
2019-11-23added rt1015 evk boardhathach
2019-11-23doc updatehathach
2019-11-23fix rt1010 rt1020 only has 1 usb controller, rt1050 rt1060 has 2hathach
2019-11-23added MIMX RT1052 Evaluation Kithathach
2019-11-22Merge pull request #222 from hathach/developHa Thach
add RT1060 evk board support
2019-11-22update doc for RT1060 evkhathach
2019-11-22rename OPT_MCU_IMXRT10XX to OPT_MCU_MIMXRT10XXhathach
2019-11-22added iMX RT1060 EVK board supporthathach
board_text, cdc_msc, hid_composite all work