mbed-os/TESTS
Kevin Bracey 181446331e Rationalise Queue/Mail get/put APIs
To line up with MemoryPool/Mail alloc, rework naming of get/put

    Queue::get -> try_get, try_get_for
    Queue::put -> try_put, try_put_for
    Mail::get -> try_get, try_get_for
    Mail::put (no change, but assert that it works)

In the future the names `get` and `put` can be used for untimed blocking
operations. In the interim, you have to use
`try_get_for(Kernel::wait_for_u32_forever)`.

`Mail::put` differs in that it has always been a non-blocking call, but
it can be assumed to always succeed when used correctly, because the
Queue has enough room to store a pointer to every block in the
MemoryPool. It could in future be made a `void` return, similar to the
change made to `Mutex::lock`.
2020-05-12 15:17:01 +03:00
..
configs baremetal: include littlefsv2 2020-05-05 14:24:44 +03:00
events Fix events-queue failure on low CPU frequency 2020-03-20 13:07:29 +08:00
host_tests fix SPDX identifier typos 2020-02-21 07:01:55 +00:00
integration Rename ADV_WISE_1570 target 2020-04-30 09:56:35 +01:00
lorawan/loraradio Remove MTB_RAK811 target 2020-04-20 16:55:34 +01:00
mbed_drivers More Chrono test fixes 2020-04-27 10:19:08 +03:00
mbed_functional Disable test that breaks IAR 2020-03-11 15:46:03 +02:00
mbed_hal Merge pull request #12864 from MarceloSalazar/platform_cleanup3 2020-04-30 14:56:36 +02:00
mbed_hal_fpga_ci_test_shield - Fix the CI build issue. 2020-04-08 10:35:07 +01:00
mbed_platform Merge pull request #12036 from kjbracey-arm/callback_fiddle 2020-03-27 14:07:20 +00:00
mbed_timing_fpga_ci_test_shield/watchdog Fixed more greentea tests 2020-03-06 15:02:26 +00:00
mbedmicro-mbed test: fix SPDX identifier 2020-02-21 07:00:59 +00:00
mbedmicro-rtos-mbed Rationalise Queue/Mail get/put APIs 2020-05-12 15:17:01 +03:00
mbedtls Move Mbed Crypto Greentea tests to Mbed TLS 2020-04-30 11:28:15 +01:00
netsocket Cellular: Fix BG96 offloaded DNS query for new API 2020-04-20 12:35:09 +03:00
network Remove LPC1769 target 2020-04-30 09:56:32 +01:00
nfc/eeprom Newline at the end of files 2019-08-01 08:44:58 +02:00
psa Fix assertation ordering in tests 2020-04-30 11:28:29 +01:00
usb_device Merge pull request #12739 from jamesbeyond/sema_dep 2020-04-14 09:07:43 +02:00