We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef857a commit 681ac5cCopy full SHA for 681ac5c
examples/arduino-blink/platformio.ini
@@ -45,13 +45,7 @@ custom_component_remove =
45
platform = espressif32
46
framework = arduino
47
board = esp32s3_120_16_8-qio_opi
48
-build_unflags = -Os
49
- -ffunction-sections
50
-build_flags = -Ofast
51
- -mtext-section-literals
52
-custom_sdkconfig = '# CONFIG_COMPILER_OPTIMIZATION_SIZE is not set'
53
- CONFIG_COMPILER_OPTIMIZATION_PERF=y
54
- CONFIG_SPIRAM_MODE_OCT=y
+custom_sdkconfig = CONFIG_SPIRAM_MODE_OCT=y
55
CONFIG_SPIRAM_SPEED_120M=y
56
CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
57
CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y
0 commit comments