-
Notifications
You must be signed in to change notification settings - Fork 3k
Define stack size of the threads spawned by RTOS threads test. #2248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define stack size of the threads spawned by RTOS threads test. #2248
Conversation
This stack size is adjusted for NRF51 and NRF52 based targets.
That looks good to me, although is there any reason to not use the explicit stack-size for every platform? |
Yes, this test cause issues with IAR on NRF51 and NRF52. Just spawn 3 threads with a default stack size to blow up the system. |
Why not 512 for all platforms? Is there a reason to use DEFAULT_STACK_SIZE on other platforms? |
@mbed-bot: TEST HOST_OSES=windows |
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 519 Test failed! |
[Build ${MBED_BUILD_ID}] |
@mbed-bot: TEST HOST_OSES=windows |
[Build 702] |
It was tired and needed a rest :) |
/morph test |
@mbed-bot: TEST HOST_OSES=windows |
[Build 716] |
Result: FAILUREYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 532 Test failed! |
This stack size is adjusted for NRF51 and NRF52 based targets.
This should help: #2211