mbed-os/rtos
TomoYamanaka 33d5c5139d 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-01-23 18:11:27 +09:00
..
rtx Fix Stack stats by running the test command with "-DMBED_HEAP_STATS_ENABLED=1" 2017-01-23 18:11:27 +09: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 [RZ/A1H]Support RTX v4.80 for Cortex-A and a few Malloc API (#3470) 2017-01-09 10:11:52 -06: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-20 10:42:29 -06: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