mbed-os/TESTS/network
Kevin Bracey bb733f1ee8 Callback updates
* Optimise clearing by adding `nullptr` overload. This overload means
  `Callback(NULL)` or `Callback(0)` will no longer work; users must
  use `Callback(nullptr)` or `Callback()`.
* Optimise clearing by not clearing storage - increases code size of
  comparison, but that is extremely rare.
* Reduce ROM used by trivial functors - share copy/destroy code.
* Config option to force trivial functors - major ROM saving by
  eliminating the "operations" table.
* Config option to eliminate comparison altogether - minor ROM saving by
  eliminating zero padding.
* Conform more to `std::function` API.
2020-03-11 15:46:03 +02:00
..
emac Callback updates 2020-03-11 15:46:03 +02:00
interface TESTS: Allow ipv6_link_local_address() as unsupported 2019-11-19 05:54:16 -08:00
l3ip Deprecate string-based APIs in IPCore 2019-11-22 11:31:12 +02:00
multihoming Tests: add missing mbed_trace.h multihoming header 2020-01-24 09:21:07 +02:00
wifi WiFi: Re-order Greentea tests with minor fixes 2019-11-11 22:49:01 -08:00