You are reading a single comment by @MaBe and its replies.
Click here to read the full conversation.
-
You are right. For the 4MB map we do not need a new board. For RESIZABLE_JSVARS, as it is behaving differenty as the standard ESP8266 current version, I wanted to make sure not to mess with it and create a new board. To avoid "forking" then new board just includes the standard ESP8266_BOARD.py and changes a few parameters. If there is a cleaner way, will be happy to do it.
After reading through the source code, I think there is no need to have a new board for ESP, because with make option
FLASH_4MB=1
it should be possible to handle all stuff.FLASH_4MB=1
not sure about RESIZABLE_JSVARS