You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/index.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Supports multiple device configurations by dynamically changing usb descriptors.
25
25
- Vendor-specific class support with generic In & Out endpoints. Can be used with MS OS 2.0 compatible descriptor to load winUSB driver without INF file.
26
26
- `WebUSB <https://github.com/WICG/webusb>`__ with vendor-specific class
27
27
28
-
If you have special need, `usbd_app_driver_get_cb()` can be used to write your own class driver without modifying the stack. Here is how RPi team add their reset interface [raspberrypi/pico-sdk#197](https://github.com/raspberrypi/pico-sdk/pull/197)
28
+
If you have special need, `usbd_app_driver_get_cb()` can be used to write your own class driver without modifying the stack. Here is how RPi team add their reset interface `raspberrypi/pico-sdk#197<https://github.com/raspberrypi/pico-sdk/pull/197>`__
29
29
30
30
Host Stack
31
31
==========
@@ -41,7 +41,7 @@ TinyUSB is completely thread-safe by pushing all ISR events into a central queue
41
41
42
42
- **No OS**
43
43
- **FreeRTOS**
44
-
- **Mynewt** Due to the newt package build system, Mynewt examples are better to be on its [own repo](https://github.com/hathach/mynewt-tinyusb-example)
44
+
- **Mynewt** Due to the newt package build system, Mynewt examples are better to be on its `own repo<https://github.com/hathach/mynewt-tinyusb-example>`__
0 commit comments