Jade Mattsson

Results 75 comments of Jade Mattsson

I'll try to have a look late this week / next week!

MSVC strikes again. I'll push a fix when I have a some uninterrupted dev time.

> I need to understand the extra meta fields on the ROTable declarations, or are this just a keyed recoding of the positional initialiser? That is purely a change from...

Visualising dependencies is tricky. A colour-coded matrix is probably not a bad choice, but I am a bit concerned about its size when we get to e.g. 80 modules. Right...

Interesting discussion, cheers.

Do you reckon that a step collection would make sense to bake into our `luaL_pcallx()`, or would that be too presumptuous?

I recall Angus saying something about them switching from GNU make to cmake with the 4.0 release, so probably no compatibility whatsoever between those two releases. I'm woefully out of...

See if the gdbstub is alive. If you can hook in with gdb you should be able to make short work of the debugging. Docs e.g. https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-monitor.html Failing that, try...

I'm *hoping* I'll be able to spend some time bringing the ESP32 branch up to the latest IDF in the near future. I'm guessing the smartest thing would be to...

I've just been going through the latest IDF documentation, and it looks like there's enough stuff in the linker fragment support to make things work now. I'll have to switch...