Gregor Hartmann

Results 81 comments of Gregor Hartmann
trafficstars

Maybe it makes more sense to return the size of the queue. In an event driven system also a callback on QueueEmpty or QueueLow would make sense. Or even every...

Image files are compressed, so the file size does not represent the needed flash size. luac.cross has a switch however that allows to give the maximum flash size for your...

again, the img file is compressed. The actual lfs image which is written to flash is then decompressed and thus matches the value given for the -m switch and the...

> `file` could be added without much difficulty. Hmm file depends on vfs which operates on SPIFFS or FAT. SPIFFS uses platform_flash_read/write to access the storage. So some work to...

Still would like the associated PR to get in. Is anybody willing to back this?

I also think that using a C/Lua module must not be any more difficult than using a plain C module. Select it in the configuration file and have it available...

Argh. Forgot about ROTables and ROStrings.

I got a working proof of concept of an LFS which is embedded in the firmware image and can be accesses just like the regular LFS (using node.flashindex2). At the...

> (Incidentally IMO, we need to start to deprecate the Lua 5.1 environment by doing a feature freeze, including this type of development. Any new features such as this should...