mbed-os/rtos/rtx
tomoyuki yamanaka aa43fb0a1c Support RTX v4.80 for Cortex-A and a few Malloc API
PR to update RTX to v4.80 for Cortex-A.
In the latest CI test, three tests result in an error. The cause is mainly three points
- Unsupport RTX v4.80 for Cortex-A
- Insufficient stack size of thread defined in test
- A few Lack of Malloc API in GCC
Therefore, I supported to these. For the stack size for test, @c1728p9 already supported in PR #3362.

Reference for issue of test error is here.
https://github.com/ARMmbed/mbed-os/issues/3273

Reference for PR to update RTX for Cortex-M.
https://github.com/ARMmbed/mbed-os/pull/1702
2017-01-13 14:34:43 +00:00
..
TARGET_ARM7 RTOS - Move per-target RTX config to mbed_rtx.h 2016-09-22 15:09:49 +08:00
TARGET_CORTEX_A Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
TARGET_CORTEX_M Merge pull request #2949 from NXPmicro/Fix_For_Cortex_M4 2016-10-07 11:15:22 -05:00