diff options
| author | Sven <[email protected]> | 2022-05-24 21:45:35 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-24 21:45:35 +0200 |
| commit | 16c0eb0d2f2e2afe551d7bd239cb8092df7b2128 (patch) | |
| tree | 9aeb395d8284fad36584f751759ead69b238c971 /docs/reference/index.rst | |
| parent | 0a4a28a90c2a9c48f8e84da098a157f101f5c194 (diff) | |
fix links in docs
changed markdown formatting to rst formatting
Diffstat (limited to 'docs/reference/index.rst')
| -rw-r--r-- | docs/reference/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/index.rst b/docs/reference/index.rst index fcff03590..292fb1a93 100644 --- a/docs/reference/index.rst +++ b/docs/reference/index.rst @@ -25,7 +25,7 @@ Supports multiple device configurations by dynamically changing usb descriptors. - 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. - `WebUSB <https://github.com/WICG/webusb>`__ with vendor-specific class -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) +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>`__ Host Stack ========== @@ -41,7 +41,7 @@ TinyUSB is completely thread-safe by pushing all ISR events into a central queue - **No OS** - **FreeRTOS** -- **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) +- **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>`__ License ======= |
