look's like excluding bluetooth is not happening, what is missing?
Sorry, not sure I understand... You had it building? What did you change to break it?
edit: I made some minor tweaks to the partition table and whether the task chooses to yield, and the build for standard ESP32 now appears to work. Wifi even works!
git clone https://github.com/espruino/Espruino.git EspruinoIDF4
cd EspruinoIDF4
scripts/provision.sh ESP32_IDF4
BOARD=ESP32_IDF4 RELEASE=1 make clean
BOARD=ESP32_IDF4 RELEASE=1 make
It works and I can see you already added more stuff - many thanks!
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Sorry, not sure I understand... You had it building? What did you change to break it?
edit: I made some minor tweaks to the partition table and whether the task chooses to yield, and the build for standard ESP32 now appears to work. Wifi even works!