commit | 5c83a4f13d7bc753ff3e4fd6662e68ccc4b7661b | [log] [tgz] |
---|---|---|
author | Francois Ramu <francois.ramu@st.com> | Thu Mar 02 08:41:02 2023 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Mar 02 07:05:09 2023 -0500 |
tree | 72954da7c12146e7b971d5b5121c84e9cb60802d | |
parent | 73a800f7dd38c40a4df1575c873c06c1c973ee80 [diff] |
samples: basic: hash_map increasing the stack size for cxx_unordered_map When running the testcase libraries.hash_map.newlib.cxx_unordered_map.djb2 of this samples/basic/hash_map, it appears that some platforms have a too low stack size. This PR is increasing that value to pass the testcase. Signed-off-by: Francois Ramu <francois.ramu@st.com>