Results 21 issues of Terry Ellison

With SDK 3.0, the size and location of the SPIFFS and LFS partitions are set in the Partition Table at image flashing and not in the compile, so the defines...

## New feature Additional support for two LFS regions, and the ability to both save and load (update) LFS regions on ESP. ### Justification Most committers and many developers would...

This is really a quick placeholder that should be replaced by a proper bugrep when I have time to do this, but in responding to @KT819GM's post on [#3208](3208#issuecomment-695178385). I...

### Missing feature – Community FAQs and cheatsheets. This was raised in #3118, but really merits an issue of its own rather than hijacking an issue about the compatibility of...

governance
Wiki

### Related Issue - #2917 Unified loading and saving code to RAM and LFS - #3128 Concerned about moving parts of modules into Lua - #2819 Rewrite sntp in Lua...

governance
Lua 5.3

I've been looking at how the Lua (5.3) GC works on our builds. At the moment it is pretty standard, but I want to tailor it to more our requirements....

### Background Lua51 includes the eLua emergency GC, plus the various rarely used EGC tuning parameters. The default setting is `node.egc.ALWAYS` which triggers a full GC before every memory allocation...

Lua 5.3

This has been discussed in various issues well as documented in the [NodeMCU Reference Manual](/nodemcu/nodemcu-firmware/blob/691536d43938c3db603d5552b85afcc773c3fa9d/docs/lua53nodemcu-lrm.md), the [Lua 5.3 whitepaper](/nodemcu/nodemcu-firmware/blob/691536d43938c3db603d5552b85afcc773c3fa9d/docs/lua53.md) and touched on in [Programming in NodeMCU](/nodemcu/nodemcu-firmware/blob/691536d43938c3db603d5552b85afcc773c3fa9d/docs/nodemcu-pil.md). The consensus of debate...

Lua 5.3
blocked

### Summary Now that we have merged #3075 unto `dev`, I want will close the historic issues which largely scoped the work completed in this PR, and to use this...

Lua 5.3
Lua 5.1

### Missing feature `file.putcontents(filename, string.dump(func))` is a simple method of copying a given in-RAM or in-LFS function to an LC file in SPIFFS, however the `string.dump()` C code does ```C...

Lua 5.3
Lua 5.1