Results 396 comments of Robert Lipe

-mfix-esp32-psram-cache-issue should never be necessary on an S3 as I understand it. That flag existed to fix an errata in the original ESP32-nothing. It's not applicable to ESP32-S3 or ESP32-anythingelse....

For easily reproducible builds, use kconfig-tweak in a script to turn the flags you want off and on without ever manually touching menuconfig. https://nuttx.apache.org/docs/latest/quickstart/configuring.html#fast-configuration-changes You can find examples of scripts...

Is this a duplicate of #6981?

Is this a duplicate of #6981?

Please consider closing this to save the admins some work

$ pio project init -b adafruit_qtpy_esp32s3_n4r2 $ echo "void setup(void){} void loop(void){} " > src/main.cc $ pio run [ ... ] Linking .pio/build/adafruit_qtpy_esp32s3_n4r2/firmware.elf Retrieving maximum program size .pio/build/adafruit_qtpy_esp32s3_n4r2/firmware.elf Checking size...

Is this a duplicate of #6981?

There's not nearly enough information here for anyone to help you. Please either include a reproducible, failing test case or close this issue.

This doesn't particularly seem like a problem/issue/question. $ pio upgrade You're up-to-date! PlatformIO 6.1.14 is currently the newest version available. Platformio 6 has been around for about two years now,...

Not to be unsympathetic - hey, we're all users trying to help each other out - but lots of us compile ESP32 code (RV and LX6/LX7) on Apple Silicon hosts...