mbed-os/UNITTESTS/features
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
..
cellular/framework Testing: Fix buffer overflow in ATHandler_read_bytes UT test 2020-02-10 09:52:39 +02:00
lorawan Fix dl_channel tests 2020-01-08 11:54:05 +01:00
netsocket Callback updates 2020-03-11 15:46:03 +02:00
storage/blockdevice unittests: Fix memory leak in FlashSimBD test 2020-02-13 08:59:39 +02:00