File tree Expand file tree Collapse file tree 12 files changed +12
-23
lines changed Expand file tree Collapse file tree 12 files changed +12
-23
lines changed Original file line number Diff line number Diff line change 2
2
# in this exact order for cmake to work correctly
3
3
cmake_minimum_required (VERSION 3.16 )
4
4
5
- # (Not part of the boilerplate)
6
- # This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
7
- set (EXTRA_COMPONENT_DIRS ../.. ../../../../common_components/protocol_examples_common )
8
-
9
5
include ($ENV{IDF_PATH} /tools/cmake/project.cmake )
10
6
project (asio_chat )
Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ dependencies:
4
4
espressif/asio :
5
5
version : " ^1.14.1"
6
6
override_path : " ../../../"
7
+ protocol_examples_common :
8
+ path : ${IDF_PATH}/examples/common_components/protocol_examples_common
Original file line number Diff line number Diff line change 2
2
# in this exact order for cmake to work correctly
3
3
cmake_minimum_required (VERSION 3.16 )
4
4
5
- # (Not part of the boilerplate)
6
- # This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
7
- set (EXTRA_COMPONENT_DIRS ../../../../common_components/protocol_examples_common )
8
-
9
5
include ($ENV{IDF_PATH} /tools/cmake/project.cmake )
10
6
project (async_http_request )
Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ dependencies:
4
4
espressif/asio :
5
5
version : " ^1.14.1"
6
6
override_path : " ../../../"
7
+ protocol_examples_common :
8
+ path : ${IDF_PATH}/examples/common_components/protocol_examples_common
Original file line number Diff line number Diff line change 2
2
# in this exact order for cmake to work correctly
3
3
cmake_minimum_required (VERSION 3.16 )
4
4
5
- # (Not part of the boilerplate)
6
- # This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
7
- set (EXTRA_COMPONENT_DIRS ../../../../common_components/protocol_examples_common )
8
-
9
5
include ($ENV{IDF_PATH} /tools/cmake/project.cmake )
10
6
project (asio_sock4 )
Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ dependencies:
4
4
espressif/asio :
5
5
version : " ^1.14.1"
6
6
override_path : " ../../../"
7
+ protocol_examples_common :
8
+ path : ${IDF_PATH}/examples/common_components/protocol_examples_common
Original file line number Diff line number Diff line change 2
2
# in this exact order for cmake to work correctly
3
3
cmake_minimum_required (VERSION 3.16 )
4
4
5
- # (Not part of the boilerplate)
6
- # This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
7
- set (EXTRA_COMPONENT_DIRS ../../../../common_components/protocol_examples_common )
8
5
set (EXCLUDE_COMPONENTS openssl )
9
6
10
7
include ($ENV{IDF_PATH} /tools/cmake/project.cmake )
Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ dependencies:
4
4
espressif/asio :
5
5
version : " ^1.14.1"
6
6
override_path : " ../../../"
7
+ protocol_examples_common :
8
+ path : ${IDF_PATH}/examples/common_components/protocol_examples_common
Original file line number Diff line number Diff line change 2
2
# in this exact order for cmake to work correctly
3
3
cmake_minimum_required (VERSION 3.16 )
4
4
5
- # (Not part of the boilerplate)
6
- # This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
7
- set (EXTRA_COMPONENT_DIRS ../../../../common_components/protocol_examples_common )
8
-
9
5
include ($ENV{IDF_PATH} /tools/cmake/project.cmake )
10
6
project (asio_tcp_echo_server )
Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ dependencies:
4
4
espressif/asio :
5
5
version : " ^1.14.1"
6
6
override_path : " ../../../"
7
+ protocol_examples_common :
8
+ path : ${IDF_PATH}/examples/common_components/protocol_examples_common
Original file line number Diff line number Diff line change 2
2
# in this exact order for cmake to work correctly
3
3
cmake_minimum_required (VERSION 3.16 )
4
4
5
- # (Not part of the boilerplate)
6
- # This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
7
- set (EXTRA_COMPONENT_DIRS ../../../../common_components/protocol_examples_common )
8
-
9
5
include ($ENV{IDF_PATH} /tools/cmake/project.cmake )
10
6
project (asio_udp_echo_server )
Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ dependencies:
4
4
espressif/asio :
5
5
version : " ^1.14.1"
6
6
override_path : " ../../../"
7
+ protocol_examples_common :
8
+ path : ${IDF_PATH}/examples/common_components/protocol_examples_common
You can’t perform that action at this time.
0 commit comments