summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2021-02-09Fix capitalisation of Raspberry PiAndrew Scheller
2021-01-23doc updatehathach
2020-12-25update readme, contributor and doc for new port KL25hathach
update nxp_driver
2020-11-07release 0.7.0 with changelog and doc update0.7.0hathach
2020-11-02enable cdc auto flush on write()hathach
if there is enough data in the fifo
2020-08-22Update README.mdHa Thach
2020-08-21add support for SAMD11 devices / add samd11_xplained boardKatherine Temkin
2020-07-08Merge pull request #447 from hathach/add-stm-hsHa Thach
Add support for STM32 OTG HS core
2020-07-02correct HSE_VALUE in hal_confhathach
- although it is define in CFLAGS, it is worth to correct to be consistent with other build - extract set_speed()
2020-07-01Update README.mdHa Thach
2020-07-01added DA14695 DK USB bsphathach
2020-06-26update readmehathach
2020-04-22clean uphathach
2020-04-19added TODO item for changeloghathach
- rewrite changelog it better later on - simplify the issue template
2020-04-07update docs for esp32s2hathach
2020-03-30added changeloghathach
2020-03-24update doc for MSP430hathach
2020-03-17follow up to pr #301hathach
rename OPT_MCU_NUC505_USB_DMA to simply USE_DMA
2020-03-10doc updatehathach
2020-02-07add Nuvoton NUC505Peter Lawrence
2020-01-10Fix some style issues in the READMEarturo182
2020-01-09Merge branch 'master' into develophathach
2020-01-07Merge branch 'master' into nuc121Ha Thach
2020-01-04add Nuvoton NUC121/NUC125/NUC126Peter Lawrence
2020-01-03try to trigger mynewt examplehathach
2019-12-27use github actions for build badgehathach
2019-12-25fix samd51 setup packet handlinghathach
issue occur due to race condition https://github.com/adafruit/Adafruit_TinyUSB_Arduino/issues/37
2019-12-18added coverity badgehathach
2019-11-25update readmehathach
2019-11-25add the most important file of the project: CONTRIBUTORS.mdhathach
2019-11-24more dochathach
2019-11-23update doc, RT1011 verified to work, thanks to @arturo182hathach
2019-11-23doc updatehathach
2019-11-23doc updatehathach
2019-11-23added MIMX RT1052 Evaluation Kithathach
2019-11-22update doc for RT1060 evkhathach
2019-11-22doc updatehathach
2019-11-11added and tested nRF52833DK (pca10100)hathach
2019-10-23adding debug log functionhathach
2019-10-11update dochathach
2019-10-08Update README.mdhathach
2019-10-02ported stm32f1, tested with f103 blue pillhathach
2019-09-20update dochathach
2019-09-20doc updatehathach
2019-09-12ported stm32f2, added board stm32f207zg nucleohathach
close #127
2019-09-11stm32f7 work with dcd synopsishathach
close #124
2019-09-11ported stm32f3, close #67hathach
2019-09-11update docshathach
2019-09-10A few bug fixes, remove the unstested device notices, note supported boards ↵Nathan Conrad
in READMEs, and implement PMA access stride (used on MCU's with 512 byte USB buffers).
2019-09-06update docshathach