mbed-os/features/netsocket/emac-drivers/TARGET_Freescale_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_K64F K64F, K66F: Update the SYSMPU implementation 2018-05-23 12:24:07 +03:00
TARGET_K66F K64F, K66F: Update the SYSMPU implementation 2018-05-23 12:24:07 +03:00
kinetis_emac.cpp Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
kinetis_emac.h Replace Copyright ARM with a proper Apache 2 license header 2019-02-25 14:17:42 +02:00
kinetis_emac_config.h Kinetis EMAC: Make number of buffers configurable 2018-06-06 13:30:01 +03:00
mbed_lib.json Don't consume 36 kB just for Ethernet buffers. 2019-01-02 19:05:16 +02:00