mbed-os/UNITTESTS/features
Seppo Takalo 9c98d1572b Allow multiple network status listeners
Allow more than one callback to be register to NetworkInterfaces.
This introduces new APIs:
void NetworkInterface::add_event_listener(...);
void NetworkInterface::remove_event_listener(...);

Which internally calls interfaces attach() functions.
2019-01-31 15:04:24 +02:00
..
cellular/framework cellular: AT Handler API changes after review 2018-12-14 13:19:03 +02:00
lorawan LoRAWAN: volatile bool -> atomic_flag 2019-01-14 11:59:25 +02:00
netsocket Allow multiple network status listeners 2019-01-31 15:04:24 +02:00