234 Commits

Author SHA1 Message Date
hathach
ab8160a29b
hcd work with esp32p4 in slave mode but have issue with DMA mode. In slave it enumerate device but has issue with msc bulk in 2024-11-07 16:37:33 +07:00
hathach
57aac432b5
add new tusb_int_handler(rhport, in_isr) as common irq handler
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
2024-10-10 16:28:36 +07:00
Shawn Hoffman
616532892d make all python files executable and standardize interpreter 2024-09-17 12:17:12 -07:00
hathach
115b1bb71e
prepare for 0.17.0 release 2024-09-13 23:23:37 +07:00
hathach
215832397b
update doc, re-enable metro m7 for hil, only build make windows/macos on PR 2024-08-19 19:44:22 +07:00
Okarss
822ff7b316 Update for OTG_FS devices 2024-06-21 16:23:28 +03:00
Okarss
7594d8e103 Fix the legend 2024-06-21 15:56:54 +03:00
Okarss
458be5dad8 Fix the table 2024-06-18 13:40:49 +03:00
Okarss
5083d1eb33 Update Host mode information for FSDEV devices 2024-06-18 12:12:44 +03:00
Okarss
5f060a357d Update the STM32 documentation 2024-06-14 21:23:17 +03:00
hathach
3175aaa0eb
increase version as pre-releases, still need more clean up before actual relesae 2024-05-24 20:17:53 +07:00
Matthew Tran
db60fa1c63
add CH32V20x USB OTG/FS driver 2024-05-15 20:01:00 +07:00
hathach
64bc0aac55
update doc index.rst to match readme.rst (duplicated) 2024-03-26 10:39:51 +07:00
Mengsk
35615ecb6f Update doc. 2023-12-13 17:41:54 +01:00
hathach
e5588697d5
update changelog for 0.16.0 2023-11-24 23:11:35 +07:00
hathach
0e12d36531
update doc, move sponsor to top of the page 2023-11-24 19:11:28 +07:00
hathach
426f791e7a
minor doc 2023-11-24 19:09:34 +07:00
Ha Thach
0601d174b1
Merge branch 'master' into feature/ch32f20x 2023-11-24 11:33:34 +07:00
hathach
0ff327f25f
resize logo, add white background 2023-11-01 11:20:18 +07:00
hathach
484937a042
update readme, add sponsor section 2023-11-01 10:40:20 +07:00
hathach
765ba4b9ac
update doc to add supported mcus 2023-10-31 16:21:45 +07:00
denis.krasutski
ce627f4318 feat(ch32f20x): add support of ch32f20x 2023-10-06 13:04:54 +03:00
Ha Thach
7bf5923052
Merge pull request #2142 from sjanc/symlinks
Fix documentation symlinks
2023-08-24 00:01:55 +07:00
Szymon Janc
4b59cb9a20 Fix documentation symlinks
There were typos in symlinks target names resulting in following
warrning on checkout (at least in Mynewt newt tool):
* Warning: stat mynewt/repos/tinyusb/docs/contributing/code_of_conduct.rst: no such file or directory
* Warning: stat mynewt/repos/tinyusb/docs/info/contributors.rst: no such file or directory
2023-07-10 12:12:26 +02:00
mndza
14d69e46be
Update support for Cynthion boards
- Rename LUNA to Cynthion
- Add support for newer revisions (>=0.6)
- Bootloader (saturn-v) default size is now 2K
2023-06-30 11:30:33 +02:00
hathach
eaa159c0a6 more doc build fix 2023-05-10 15:52:33 +07:00
hathach
090078542f update osal note 2023-04-28 11:34:12 +07:00
slc-tl
8c780a9564
Update porting.rst
Adds more in depth documentation of how tud_task does not need to be polled in implementations that use an RTOS / scheduler.
2023-04-14 17:07:33 -06:00
hathach
f80d11301e
update doc and generate deps list 2023-03-23 16:33:35 +07:00
hathach
1fc203b085
more update to kinetis bsp 2023-03-18 19:50:24 +07:00
Bob Paddock
b13b95a670 Document that support for the FRDM-K32L2A4S has been added. 2023-03-18 16:50:51 +07:00
hathach
3623ba1884
fix trailing space and new line
temporarily disable codespell
2023-03-17 16:12:49 +07:00
hathach
e0b1de923c
add ra4m1_ek board 2023-03-16 22:43:58 +07:00
hathach
92aed7e3e0
rename symbols 2023-03-16 11:28:10 +07:00
hathach
05e0205ad0
Merge branch 'master' into renesas-ra 2023-03-08 21:05:06 +07:00
hathach
cf162e2c54
fix typo 2023-02-10 13:03:43 +07:00
hathach
7e48da5b44
update version to 0.15.0
add changelog
2023-02-10 12:47:48 +07:00
Ha Thach
949950e592
Merge branch 'master' into ch32v307 2023-01-07 23:46:46 +07:00
hathach
43b255f413 more typos 2022-12-04 19:44:01 +07:00
Bastien Nocera
6a2cf67289 Fix typos 2022-12-04 19:43:23 +07:00
Bastien Nocera
8f88ff559e Fix typo in getting_started guide
Fixes: 1234111 ("add get-deps target")
2022-10-18 15:14:45 +02:00
hathach
660e8f50a7
try to fix release body in tinyusb_src (not tested) 2022-08-23 14:43:09 +07:00
hathach
961e83e083
more docs update 2022-08-19 17:14:53 +07:00
hathach
23ea8d1e25 update doc 2022-07-25 22:27:33 +07:00
hathach
b0b155c949
increase version for release
along with minor doc update
2022-07-19 12:28:52 +07:00
hathach
12341118e3 add get-deps target
update ci to get-deps first
2022-07-01 16:24:58 +07:00
Rafael Silva
0bf0e0b35f add renesas ra mcu family to supported devices docs
Signed-off-by: Rafael Silva <rafaelsilva@ajtec.pt>
2022-06-02 09:35:30 +01:00
Rafael Silva
dcadbf3364 rename renesas driver to link
link was chosen according to the name for the usb core on datasheets, LINK core

Signed-off-by: Rafael Silva <rafaelsilva@ajtec.pt>
2022-06-02 09:35:30 +01:00
Sven
16c0eb0d2f
fix links in docs
changed markdown formatting to rst formatting
2022-05-24 21:45:35 +02:00
Ha Thach
2683deb0dd
Merge branch 'master' into ch32v307 2022-05-21 13:54:25 +07:00