commit | 3d53ee9a399943852a9d8bb6521f7900edecdbc0 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Fri Feb 15 21:53:27 2019 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 15 18:49:14 2019 -0500 |
tree | 9f534e4489200871bfb4e2d9cc50513e42e50dcc | |
parent | 19475ffe059d4818179247155eb124abd133a30f [diff] |
tests: bluetooth/mesh_shell: Fine-tune config for lower RAM footprint This app was supposed to have userspace disabled, but it kept on being forced on by CONFIG_TEST_USERSPACE (which in turn gets enabled by CONFIG_TEST). Also lower the shell stack size since stack analysis shows over 700 bytes being unused. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>