mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
fix(openthread): fix a naming error of kconfig
This commit is contained in:
@ -328,7 +328,7 @@ menu "OpenThread"
|
|||||||
|
|
||||||
menu "Thread Memory Allocation"
|
menu "Thread Memory Allocation"
|
||||||
depends on (SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC)
|
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'
|
bool 'Allocate memory from PSRAM'
|
||||||
default y
|
default y
|
||||||
help
|
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
|
Reference in New Issue
Block a user