commit | 71baf21d514cd3019f7f9e751ad6f2dd2d098a73 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Mon Oct 05 19:43:48 2020 +0300 |
committer | Jukka Rissanen <jukka.rissanen+github@gmail.com> | Wed Oct 07 13:08:44 2020 +0300 |
tree | 3434dcce9bc2216dae1b8cf5ab9eac6a2a6438ad | |
parent | 54aedaf33e091ee6af0fa11e8f5cd058f6fe7d75 [diff] |
samples: sockets: big_http_download: Increase stack size to 2.5K. Testing the sample with Zephyr SDK 1.14 (vs 1.13) with qemu_x86 showed that it consistently crashes on 2th-4th iteration. Avoid bite-sized increase this time, and dump stack considerably to avoid constant need to update it. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>