ARMmbed / sal-stack-lwip

LwIP package for mbed
Other
4 stars 14 forks source link

Require mempool reigon in linker script #30

Closed sg- closed 3 years ago

bremoran commented 8 years ago

There's another possibility for this: the memp region could be allocated from the never-free heap.

bremoran commented 8 years ago

This PR is blocked until targets define a memory pool region. This requires support for both ldscripts and scatter files.