Eekle

Results 34 comments of Eekle

If you have code like... ```c void send_header() { #ifdef USE_PADDING char buffer[6] = {1,2,3,0,0,0}; send_bytes(buffer, 6); #else char buffer[3] = {1,2,3}; send_bytes(buffer, 3); #endif ``` Then there is no...

Hi, glad to hear you like it. This is quite a big request - GCC does not easily expose total stack usage. Instead it gives you per-function stack usage in...

The small additions I made the TSC driver are pretty much my greatest contribution to embassy :P So I don't really feel I can offer you much insight, unfortunately. But...

Picture Working with almost no effort on my setup - Fantastic work, thank you.