Lines Matching refs:or
15 … to the third-party library, providing an interface that is either simpler or better integrated wi…
31 Most initialization or configuration functions in ESP-IDF take as an argument a pointer to a config…
83 … applications. Such header files often contain ``private`` or ``esp_private`` in their name or pat…
85 Private APIs may be removed or changed in an incompatible way between minor or patch releases.
110 …es. It is recommended to update the source code to use the newer functions or files that replace t…
117 …IDF version, it is not guaranteed to work the same way with the next minor or bugfix release. The …
120 * Adding new structure members or changing the order of members. See :ref:`api_reference_config_str…
121 * Replacing an ``extern`` function with a ``static inline`` one with the same signature, or vice ve…
131 * Features clearly marked as "beta", "preview", or "experimental".
132 * Changes made to mitigate security issues or to replace insecure default behaviors with a secure o…
133 … never possible to use a certain function or an enumeration value, it may get renamed (as part of …
134 * Unexpected or undefined behavior (for example, due to missing validation of argument ranges) that…