Malachi

Results 16 comments of Malachi

Unfortunately I don't know the tools well enough to make a suggestion. I would merely think straight up heap allocation. Unclear if that's even a good idea though. It seems...

Sorry to leave this dangling so long. Taking another crack it it now EDIT: I am getting pretty overwhelmed. The esp-open-rtos utilizes FreeRTOS + LWIP environment also really wants to...

OK good to know. I was about ready to throw in the towel, but maybe I can post my build errors here and you can point me in the right...

OK, so here's the very beginning of a long list of errors I get. It seems that some LWIP glue still needs application somewhere ! ``` /home/esp/esp-open-rtos/examples/project/ext/libcoap/libcoap/src/coap_io.c: In function 'coap_network_send':...

OK, good intel. I thought for sure I "enabled all" the LWIP stuff, but clearly I missed a spot. It's worth the effort to diverge from POSIX for me (no...

OK trying with the WITH_LWIP flag, but hitting this error: ``` In file included from ../../ext/libcoap/libcoap/include/coap/address.h:22:0, from ../../ext/libcoap/libcoap/include/coap/coap_io.h:16, from ../../ext/libcoap/libcoap/include/coap/net.h:25, from ../../ext/libcoap/libcoap/include/coap/lwippools.h:13, from /home/esp/esp-open-rtos/lwip/lwip/src/include/lwip/priv/memp_std.h:139, from /home/esp/esp-open-rtos/lwip/lwip/src/include/lwip/memp.h:49, from /home/esp/esp-open-rtos/lwip/lwip/src/include/lwip/stats.h:43, from /home/esp/esp-open-rtos/lwip/lwip/src/include/lwip/netif.h:50,...

OK; with that in mind, I'll add some code along those lines to my fork

So this sounds a bit like what you were talking about with parameter mismatch, but not in the area I was expecting: ``` /home/esp/esp-open-rtos/examples/project/ext/libcoap/libcoap/src/coap_io_lwip.c: In function 'coap_recv': /home/esp/esp-open-rtos/examples/project/ext/libcoap/libcoap/src/coap_io_lwip.c:59:2: warning: passing...

Curious if you made any progress. I'm doing some similar work on the ESP8266 mbedtls DTLS and hitting handshake problems

I'm trying to inline-compile TinyIoC in my .NET Core lib but I am not having a lot of luck. #94 seems like it might be a little outdated now? Specifically:...