Skip to content

Commit

Permalink
Optimized config for Mystrix
Browse files Browse the repository at this point in the history
  • Loading branch information
203Null committed Dec 1, 2024
1 parent 35c71e9 commit 15bc14f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ports/espressif/boards/mystrix/sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,16 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-8MB-noota.csv"

# Serial flasher config
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y

CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ=240
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
CONFIG_ESPTOOLPY_FLASHMODE="qio"
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
CONFIG_ESPTOOLPY_FLASHFREQ="80m"

CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP=y

CONFIG_COMPILER_OPTIMIZATION_NONE=y
CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL=0
CONFIG_LOG_DEFAULT_LEVEL_NONE=y

0 comments on commit 15bc14f

Please sign in to comment.