mbed-os/usb/device
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
..
USBAudio Update files to include SPDX-License-Identifier 2019-02-22 10:53:24 -06:00
USBCDC_ECM Fix mutex issue 2019-03-13 12:20:46 +02:00
USBDevice Merge pull request #10147 from kjbracey-arm/atomic_bitwise 2019-05-13 14:18:05 +01:00
USBHID USBHID: Fix the initial HID report read operation 2019-04-09 17:03:21 +02:00
USBMIDI Update files to include SPDX-License-Identifier 2019-02-22 10:53:24 -06:00
USBMSD Add USB mass storage test 2019-02-27 17:18:41 +01:00
USBPhy Fix doxygen comment in USBDevice 2019-04-08 17:30:22 -05:00
USBSerial Update files to include SPDX-License-Identifier 2019-02-22 10:53:24 -06:00
hal Update files to include SPDX-License-Identifier 2019-02-22 10:53:24 -06:00
targets Added missing astyle corrections for usb/device/targets/* 2019-03-20 12:57:36 -05:00
utilities Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00