PelionIoT / mbed-coap

CoAP C library - Builder and Parser for CoAP messages
Apache License 2.0
29 stars 16 forks source link

Mem free improvements #13

Closed TeroJaasko closed 5 years ago

TeroJaasko commented 7 years ago

This PR contains just few microscopic ROM memory savings plus some more involved changes which mebed structs instead of allocating them separately. These save total 352 bytes of flash on GCC compilation.

TeroJaasko commented 5 years ago

I guess this was already merged in more recent PR.