]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commit
Use FreeRTOS heap instead of LwIP heap master personal/nejedjak/master personal/sojka/for-master
authorJakub <nejedjak@fel.cvut.cz>
Sun, 1 Sep 2019 18:51:04 +0000 (20:51 +0200)
committerJakub <nejedjak@fel.cvut.cz>
Sun, 1 Sep 2019 18:51:04 +0000 (20:51 +0200)
commit5261fb1510e8ff7226e4148d4690da31c8af980c
tree654151f6c38ce1180feb283912494e194a2524e3
parent26f2fe6ef76a24e7554481b6952486fb4fefbb83
Use FreeRTOS heap instead of LwIP heap

To better memory division on system with low RAM memory is
used 1 shared heap. To external mode is necessary to
allocate a lot of memory. This approach work better with
shared heap.
src/api/tcpip.c
src/include/lwip/mem.h
src/include/lwip/opt.h