mirror of
https://github.com/hathach/tinyusb.git
synced 2026-08-18 11:02:16 +00:00
- Remove duplicate toctree entry for reference/device_issues from docs/index.rst (already included via docs/reference/index.rst) - Fix WCH section title: CH32V10X/CH32V20X/CH32V30X → CH32F20x/CH32V20x/CH32V30x to match the three actual README table entries (CH32F20x, CH32V20x, CH32V305/307) - Update README anchor links to match the renamed section - Qualify USBFS non-ISO transfer safety claim: USBHS is protected by USBHS_INT_BUSY_EN but USBFS behavior is not yet confirmed - Fix LPC54600 note: "read errata" → "see device issues" - Remove "totally" from LPC54600 description Co-authored-by: Ha Thach <hathach@users.noreply.github.com>
27 lines
486 B
ReStructuredText
27 lines
486 B
ReStructuredText
.. include:: ../README_processed.rst
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Information
|
|
|
|
getting_started
|
|
integration
|
|
porting
|
|
reference/index
|
|
faq
|
|
troubleshooting
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Project Info
|
|
|
|
info/index
|
|
|
|
.. toctree::
|
|
:caption: External Links
|
|
:hidden:
|
|
|
|
Source Code <https://github.com/hathach/tinyusb>
|
|
Issue Tracker <https://github.com/hathach/tinyusb/issues>
|
|
Discussions <https://github.com/hathach/tinyusb/discussions>
|