mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(openthread): configurations for openthread examples
This commit is contained in:
parent
13141a060b
commit
1b5ada37a8
12
examples/openthread/ot_br/sdkconfig.defaults.esp32s2
Normal file
12
examples/openthread/ot_br/sdkconfig.defaults.esp32s2
Normal 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
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user