Lines Matching refs:deprecated
221 The API needs to be marked as deprecated in at least two full releases.
222 For example, if an API was first deprecated in release 4.0,
225 where an API is deprecated sooner.
228 - Mark as deprecated. This can be done by using the compiler itself
236 - Code using the deprecated API needs to be modified to remove usage of said
241 tracking removal of deprecated APIs.
244 During the deprecation waiting period, the API will be in the ``deprecated``
245 state. The Zephyr maintainers will track usage of deprecated APIs on
249 - API documentation will inform users that the API is deprecated.
250 - Attempts to use a deprecated API at build time will log a warning to the
262 deprecated API, and on how urgently the API needs to be removed.