platformio / platformio-atom-ide

PlatformIO IDE for Atom: The next generation integrated development environment for IoT
https://atom.io/packages/platformio-ide
Apache License 2.0
476 stars 71 forks source link

Won't recompile *.S files after modification (ESP32, ULP assembly) #2501

Closed Nagymadar closed 3 years ago

Nagymadar commented 3 years ago

I have a project where I use espidf framework to program ULP co-processor of a ESP32. My problem is that when I modify the assembly file in the ulp sub directory of the project, "Build" or "Upload" commands fail to notice that the assembly file has been modified and won't recompile it. The C or C++ files recompile fine after any change,

As a workaround I have to delete the .pio/build/esp32dev/esp-idf/src/ulp_main directory to force platformio to recompile it. What should I change in the platformio.ini or something else to make platformio notice the modified assembly files?

Nagymadar commented 3 years ago

Moved to platform-espressif32