1

(3 replies, posted in wolfMQTT)

WolfMQTT does not have a direct configuration to eliminate heap usage, but you can manually redefine allocation macros and use static buffers.
WOLFSSL_NO_MALLOC does aim to disable heap usage in WolfSSL, but some manual inspection and adjustment of the code might still be needed.