You are reading a single comment by @JumJum and its replies. Click here to read the full conversation.
  • there is an ESP8266 lib for RTOS available working in irom instead of iram
    https://github.com/espressif/ESP8266_RTOS_SDK/blob/master/lib/libmirom.a
    A quick test replacing actual LIBS definition runs fine.

    ######LIBS=-lm # Maths
    LIBS=-lmirom
    

    At least Math.sin returns correct value.
    Looks strange to me to take a lib from somewhere else, more like trial and error, therefore would be fine, if somebody with knowledge around this could check.

About

Avatar for JumJum @JumJum started