commit | a9c0a3f9eb036f14938f32ff9853134625b33a5b | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Thu Jun 22 16:23:39 2017 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue Jun 27 16:42:59 2017 +0300 |
tree | 8cd0ecdb690582c11ae6f52e33ffe2ec5178b17e | |
parent | 8f9c305a151bbbf87272decc35164cdd36d1e823 [diff] |
ext: lib: mbedtls: Enable and set heap size at device startup As the mbedtls heap is global for the whole device, enable it during device startup if configured so. The heap size can be set in config file. There is no default value for the heap as that depends very much on application needs. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>