Skip to content

Commit

Permalink
Merge branch 'backport5.2/openthread_example_configurations' into 're…
Browse files Browse the repository at this point in the history
…lease/v5.2'

fix(openthread): configurations for openthread examples(backport 5.2)

See merge request espressif/esp-idf!29535
  • Loading branch information
chshu committed Mar 11, 2024
2 parents 2d818bb + dd9ba05 commit 64cbabf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions examples/openthread/ot_br/sdkconfig.defaults.esp32s2
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion examples/openthread/ot_cli/partitions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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,

0 comments on commit 64cbabf

Please sign in to comment.