diff options
| author | HiFiPhile <[email protected]> | 2025-10-11 16:50:47 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-10-11 16:50:47 +0200 |
| commit | 190237741879145088535f214e4a1a7f21eff6af (patch) | |
| tree | cf6c3dd022008e46a1407fb9355e411250fd8702 /docs/reference/getting_started.rst | |
| parent | 080ca2e5cc96ffde2820807e2e663e1c61ca5132 (diff) | |
| parent | 2e29d1c60d119b2aa71e36d0c1ac2a383e333076 (diff) | |
Merge branch 'master' into uac1
Diffstat (limited to 'docs/reference/getting_started.rst')
| -rw-r--r-- | docs/reference/getting_started.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/getting_started.rst b/docs/reference/getting_started.rst index f1a755804..b891d911b 100644 --- a/docs/reference/getting_started.rst +++ b/docs/reference/getting_started.rst @@ -50,7 +50,7 @@ To incorporate tinyusb to your project Examples -------- -For your convenience, TinyUSB contains a handful of examples for both host and device with/without RTOS to quickly test the functionality as well as demonstrate how API should be used. Most examples will work on most of `the supported boards <boards.rst>`_. Firstly we need to ``git clone`` if not already +For your convenience, TinyUSB contains a handful of examples for both host and device with/without RTOS to quickly test the functionality as well as demonstrate how API should be used. Most examples will work on most of :doc:`the supported boards <boards>`. Firstly we need to ``git clone`` if not already .. code-block:: bash @@ -77,7 +77,7 @@ The hardware code is located in ``hw/bsp`` folder, and is organized by family/bo $ cd examples/device/cdc_msc $ make BOARD=feather_nrf52840_express get-deps -You only need to do this once per family. Check out `complete list of dependencies and their designated path here <dependencies.rst>`_ +You only need to do this once per family. Check out :doc:`complete list of dependencies and their designated path here <dependencies>` Build Examples ^^^^^^^^^^^^^^ |
