commit | ff0950a940cd5a2267c0a7aaa37193c47951f9b1 | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Wed Jul 11 13:44:12 2018 +0200 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Jul 11 15:44:46 2018 +0300 |
tree | 66907998e5030b8093a14a895f842ba171585fa2 | |
parent | f733da8ded429768e84b4117ddf4d5c31467683a [diff] |
samples: net: Fix echo_client/echo_server TLS config files Current config files for TLS qemu_x86 contain unrecognized `CONFIG_RAM_SIZE`, which causes cmake to fail during project generation. They should not be needed anyway, as qemu_x86 defaults to 8 MB of RAM. Additionaly, echo_client crashes in this configuration with default main stack size, hence increase it. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>