forked from espressif/esp-idf
fix(examples): Increases partition table offset for SBV2+FE test
This commit is contained in:
committed by
BOT
parent
d2123cf531
commit
7b0b80f46f
@ -6,7 +6,7 @@ CONFIG_IDF_TARGET="esp32"
|
|||||||
CONFIG_ESP32_REV_MIN_3=y
|
CONFIG_ESP32_REV_MIN_3=y
|
||||||
CONFIG_ESP32_REV_MIN=3
|
CONFIG_ESP32_REV_MIN=3
|
||||||
|
|
||||||
CONFIG_PARTITION_TABLE_OFFSET=0xD000
|
CONFIG_PARTITION_TABLE_OFFSET=0xE000
|
||||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="test/partitions_efuse_emul.csv"
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="test/partitions_efuse_emul.csv"
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# If you find yourself needing to edit this in the future, it's a sign the
|
# If you find yourself needing to edit this in the future, it's a sign the
|
||||||
# bootloader is bloating out!
|
# bootloader is bloating out!
|
||||||
CONFIG_PARTITION_TABLE_OFFSET=0xC000
|
CONFIG_PARTITION_TABLE_OFFSET=0xD000
|
||||||
|
|
||||||
# Maximize the number of possible build warnings
|
# Maximize the number of possible build warnings
|
||||||
CONFIG_COMPILER_OPTIMIZATION_PERF=y
|
CONFIG_COMPILER_OPTIMIZATION_PERF=y
|
||||||
|
Reference in New Issue
Block a user