A newbie with newbie questions I'm afraid
I've installed everything as per the great instructions and got the compiler up and running. I can build things like" blinky" and "Hello World" and they work fine.
I've been editing the makefiles to set them to com6 and 0c7c000/0x7e000 as com6 is my com port and I'm testing on a 512KB ESP-01.
First question: is there a way for this to be done automatically such that the makefiles are regenerated for my configuration?
Now the big issue: none of the more complicated examples work properly. I've built and loaded at_v0.20_on_SDKv0.9.4. This correctly echoes back whatever I type on Teraterm but does nothing: i.e. AT<CR> should give me back OK but I get nothing.
I've read the post about the change to ICACHE_FLASH_ATTR. Is this the problem? Do I need to go through all the example files and remove/replace it with:
ICACHE_FLASH_ATTR __attribute__((section(".irom0.text")))
or is there something else that I'm missing?
My experience with IDEs is Keil and CoIDE and I must confess I find Eclipse somewhat opaque in comparison.
All suggestions and help appreciated