-
I would like to automate ESP-IDF make to Espruino Make
This is exactly what this does:
https://github.com/espruino/EspruinoBuildTools/tree/master/esp32This is a series of scripts, that build the
app
andesp-idf
folder that espurino uses for the ESP32 build.source script/provision ESP32
This is used by Travis, or by anyone wanting to build from source. This downloads the toolchain, and adds the two folders above.
I suggest that you clone the
EspruinoBuildTools
repository and do the build to see how it works.In the
EspruinoBuildTools/esp32/build/build-idf.sh
script, there are variables for changing what version you want to build:esp_idf_branch=${1:-v3.0.3} espruino_branch=${2:-master}
Only FYI,
I would like to automate ESP-IDF make to Espruino Make
In a first step all .mk files in template folder are searched and converted to an additional make file
This is a first step only, but may be, its of interest
Sorry, but I'm in vacation on an island right now, and don't have time to work on this for about a month.