mbed-os/hal/targets
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
..
cmsis Fix heap allocation when used with RTOS 2016-04-10 23:37:42 -05:00
hal Mirror huge PR from mbed OS 2016-04-06 23:25:27 +01:00