commit | 7ef8911e8cb75a82e54ad2280658cb039b8ec875 | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard@teslabs.com> | Wed Jul 26 13:05:52 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jul 26 14:53:51 2023 +0200 |
tree | ba84cb2d3a21c77d9c8cc485a044afa13bc8dd10 | |
parent | 47515f4d7b52195c3b1725d6cfacc6554dcbceef [diff] |
samples: basic: hash_map: fix libc heap size setting The malloc arena/heap size setting can be adjusted using different Kconfig options, depending on the libc implementation. This means prj.conf can't be used to set this value on projects that can be built for multiple libcs without generating a Kconfig warning. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>