Skip to content

Commit d873d80

Browse files
committed
Clean compile for the 8MB version used for Web Flasher
1 parent 714cf45 commit d873d80

4 files changed

Lines changed: 17 additions & 13 deletions

File tree

sdkconfig

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -922,13 +922,13 @@ CONFIG_ESPTOOLPY_FLASHFREQ="80m"
922922
# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set
923923
# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set
924924
# CONFIG_ESPTOOLPY_FLASHSIZE_4MB is not set
925-
# CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set
926-
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
925+
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y
926+
# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set
927927
# CONFIG_ESPTOOLPY_FLASHSIZE_32MB is not set
928928
# CONFIG_ESPTOOLPY_FLASHSIZE_64MB is not set
929929
# CONFIG_ESPTOOLPY_FLASHSIZE_128MB is not set
930930
# default:
931-
CONFIG_ESPTOOLPY_FLASHSIZE="16MB"
931+
CONFIG_ESPTOOLPY_FLASHSIZE="8MB"
932932
# default:
933933
# CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE is not set
934934
# default:
@@ -955,9 +955,9 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
955955
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
956956
# CONFIG_PARTITION_TABLE_TWO_OTA_LARGE is not set
957957
CONFIG_PARTITION_TABLE_CUSTOM=y
958-
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
958+
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_8mb.csv"
959959
# default:
960-
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
960+
CONFIG_PARTITION_TABLE_FILENAME="partitions_8mb.csv"
961961
# default:
962962
CONFIG_PARTITION_TABLE_OFFSET=0x8000
963963
# default:
@@ -1848,7 +1848,7 @@ CONFIG_SPIRAM_PRE_CONFIGURE_MEMORY_PROTECTION=y
18481848
CONFIG_SPIRAM_USE_MALLOC=y
18491849
# default:
18501850
CONFIG_SPIRAM_MEMTEST=y
1851-
CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=16384
1851+
CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=64
18521852
# default:
18531853
# CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP is not set
18541854
CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=32768
@@ -1912,11 +1912,14 @@ CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200
19121912
#
19131913
# ESP System Settings
19141914
#
1915+
# default:
19151916
# CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80 is not set
1916-
# CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 is not set
1917-
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
19181917
# default:
1919-
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ=240
1918+
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160=y
1919+
# default:
1920+
# CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240 is not set
1921+
# default:
1922+
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ=160
19201923

19211924
#
19221925
# Cache config
@@ -3800,7 +3803,8 @@ CONFIG_LV_MEM_ADR=0x0
38003803
#
38013804
# HAL Settings
38023805
#
3803-
CONFIG_LV_DEF_REFR_PERIOD=10
3806+
# default:
3807+
CONFIG_LV_DEF_REFR_PERIOD=33
38043808
# default:
38053809
CONFIG_LV_DPI_DEF=130
38063810
# end of HAL Settings
@@ -4573,9 +4577,9 @@ CONFIG_CONSOLE_UART=y
45734577
CONFIG_CONSOLE_UART_NUM=0
45744578
CONFIG_CONSOLE_UART_BAUDRATE=115200
45754579
# CONFIG_ESP32S3_DEFAULT_CPU_FREQ_80 is not set
4576-
# CONFIG_ESP32S3_DEFAULT_CPU_FREQ_160 is not set
4577-
CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240=y
4578-
CONFIG_ESP32S3_DEFAULT_CPU_FREQ_MHZ=240
4580+
CONFIG_ESP32S3_DEFAULT_CPU_FREQ_160=y
4581+
# CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240 is not set
4582+
CONFIG_ESP32S3_DEFAULT_CPU_FREQ_MHZ=160
45794583
CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT=y
45804584
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_VIA_TEE=y
45814585
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=y
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)