mbed-os/rtos/rtx/TARGET_CORTEX_A
TomoYamanaka ee87e5cf57 Fix Stack stats by running the test command with "-DMBED_HEAP_STATS_ENABLED=1"
In CI, I receive an mbed assert of stack stats by running the following commands. Its assert is TIMEOUT.
mbed test -m RZ_A1H -t GCC_ARM -DMBED_STACK_STATS_ENABLED=1 --clean --compile
mbed test -m RZ_A1H -t GCC_ARM --run -n tests-mbed_drivers-stl_features -v

So, I fixed the process of related to stack stats (osThreadInfoStackMax).The Detail contents is here.
https://github.com/ARMmbed/mbed-os/issues/3273#issuecomment-268407191
2017-02-13 12:01:37 +00:00
..
TOOLCHAIN_ARM Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
TOOLCHAIN_GCC Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
TOOLCHAIN_IAR Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
HAL_CA.c Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
RTX_CM_lib.h Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
RTX_Conf_CA.c Fix Stack stats by running the test command with "-DMBED_HEAP_STATS_ENABLED=1" 2017-02-13 12:01:37 +00:00
RTX_Config.h Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
cmsis_os.h Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_CMSIS.c Fix Stack stats by running the test command with "-DMBED_HEAP_STATS_ENABLED=1" 2017-02-13 12:01:37 +00:00
rt_Event.c Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_Event.h Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_HAL_CA.h Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_HAL_CM.h Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_List.c Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_List.h Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_Mailbox.c Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_Mailbox.h Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_MemBox.c Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_MemBox.h Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_Memory.c Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_Memory.h Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_Mutex.c Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_Mutex.h Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_Robin.c Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_Robin.h Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_Semaphore.c Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_Semaphore.h Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_System.c Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_System.h Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_Task.c Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_Task.h Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_Time.c Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_Time.h Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_Timer.h Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
rt_TypeDef.h Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00