mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 03:52:01 +02:00
docs: Make CMake build system default, mark GNU Make as legacy option
All `-cmake` suffixes are removed Where a GNU Make option is renamed, the `-legacy` suffix is used
This commit is contained in:
committed by
Angus Gratton
parent
62ed221daf
commit
222146845c
@@ -250,7 +250,7 @@ An example::
|
||||
|
||||
To gather and analyse heap trace do the following on the host:
|
||||
|
||||
1. Build the program and download it to the target as described in :doc:`Build and Flash </get-started/make-project>`.
|
||||
1. Build the program and download it to the target as described in :ref:`Getting Started Guide <get-started-build>`.
|
||||
|
||||
2. Run OpenOCD (see :doc:`JTAG Debugging </api-guides/jtag-debugging/index>`).
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@ API Reference
|
||||
|
||||
For example see :idf_file:`docs/en/api-reference/wifi/esp_wifi.rst`
|
||||
|
||||
6. Optionally, rather that using ``*.inc`` files, you may want to describe API in you own way. See :idf_file:`docs/en/api-guides/ulp-cmake.rst` for example.
|
||||
6. Optionally, rather that using ``*.inc`` files, you may want to describe API in you own way. See :idf_file:`docs/en/api-guides/ulp.rst` for example.
|
||||
|
||||
Below is the list of common ``.. doxygen...::`` directives:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user