esp_system: increase bootloader partition size in examples using framepointer

This commit is contained in:
Xiao Xufeng
2025-06-21 10:18:32 +08:00
parent 08eea3c058
commit 5aa1a5f6ab
2 changed files with 4 additions and 0 deletions

View File

@@ -1 +1,3 @@
CONFIG_ESP_SYSTEM_USE_FRAME_POINTER=y
# Increase size of bootloader due to frame pointer
CONFIG_PARTITION_TABLE_OFFSET=0x10000

View File

@@ -0,0 +1,2 @@
# Increase size of bootloader due to frame pointer. Only overflowed on P4.
CONFIG_PARTITION_TABLE_OFFSET=0x10000