summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-27Merge pull request #230 from hathach/developHa Thach
fix #229
2019-11-27fix #229hathach
2019-11-27extract code to invoke_class_control()hathach
- also rename usbd_class_drivers to _usbd_driver
2019-11-26missing source file for cdc_msc to compileNoe Brun
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-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
2019-11-22rename OPT_MCU_RT10XX to OPT_MCU_IMXRT10XXhathach
2019-11-22Merge pull request #221 from hathach/developHa Thach
doc update
2019-11-22doc updatehathach
2019-11-22Merge pull request #220 from hathach/developHa Thach
Port NXP iMX RT10XX
2019-11-22rename dcd lpc18_43 to transdimensionhathach
2019-11-22rename dcd_lpc18_43 to dcd_transdimensionhathach
2019-11-22move nxp dcd ehci controller reset and modde into dcdhathach
rt1064 work with cdc msc example
2019-11-22config clean uphathach
2019-11-22clean uphathach
2019-11-22able to compile dcd 18/43 with rt1064hathach
2019-11-22more clean uphathach
2019-11-22more clean uphathach
2019-11-22more constant rename clean uphathach
2019-11-22refactor dcd_lpc18_43, making it capatible with rt10xxhathach
2019-11-22clean up dcd lpc18_43hathach
drop supporting both device mode on both ports.
2019-11-22move dcd_lpc18_43.h into .c filehathach
2019-11-22adding irq to rt1064evkhathach
2019-11-22fix segger host examplehathach
2019-11-21moving irq to bsp for lpc17/40hathach