You are reading a single comment by @JumJum and its replies. Click here to read the full conversation.
  • It doesn't fit in flash anymore is a bad limitation.
    Specific compiled version like the WIZnet could be an option. Bad side of the medal is grow in maintenance.
    I wonder if there could be a way to load additional precompiled modules into flash, something like requireASM("CC3000")
    This way we could have a base Espruino, and a lot of additional modules. Optional modules (from my point of view) could be:

    • CC3000 (including WLAN and all of http...)
    • WIZnet(including WLAN and all of http...)
    • debug (sizeOf,...)
    • ESP8266(including WLAN and all of http...)
    • fs + File
    • FFT and others

About

Avatar for JumJum @JumJum started