mbed-os/hal/common
Jaeden Amero af572350f0 Don't call __disable_irq for uVisor
This is a hack to get debug builds applications that use uVisor to work.
The assertions in core_util_critical_section fail because interrupts can't
actually be disabled from unprivileged mode.

Without this hack, core_util_critical_section_enter() calls
mbed_assert_internal() when the assertion fails, which calls
core_util_critical_section_enter() again, which calls
mbed_assert_internal() again; this is infinite recursion.

core_util_critical_section_enter needs some fixing.
2016-06-14 14:09:56 +00:00
..
AnalogIn.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
BusIn.cpp Add virtual lock for thread safe classes 2016-06-11 17:33:12 +01:00
BusInOut.cpp Add virtual lock for thread safe classes 2016-06-11 17:33:12 +01:00
BusOut.cpp Add virtual lock for thread safe classes 2016-06-11 17:33:12 +01:00
CAN.cpp Add virtual lock for thread safe classes 2016-06-11 17:33:12 +01:00
CallChain.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
Ethernet.cpp Simplify layout: 2016-05-23 09:13:59 +01:00
FileBase.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
FileLike.cpp Simplify layout: 2016-05-23 09:13:59 +01:00
FilePath.cpp Simplify layout: 2016-05-23 09:13:59 +01:00
FileSystemLike.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
I2C.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
I2CSlave.cpp Simplify layout: 2016-05-23 09:13:59 +01:00
InterruptIn.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
InterruptManager.cpp Add virtual lock for thread safe classes 2016-06-11 17:33:12 +01:00
LocalFileSystem.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
RawSerial.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
SPI.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
SPISlave.cpp Simplify layout: 2016-05-23 09:13:59 +01:00
Serial.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
SerialBase.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
Stream.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
Ticker.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
Timeout.cpp Simplify layout: 2016-05-23 09:13:59 +01:00
Timer.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
TimerEvent.cpp Simplify layout: 2016-05-23 09:13:59 +01:00
assert.c Update assert and error to be interrupt safe 2016-06-11 17:33:10 +01:00
board.c Update assert and error to be interrupt safe 2016-06-11 17:33:10 +01:00
critical.c Don't call __disable_irq for uVisor 2016-06-14 14:09:56 +00:00
error.c error - include interface header file 2016-06-13 21:54:44 +01:00
gpio.c Simplify layout: 2016-05-23 09:13:59 +01:00
lp_ticker_api.c Simplify layout: 2016-05-23 09:13:59 +01:00
mbed_interface.c Simplify layout: 2016-05-23 09:13:59 +01:00
pinmap_common.c Simplify layout: 2016-05-23 09:13:59 +01:00
retarget.cpp Fix GCC malloc lock 2016-06-13 15:00:42 +01:00
rtc_time.c Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
semihost_api.c Simplify layout: 2016-05-23 09:13:59 +01:00
ticker_api.c Use critical section helper in HAL 2016-05-28 00:04:20 -05:00
us_ticker_api.c Simplify layout: 2016-05-23 09:13:59 +01:00
wait_api.c Simplify layout: 2016-05-23 09:13:59 +01:00