Merge branch 'feature/add_openthread_iperf' into 'master'

openthread: add iperf example for ot-network test

See merge request espressif/esp-idf!14635
This commit is contained in:
Shu Chen
2021-09-07 02:07:44 +00:00
22 changed files with 673 additions and 396 deletions

View File

@@ -91,4 +91,10 @@ menu "OpenThread"
help
Override the shipped libopenthread_br.a and libopenthread_port.a, for internal builds.
config OPENTHREAD_NUM_MESSAGE_BUFFERS
int "The number of openthread message buffers"
depends on OPENTHREAD_ENABLED
default 65
range 50 100
endmenu

View File

@@ -95,7 +95,7 @@
*
* The number of message buffers in buffer pool
*/
#define OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS 50
#define OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS CONFIG_OPENTHREAD_NUM_MESSAGE_BUFFERS
/**
* @def OPENTHREAD_CONFIG_COAP_API_ENABLE