mbed-os/features/netsocket/emac-drivers/TARGET_STM_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_STM32F2 TARGET_STM_EMAC astyle 2018-06-27 15:00:51 +02:00
TARGET_STM32F4 Replace Copyright ARM with a proper Apache 2 license header 2019-02-25 14:17:42 +02:00
TARGET_STM32F7 TARGET_STM_EMAC astyle 2018-06-27 15:00:51 +02:00
mbed_lib.json Fix for NUCLEO_F207 UDPSOCKET_ECHOTEST_BURST_NONBLOCK fails. 2019-02-27 10:33:24 +02:00
stm32xx_emac.cpp Add missing copyright header to STM32 driver 2019-02-25 14:09:36 +02:00
stm32xx_emac.h Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
stm32xx_emac_config.h Add missing copyright header to STM32 driver 2019-02-25 14:09:36 +02:00