mbed-os/rtos/rtx
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
..
TARGET_ARM7 RTOS - Move per-target RTX config to mbed_rtx.h 2016-09-22 15:09:49 +08:00
TARGET_CORTEX_A Fix Stack stats by running the test command with "-DMBED_HEAP_STATS_ENABLED=1" 2017-01-23 18:11:27 +09:00
TARGET_CORTEX_M Merge pull request #2949 from NXPmicro/Fix_For_Cortex_M4 2016-10-07 11:15:22 -05:00