Skip to content

Commit fcd6cfd

Browse files
committed
Merge branch 'backport5.1/openthread_example_configurations' into 'release/v5.1'
fix(openthread): configurations for openthread examples(backport 5.1) See merge request espressif/esp-idf!29533
2 parents e524ab1 + 1b5ada3 commit fcd6cfd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#
2+
# ESP PSRAM
3+
#
4+
CONFIG_SPIRAM=y
5+
CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y
6+
# end of ESP PSRAM
7+
8+
#
9+
# OpenThread
10+
#
11+
CONFIG_OPENTHREAD_PLATFORM_MSGPOOL_MANAGEMENT=y
12+
# end of OpenThread

examples/openthread/ot_cli/partitions.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
33
nvs, data, nvs, 0x9000, 0x6000,
44
phy_init, data, phy, 0xf000, 0x1000,
5-
factory, app, factory, 0x10000, 0x120000,
5+
factory, app, factory, 0x10000, 0x140000,

0 commit comments

Comments
 (0)