- Sat Mar 28, 2015 7:59 am
#12808
sej7278 wrote:just what i've been waiting for!
so this is a complete copy of the arduino ide, espressif sdk and xtensa toolchain?
is there a way to separate things so that we can just use the esp01 core and libraries and chose our own sdk/toolchain without the ide? i guess i'm asking for what you've bolted on top of the ide, and can it be separated?
This is the IDE + toolchain + sdk 0.9.5 + platform description files + arduino core for ESP + some libraries.
If you want to use this without the IDE I suggest you clone the the git repository and look at the folders with esp01 core and libraries. You will need to write some makefiles to set correct paths and link the necessary libraries.
Note that if you wish to replace the SDK with a different version you should keep some modifications done to the linker script and header files.