mbed-os/rtos
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
..
rtx Fix Stack stats by running the test command with "-DMBED_HEAP_STATS_ENABLED=1" 2017-02-13 12:01:37 +00:00
Mail.h Add tags to our code 2016-10-04 15:02:44 -05:00
MemoryPool.h Add tags to our code 2016-10-04 15:02:44 -05:00
Mutex.cpp For drivers, events, hal, platform, rtos and mbed.h add one level of path to make sure specific and unique includes files are found. 2016-10-01 02:11:36 -05:00
Mutex.h Add tags to our code 2016-10-04 15:02:44 -05:00
Queue.h Add tags to our code 2016-10-04 15:02:44 -05:00
RtosTimer.cpp For drivers, events, hal, platform, rtos and mbed.h add one level of path to make sure specific and unique includes files are found. 2016-10-01 02:11:36 -05:00
RtosTimer.h Support RTX v4.80 for Cortex-A and a few Malloc API 2017-01-13 14:34:43 +00:00
Semaphore.cpp For drivers, events, hal, platform, rtos and mbed.h add one level of path to make sure specific and unique includes files are found. 2016-10-01 02:11:36 -05:00
Semaphore.h Add tags to our code 2016-10-04 15:02:44 -05:00
Thread.cpp For drivers, events, hal, platform, rtos and mbed.h add one level of path to make sure specific and unique includes files are found. 2016-10-01 02:11:36 -05:00
Thread.h Remove Thread::wait from thread example 2016-12-30 12:41:57 +00:00
mbed_lib.json RTOS - add config mbed_lib.json file 2016-06-08 18:41:29 +01:00
rtos.h Add tags to our code 2016-10-04 15:02:44 -05:00
rtos_idle.c For drivers, events, hal, platform, rtos and mbed.h add one level of path to make sure specific and unique includes files are found. 2016-10-01 02:11:36 -05:00
rtos_idle.h Add tags to our code 2016-10-04 15:02:44 -05:00