diff options
| author | Ha Thach <[email protected]> | 2024-12-27 21:24:36 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-27 21:24:36 +0700 |
| commit | 2495563600f1cd2220d740895fad701dd48f1fb6 (patch) | |
| tree | b953b303b8295fa3b0043288f24794c0e58937ca /docs/reference/getting_started.rst | |
| parent | 86ad6e56c1700e85f1c5678607a762cfe3aa2f47 (diff) | |
| parent | de38e53271038d67812715a2086966ec84d6b540 (diff) | |
Merge pull request #2917 from hathach/board-doc
update docs, embed metadata to family.c and board.h
Diffstat (limited to 'docs/reference/getting_started.rst')
| -rw-r--r-- | docs/reference/getting_started.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/getting_started.rst b/docs/reference/getting_started.rst index 671e9fb11..963420f7b 100644 --- a/docs/reference/getting_started.rst +++ b/docs/reference/getting_started.rst @@ -50,7 +50,7 @@ It is relatively simple 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 <supported.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 `the supported boards <boards.rst>`_. Firstly we need to ``git clone`` if not already .. code-block:: |
