mbed-os/TESTS/mbedmicro-mbed
Christopher Haster 0f516aa8e0 Added more well-defined garuntees on deprecation notices in mbed
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
2016-08-16 15:45:51 -05:00
..
attributes Added more well-defined garuntees on deprecation notices in mbed 2016-08-16 15:45:51 -05:00
call_before_main Adding test frameworks and test sources 2016-07-20 12:41:26 -05:00
cpp Adding test frameworks and test sources 2016-07-20 12:41:26 -05:00
div Adding test frameworks and test sources 2016-07-20 12:41:26 -05:00