summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-28implement multiple interfaces supportPeter Lawrence
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-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-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