feat: move iperf to component registry
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
- lwip
|
||||
- openthread
|
||||
depends_filepatterns:
|
||||
- examples/common_components/iperf/*
|
||||
- examples/common_components/iperf/**/*
|
||||
- examples/openthread/*
|
||||
- examples/openthread/**/*
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ dependencies:
|
||||
version: ">=5.0"
|
||||
protocol_examples_common:
|
||||
path: ${IDF_PATH}/examples/common_components/protocol_examples_common
|
||||
iperf:
|
||||
path: ${IDF_PATH}/examples/common_components/iperf
|
||||
ot_led:
|
||||
path: ${IDF_PATH}/examples/openthread/ot_common_components/ot_led
|
||||
espressif/iperf:
|
||||
version: "~0.1.1"
|
||||
|
||||
@@ -4,7 +4,7 @@ dependencies:
|
||||
version: "~1.0.0"
|
||||
idf:
|
||||
version: ">=4.1.0"
|
||||
iperf:
|
||||
path: ${IDF_PATH}/examples/common_components/iperf
|
||||
ot_led:
|
||||
path: ${IDF_PATH}/examples/openthread/ot_common_components/ot_led
|
||||
espressif/iperf:
|
||||
version: "~0.1.1"
|
||||
|
||||
Reference in New Issue
Block a user