mbed-os/features/lwipstack
Kevin Bracey 2fbbd9d2ca Introduce Semaphore::acquire methods
Deprecate wait() in favour of acquire(), try_acquire(),
try_acquire_for() and try_acquire_until().

Brings Semaphore more into line with CMSIS-RTOS 2 (which uses "acquire"),
itself (as it has "release"), and other classes having "try", "try for"
and "try until".

Also steps away from vague "wait" term - the primary operation here is
to acquire the semaphore, and this will of course sleep.
2019-05-28 17:02:06 +03:00
..
lwip Merge pull request #10602 from tymoteuszblochmobica/dns 2019-05-22 08:51:54 +01:00
lwip-sys This allows CPP application to use the functions from cc.h. 2019-05-20 13:32:58 +08:00
.mbedignore Multihoming fixed according to new LWIP implementation. 2019-04-11 20:54:48 -05:00
CONTRIBUTING.md Remove FEATURE_LWIP. The LwIP stack is enabled on all builds now 2018-06-21 11:00:00 +03:00
LWIPInterface.cpp L3IP input now use tcpip_input instead of ip_input 2019-04-10 17:49:04 +02:00
LWIPInterfaceEMAC.cpp Multihoming initial release 2019-02-19 17:39:46 +02:00
LWIPInterfaceL3IP.cpp Multihoming initial release 2019-02-19 17:39:46 +02:00
LWIPMemoryManager.cpp L3IP Interface Implementation 2018-12-20 15:23:43 +01:00
LWIPMemoryManager.h L3IP Interface Implementation 2018-12-20 15:23:43 +01:00
LWIPStack.cpp Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
LWIPStack.h Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
lwip_tools.cpp lwipstack: fix astyle coding style 2018-11-07 08:56:35 +00:00
lwipopts.h Merge pull request #10476 from tymoteuszblochmobica/closetcp 2019-05-21 09:34:45 +01:00
mbed_lib.json Merge pull request #10476 from tymoteuszblochmobica/closetcp 2019-05-21 09:34:45 +01:00
ppp_lwip.cpp Multihoming initial release 2019-02-19 17:39:46 +02:00
ppp_lwip.h Remove FEATURE_LWIP. The LwIP stack is enabled on all builds now 2018-06-21 11:00:00 +03:00