mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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>