mbed-os/hal/common
Russ Butler 6b4dfeb1ab Fix heap allocation when used with RTOS
Remove the code which checks the heap against the stack to determine
if there is space left.  Using the stack pointer as a limit causes
problems when used with an RTOS since the stack pointer depends
on the current thread which can use a user-allocated stack residing
anywhere in memory.
2016-04-10 23:37:42 -05:00
..
BusIn.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
BusInOut.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
BusOut.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
CAN.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
CallChain.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
Ethernet.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
FileBase.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
FileLike.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
FilePath.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
FileSystemLike.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
I2C.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
I2CSlave.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
InterruptIn.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
InterruptManager.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
LocalFileSystem.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
RawSerial.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
SPI.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
SPISlave.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
Serial.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
SerialBase.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
Stream.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
Ticker.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
Timeout.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
Timer.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
TimerEvent.cpp Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
assert.c Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
board.c Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
gpio.c Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
lp_ticker_api.c Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
mbed_error.c track mbed_error.c 2016-04-07 10:25:29 -05:00
mbed_interface.c Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
pinmap_common.c Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
retarget.cpp Fix heap allocation when used with RTOS 2016-04-10 23:37:42 -05:00
rtc_time.c Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
semihost_api.c Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
ticker_api.c Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
us_ticker_api.c Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
wait_api.c Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00