mbed-os/features/netsocket/emac-drivers/TARGET_NUVOTON_EMAC
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
..
TARGET_M480 [M487/NUC472] Fix tx frame length and remove GPL license 2018-05-23 12:24:09 +03:00
TARGET_NUC472 [M487/NUC472] Fix tx frame length and remove GPL license 2018-05-23 12:24:09 +03:00
numaker_emac.cpp Initialized return value of numaker_emac link-out 2018-07-31 12:01:43 +08:00
numaker_emac.h Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
numaker_emac_config.h [M487/NUC472] Fix tx frame length and remove GPL license 2018-05-23 12:24:09 +03:00
numaker_eth_hal.h [M487/NUC472] Fix tx frame length and remove GPL license 2018-05-23 12:24:09 +03:00