mbed-os/TESTS/mbed_drivers
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
..
c_strings tests: astyle fix 2018-08-03 10:23:38 +01:00
crc tests: fix astyle 2018-10-25 09:58:17 +01:00
dev_null tests: astyle fix 2018-08-03 10:23:38 +01:00
echo tests: astyle fix 2018-08-03 10:23:38 +01:00
flashiap Add flash sum check 2019-02-14 17:30:51 +02:00
generic_tests tests: astyle fix 2018-08-03 10:23:38 +01:00
lp_ticker Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
lp_timeout FastModel: Skip low-power ticker time drifting test for models 2019-04-03 16:51:02 +01:00
lp_timer tests: astyle fix 2018-08-03 10:23:38 +01:00
mem_trace This reverts commit 9b53d1256fb358407acbaf81c70b71d937b1f7cd.i 2018-10-26 17:35:33 -05:00
race_test Clean up Thread deprecation warnings 2018-10-12 14:57:13 +03:00
rtc tests: astyle fix 2018-08-03 10:23:38 +01:00
sleep_lock Update deep sleep lock check in tests 2018-08-17 09:29:41 -05:00
stl_features tests: astyle fix 2018-08-03 10:23:38 +01:00
ticker Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
timeout Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
timer tests-mbed_drivers-timer: change delay method 2018-08-10 09:52:07 +02:00
timerevent Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00