mirror of https://github.com/ARMmbed/mbed-os.git
From the discussion on issue #2068: Functions marked deprecated in the mbed library should notate when the deprecation was started to allow efficient removal once a set amount of time has expired. Added the following macro: MBED_DEPRECATED_SINCE("version", "message string") Example usage: MBED_DEPRECATED_SINCE("v5.1", "don't foo any more, bar instead") void foo(int arg); Adopted in existing deprecations: - FunctionPointer - RtosTimer - Thread |
||
|---|---|---|
| .. | ||
| attributes | ||
| call_before_main | ||
| cpp | ||
| div | ||