mbed-os/targets/TARGET_WICED
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
..
TOOLCHAIN_ARMC6 PSOC6: Add WICED library build for ARMC6 2019-04-16 11:51:39 +03:00
TOOLCHAIN_GCC_ARM Crash with MTB_MXCHIP_EMW3166 has been corrected. 2019-04-04 13:05:35 +03:00
TOOLCHAIN_IAR Crash with MTB_MXCHIP_EMW3166 has been corrected. 2019-04-04 13:05:35 +03:00
wiced_interface Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
LICENSE-permissive-binary-license-1.0.txt Add binary drivers for MTB_MXCHIP_EMW3166 2018-06-20 12:42:08 +03:00
README.md WiFiInterface::get_target_default_instance() added to TARGET_WICED. 2018-07-31 15:54:20 +03:00

README.md

This directory tree contains binaries build from Cypress WICED SDK modified for Mbed OS and released under Permissive Binary License.