mbed-os/targets/TARGET_Realtek/TARGET_AMEBA
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_MCU_RTL8195A RTL8195A: Cope correctly with NC GPIO 2019-05-02 12:16:34 +03:00
sdk realtek: revert license change 2019-01-24 12:20:20 +00:00
RTWInterface.cpp realtek-rtl8195am-Hide_Debugging_Messages 2018-12-27 13:35:32 +08:00
RTWInterface.h realtek-rtl8195am-Hide_Debugging_Messages 2018-12-27 13:35:32 +08:00
default_wifi_interface.cpp Provide default WiFI interface for REALTEK_RTL8195AM 2018-06-19 16:40:54 +03:00
rtw_emac.cpp Fixed Realtek test build 2019-01-03 20:05:08 +02:00
rtw_emac.h Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00