remove make wrapper for rp2040/espressif

This commit is contained in:
hathach
2025-07-02 16:34:17 +07:00
parent 014d6b2f26
commit 52f0427096
3 changed files with 14 additions and 25 deletions

View File

@@ -82,7 +82,7 @@ You only need to do this once per family. Check out `complete list of dependenci
Build Examples
^^^^^^^^^^^^^^
Examples support make and cmake build system, though some MCU family such as espressif/rp2040 only support cmake. First change directory to an example folder.
Examples support make and cmake build system for most MCUs, however some MCU families such as espressif or rp2040 only support cmake. First change directory to an example folder.
.. code-block:: bash