mbed-os/hal
Kevin Bracey 640116123c Use critical section helper in HAL
Routines using __disable_irq and __enable_irq had the effect of
enabling interrupts if called with interrupts disabled.

Some versions of __disable_irq do not return old status to restore it.

Change to use the critical section helper functions instead.
2016-05-18 14:50:31 +03:00
..
TESTS/api/callback Add backward compatiblity for FunctionPointer class using Callback 2016-05-13 19:07:45 -05:00
api Adopt Callback class in hal 2016-05-13 19:07:45 -05:00
common Use critical section helper in HAL 2016-05-18 14:50:31 +03:00
hal Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
targets Fix heap allocation when used with RTOS 2016-04-10 23:37:42 -05:00
.yotta_ignore Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
CMakeLists.txt Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
module.json Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00