Zachary Vorhies

Results 157 comments of Zachary Vorhies

I'm running it right now. The first pass is without ccache and just using .pio_cache

Haven't achieved ccache yet on all my builders. I've been stuck moving to the pi batch builder. The build logs from FastLED paint a clear picture on why the CCACHE...

The following pattern is repeated throughout the build: Bunch of platform/library cpp's get re-compiled. Sometimes the previous build is used and you get only the source file rebuild. Sometimes the...

I weird - and yes i've thought about doing the exact same thing. @ivankravets are you using Cursor IDE or Windsurf IDE yet? These are one of those problems a...

@Jason2866 I'm seeing esp32s3 rebuild constantly. This isn't true for avr. I'm starting to really suspect espressif has a date macro sneaking in that's invalidating the headers. When was the...

> @zackees IDF =! Arduino the have totally different build ways. You can compare Arduino only. Imho for IDF projects only using espressif VSC extension is a better idea, it...

> > I'm seeing esp32s3 rebuild constantly. > > Could you try comparing `pio run -v` outputs between build iterations? If you have volatile flags (e.g., macros), they could be...

disabling auto clean - this results in a huge speed up. Uno rebuilds in 3 seconds.

@Jason2866 a big part of the slow down with the esp platforms is that the official link to the platform files is pointing at an absolutely gigantic repo. Have you...