75 Commits

Author SHA1 Message Date
hathach
7f92e255cf added TODO item for changelog
- rewrite changelog it better later on
- simplify the issue template
2020-04-19 14:02:39 +07:00
hathach
f6edb46c0a update docs for esp32s2 2020-04-07 23:01:26 +07:00
hathach
d1aeac4e33 added changelog 2020-03-30 11:44:03 +07:00
hathach
27ec8451a4 update doc for MSP430 2020-03-24 12:12:38 +07:00
hathach
a39d170672 follow up to pr #301
rename OPT_MCU_NUC505_USB_DMA to simply USE_DMA
2020-03-17 10:40:45 +07:00
hathach
9a0c02236e doc update 2020-03-10 13:28:55 +07:00
Peter Lawrence
7d8ecc63a6 add Nuvoton NUC505 2020-02-07 20:11:00 -06:00
arturo182
33723157a4
Fix some style issues in the README 2020-01-10 00:34:12 +01:00
hathach
dd96be492f Merge branch 'master' into develop 2020-01-09 21:31:01 +07:00
Ha Thach
130250a2be
Merge branch 'master' into nuc121 2020-01-07 16:26:58 +07:00
Peter Lawrence
f4371e79b1 add Nuvoton NUC121/NUC125/NUC126 2020-01-04 10:31:55 -06:00
hathach
019d1b09c5 try to trigger mynewt example 2020-01-03 17:11:22 +07:00
hathach
70abfe7f45
use github actions for build badge 2019-12-27 21:39:44 +07:00
hathach
5690e7b304
fix samd51 setup packet handling
issue occur due to race condition
https://github.com/adafruit/Adafruit_TinyUSB_Arduino/issues/37
2019-12-25 23:47:47 +07:00
hathach
65711de870 added coverity badge 2019-12-18 15:18:05 +07:00
hathach
168f0cb471 update readme 2019-11-25 13:33:50 +07:00
hathach
a91ac72dbd add the most important file of the project: CONTRIBUTORS.md 2019-11-25 13:29:42 +07:00
hathach
a3ed87972d more doc 2019-11-24 00:52:34 +07:00
hathach
2379ce8d65 update doc, RT1011 verified to work, thanks to @arturo182 2019-11-23 21:59:28 +07:00
hathach
9758f3e461 doc update 2019-11-23 01:11:37 +07:00
hathach
d76eb8d659 doc update 2019-11-23 00:51:43 +07:00
hathach
4ecb07afc5 added MIMX RT1052 Evaluation Kit 2019-11-23 00:19:53 +07:00
hathach
cc9b6b93c8 update doc for RT1060 evk 2019-11-22 17:42:52 +07:00
hathach
00a571fc38 doc update 2019-11-22 15:37:23 +07:00
hathach
d65bc34bfe added and tested nRF52833DK (pca10100) 2019-11-11 00:11:49 +07:00
hathach
661515a807 adding debug log function 2019-10-23 21:18:46 +07:00
hathach
d9ef34276b update doc 2019-10-11 11:26:19 +07:00
hathach
0b6c031948
Update README.md 2019-10-08 15:49:37 +07:00
hathach
0673be7724 ported stm32f1, tested with f103 blue pill 2019-10-02 12:01:34 +07:00
hathach
c975976a75 update doc 2019-09-20 23:05:08 +07:00
hathach
94c9cf0eff doc update 2019-09-20 16:14:35 +07:00
hathach
ff7261600c ported stm32f2, added board stm32f207zg nucleo
close #127
2019-09-12 10:41:03 +07:00
hathach
7f166d860d stm32f7 work with dcd synopsis
close #124
2019-09-11 22:48:07 +07:00
hathach
8a2b228c3f ported stm32f3, close #67 2019-09-11 16:56:26 +07:00
hathach
a337b2a0cb update docs 2019-09-11 12:08:45 +07:00
Nathan Conrad
bc2a65b20b A few bug fixes, remove the unstested device notices, note supported boards in READMEs, and implement PMA
access stride (used on MCU's with 512 byte USB buffers).
2019-09-10 01:03:24 -04:00
hathach
f5bb48fed5 update docs 2019-09-06 16:50:00 +07:00
hathach
1c6516aee9 doc update 2019-09-05 16:24:59 +07:00
hathach
8ae6c76d7c update readme and board md 2019-09-01 00:56:58 +07:00
hathach
30411cfa54 add logo 2019-08-08 01:09:04 +07:00
hathach
f133fbbe1f doc again 2019-08-01 16:23:27 +07:00
hathach
23f5609d18 doc update 2019-08-01 16:22:19 +07:00
hathach
4d967500bf add vendor & webusb support to doc 2019-08-01 13:31:59 +07:00
hathach
3ec279b424 update docs 2019-07-04 01:57:49 +07:00
hathach
15208e710a
docs clean up 2019-06-10 17:51:51 +07:00
hathach
f9d9eebfe1 support hid generic inout #58
- add report descriptor template TUD_HID_REPORT_DESC_GENERIC_INOUT
- add TUD_HID_INOUT_DESCRIPTOR & TUD_HID_INOUT_DESC_LEN
- add hid_generic_inout example
2019-05-02 14:30:49 +07:00
hathach
89ace295ba add TUD_ to HID_REPORT_DESC_* template 2019-04-28 00:43:36 +07:00
hathach
b74eca4f12
add msc multiple lun support
- remove CFG_TUD_MSC_MAXLUN
- add tud_msc_maxlun_cb()
- add msc_dual_lun exmaple
2019-04-26 15:54:42 +07:00
hathach
6796026476
clean up 2019-04-19 00:33:33 +07:00
hathach
b0a49fcf83 update readme 2019-04-08 13:22:08 +07:00