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
This commit is contained in:
Shu Chen 2024-03-12 11:18:40 +08:00
commit fcd6cfdde5
2 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,12 @@
#
# ESP PSRAM
#
CONFIG_SPIRAM=y
CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y
# end of ESP PSRAM
#
# OpenThread
#
CONFIG_OPENTHREAD_PLATFORM_MSGPOOL_MANAGEMENT=y
# end of OpenThread

View File

@ -2,4 +2,4 @@
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 0x120000,
factory, app, factory, 0x10000, 0x140000,

1 # Name, Type, SubType, Offset, Size, Flags
2 # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3 nvs, data, nvs, 0x9000, 0x6000,
4 phy_init, data, phy, 0xf000, 0x1000,
5 factory, app, factory, 0x10000, 0x120000, factory, app, factory, 0x10000, 0x140000,