Skip to content

Commit d274704

Browse files
authored
Settings for HybridCompile are choosen now from boards.json
Removed now unnecessary custom SDK configuration options for ESP32S3.
1 parent 16cdd07 commit d274704

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/arduino-blink/platformio.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,13 @@ lib_ignore = wifi
114114
Matter
115115
Zigbee
116116
ESP RainMaker
117-
custom_sdkconfig = CONFIG_SPIRAM_MODE_OCT=y
118-
CONFIG_SPIRAM_SPEED_120M=y
119-
CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
117+
custom_sdkconfig = CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
120118
CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y
121119
CONFIG_I2S_ISR_IRAM_SAFE=y
122120
CONFIG_GDMA_ISR_IRAM_SAFE=y
123121
CONFIG_SPIRAM_XIP_FROM_PSRAM=y
124122
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
125123
CONFIG_SPIRAM_RODATA=y
126-
CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240=y
127124
CONFIG_ESP32S3_DATA_CACHE_64KB=y
128125
CONFIG_ESP32S3_DATA_CACHE_LINE_64B=y
129126
custom_component_remove = espressif/esp_hosted

0 commit comments

Comments
 (0)