Terry Ellison
Terry Ellison
``` $ cat /tmp/d.lua debug.debug() $ /luac.cross -e /tmp/d.lua LFS image corrupted. Erasing LFS from flash addr 0x090000 to 0x0cffff lua_debug> lfsreload{"/tmp/lfs.lc", "/tmp/ftp.lc"} Erasing LFS from flash addr 0x090000 to...
TBH, I started working on this one whilst I was waiting for #3193 and sort of got sucked into it. Time to stash this and draw a line under the...
> how long will it usually take from first reboot until I can again run code to restore the connected hardware to a safe state? Of the order of 1...
IMO, a module -- if it is implemented in a single file -- only needs a `.h` header if it exports a publicly callable interface. If it doesn't then you...
It's a mindfart from my PHP days. :rofl:
Gregor, whilst I think on: 1. `luac.cross` must be compilable and executable with the `TEST=1` option. This enables the Lua Test Suite additions, and this also adds extra integrity checking...
> Can we add `pipe` to the list of modules available in `luac.cross`? @nwf the HOST environment contains a minimal emulation of the subset of the platform interface sufficient to...
Nathaniel, BTW, this isn't a -1 to your suggestion, more that it isn't a small change and so we should look at it in the wider context of perhaps providing...
Tuning the EGC and stepping up is still TBD. All mallocs are mapped to `pvPortMalloc` etc. and it would be straightforward to map them to our own wrapper which kicks...
Nathaniel, If you don't mind, I'll give a general review rather than one anchored to PR lines, Though I will add a few specific anchored comments. - I find the...