move mcu supported to README.rst, separated supported boards to boards.rst

This commit is contained in:
hathach
2024-12-27 09:58:07 +07:00
parent 6a36c74b10
commit 824793a428
7 changed files with 175 additions and 532 deletions

View File

@@ -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::