commit | 3e6965d188629f71339e812a405facc5b9c3a68a | [log] [tgz] |
---|---|---|
author | Michel Jaouen <michel.jaouen@st.com> | Tue Jun 27 11:58:33 2017 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Aug 09 13:36:09 2017 -0500 |
tree | d173bb702b5cf03119f61a1133f9a9c136fc35f1 | |
parent | deeaa40e1e5a355c8af0f7e5c120a725182bcaf1 [diff] |
mpu_stack_guard_test: add more thread for test This test launches several threads. Only last thread will overflow the stack and an mpu exception will occur. The other threads are regulary suspended, this triggers access to kthread structure. This tests is failed on st and nxp platform, if 32 bytes alignement is not set. Signed-off-by: Michel Jaouen <michel.jaouen@st.com>