soc_caps.rst 639 B

12345678910111213141516
  1. SoC Capabilities
  2. ================
  3. :link_to_translation:`zh_CN:[中文]`
  4. This section lists the macro definitions of the {IDF_TARGET_NAME}'s SoC hardware capabilities. These macros are commonly used by conditional-compilation directives (e.g., ``#if``) in ESP-IDF to determine which hardware-dependent features are supported, thus control what portions of code are compiled.
  5. .. warning::
  6. These macro definitions are currently not considered to be part of the public API, and may be changed in a breaking manner (see :doc:`../../../versions` for more details).
  7. API Reference
  8. -------------
  9. .. include-build-file:: inc/soc_caps.inc