• AFAIK, RESIZABLE_JSVARS are set for linux only.
    Would it be possible to use this for other boards, like ESP32, too ?
    I've some boards with additional psram, so memory is available like crazy.
    Since psram needs a driver, its not available from start, means cannot be used for statically allocated block

    Idea would be to check available heap during init and based on that malloc, memory for JsVars.
    There would be a definitions in board.py for large heap and for small heap.

    If something sounds as easy as this, usually there are some hidden problems,....
    Any comment ?

About

Avatar for JumJum @JumJum started