mbed-os/hal
Russ Butler 1da259af3b Fix RTC test failures by removing critical sect
Remove the critical section in mbed_rtc_time.c and instead use a
mutex to protect this. This function does not need to be interrupt
safe, just thread safe.

This fixes crashes on the GCC_ARM toolchain on the RTC test due to
trying to lock the GCC environment mutex while in a critical section.
Prior to this patch, this failure was likely to occur on STM and LPC
processor families.
2016-07-28 14:35:51 -05:00
..
api Create dedicated file for PlatformMutex 2016-07-28 14:21:04 -05:00
common Fix RTC test failures by removing critical sect 2016-07-28 14:35:51 -05:00
hal Add a separate error code for runtime/intergrity-check failures 2016-07-22 09:51:11 +01:00
targets Merge pull request #2211 from pan-/nrf52_nrf51_unified_integration 2016-07-27 02:35:43 -05:00
.yotta_ignore Simplify layout: 2016-05-23 09:13:59 +01:00
CMakeLists.txt Simplify layout: 2016-05-23 09:13:59 +01:00
module.json Simplify layout: 2016-05-23 09:13:59 +01:00
targets.json Adding NRF52_DK and NRF51_DK to the v2 and v5 release 2016-07-27 14:52:51 -05:00