Skip to content

Commit 5aa1a5f

Browse files
committed
esp_system: increase bootloader partition size in examples using framepointer
1 parent 08eea3c commit 5aa1a5f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
CONFIG_ESP_SYSTEM_USE_FRAME_POINTER=y
2+
# Increase size of bootloader due to frame pointer
3+
CONFIG_PARTITION_TABLE_OFFSET=0x10000
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Increase size of bootloader due to frame pointer. Only overflowed on P4.
2+
CONFIG_PARTITION_TABLE_OFFSET=0x10000

0 commit comments

Comments
 (0)