coap-lite icon indicating copy to clipboard operation
coap-lite copied to clipboard

Add Support for heapless

Open jhbruhn opened this issue 3 years ago • 2 comments

Using alloc on embedded devices with highly constrained memory often is difficult because estimation of the required memory is hard. It would be nice if this library would allow using the structures implemented in heapless instead of collections based on alloc.

Of course, that would require additional const generics to pass the allocated memory to the heapless parameters, but I think this is doable. Are there any plans for that to be implemented yet or should I look into it?

jhbruhn avatar Sep 20 '21 11:09 jhbruhn