mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
Merge branch 'fix/fix_a_naming_error_in_ot_kconfig' into 'master'
fix(openthread): fix a naming error of kconfig See merge request espressif/esp-idf!35664
This commit is contained in:
commit
5374a9904b
@ -328,7 +328,7 @@ menu "OpenThread"
|
||||
|
||||
menu "Thread Memory Allocation"
|
||||
depends on (SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC)
|
||||
config OPENTHREAD_MEM_ALLOC_EXTERNAL
|
||||
config OPENTHREAD_PLATFORM_MALLOC_CAP_SPIRAM
|
||||
bool 'Allocate memory from PSRAM'
|
||||
default y
|
||||
help
|
||||
|
6
examples/openthread/ot_br/sdkconfig.ci.spiram
Normal file
6
examples/openthread/ot_br/sdkconfig.ci.spiram
Normal file
@ -0,0 +1,6 @@
|
||||
CONFIG_IDF_TARGET="esp32s3"
|
||||
CONFIG_IDF_TARGET_ESP32S3=y
|
||||
CONFIG_SPIRAM=y
|
||||
CONFIG_SPIRAM_USE_MALLOC=y
|
||||
CONFIG_OPENTHREAD_PLATFORM_MALLOC_CAP_SPIRAM=y
|
||||
CONFIG_OPENTHREAD_PLATFORM_MSGPOOL_MANAGEMENT=y
|
Loading…
x
Reference in New Issue
Block a user