commit | 86b1dc340ecf5c31399068d6ca0c4dc9946627b7 | [log] [tgz] |
---|---|---|
author | Dominik Ermel <dominik.ermel@nordicsemi.no> | Wed Jun 16 12:11:49 2021 +0000 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Jun 23 10:03:14 2021 -0500 |
tree | 252264dacccd4bf295102b3a9145d0e1c0605fdf | |
parent | 5513b86864e3ccd3de710724308e46abbcaa44af [diff] |
fs/littlefs: Completely switch from mem pool to heap The LittleFS file cache has been completely switched from k_mem_slab to heap allocated. The *_MEM_POOL_* kconfig variables no longer affect the code. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>