mbed-os/features/netsocket/emac-drivers/TARGET_NXP_EMAC/TARGET_LPCTarget
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
..
lpc17_emac.cpp Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
lpc17_emac.h emac targets: fix thread cb type 2018-06-29 08:35:20 +01:00
lpc17xx_emac.h Ported NXP LPCxx ethernet driver to unified EMAC 2018-06-06 14:29:49 +03:00
lpc_emac_config.h Ported NXP LPCxx ethernet driver to unified EMAC 2018-06-06 14:29:49 +03:00
lpc_phy.h Ported NXP LPCxx ethernet driver to unified EMAC 2018-06-06 14:29:49 +03:00
lpc_phy_dp83848.cpp Ported NXP LPCxx ethernet driver to unified EMAC 2018-06-06 14:29:49 +03:00