mbed-os/features
Russ Butler d3d974b672 Move utest handlers out of critical section
In the function raise_failure move the test_failure and case_failure
calls out of the critical section. This allows these handlers to run
without interrupts disabled and enables them to use rtos features
such as a mutex. This is required for heap metrics to work.
2016-09-15 17:27:12 +01:00
..
FEATURE_BLE Merge pull request #2345 from pan-/fix_nrf51_export 2016-08-02 23:18:12 -05:00
FEATURE_CLIENT Fix failing compilation for mbed-os 2016-08-31 08:37:33 +03:00
FEATURE_COMMON_PAL Update client and nanostack to include mbed.h 2016-07-26 10:33:43 -05:00
FEATURE_UVISOR Update uVisor page allocator 2016-08-31 08:36:58 +03:00
frameworks Move utest handlers out of critical section 2016-09-15 17:27:12 +01:00
mbedtls Update mbed TLS to version 2.3.0 2016-07-23 00:13:43 -05:00
net Restructured nsapi_dns.h to have clear separation between C/C++ 2016-08-31 08:37:26 +03:00
storage/FEATURE_STORAGE Fix cfstore_test_delete_all by removing swap 2016-09-15 17:27:11 +01:00