mbed-os/features/nanostack
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
..
coap-service Merge pull request #9981 from janjongboom/patch-8 2019-04-08 10:39:56 +02:00
mbed-mesh-api Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
nanostack-hal-mbed-cmsis-rtos Merge pull request #10475 from kivaisan/ns_eventloop_tick_timer 2019-04-26 13:38:17 +01:00
nanostack-interface Nanostack: translate errors from sendmsg 2019-04-16 15:03:50 +03:00
sal-stack-nanostack Merge commit '1c29564f653e93a2bda270b257c9bb239de9b61e' into prepare_for_mbedos513 2019-05-21 14:22:20 +03:00
sal-stack-nanostack-eventloop Merge commit '7a7888227901179597fffc163a23dd15c8d055a9' 2019-02-25 15:53:04 +02:00
targets Add nanostack support for KW41Z 2019-01-09 07:43:41 -06:00
CONTRIBUTING.md Remove nanostack binary libraries 2017-11-16 14:20:28 +02:00