File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ extern "C" {
26
26
* @brief Connection Manager Connectivity API
27
27
* @defgroup conn_mgr_connectivity Connection Manager Connectivity API
28
28
* @since 3.4
29
- * @version 0.1 .0
29
+ * @version 0.8 .0
30
30
* @ingroup networking
31
31
* @{
32
32
*/
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extern "C" {
27
27
* @brief Connection Manager Connectivity Implementation API
28
28
* @defgroup conn_mgr_connectivity_impl Connection Manager Connectivity Implementation API
29
29
* @since 3.4
30
- * @version 0.1 .0
30
+ * @version 0.8 .0
31
31
* @ingroup conn_mgr_connectivity
32
32
* @{
33
33
*/
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
menuconfig NET_CONNECTION_MANAGER
5
- bool "Network connection manager [EXPERIMENTAL] "
5
+ bool "Network connection manager"
6
6
depends on NET_IPV6 || NET_IPV4
7
7
select NET_MGMT
8
8
select NET_MGMT_EVENT
9
9
select NET_MGMT_EVENT_INFO
10
- select EXPERIMENTAL
11
10
help
12
11
When enabled, this will start the connection manager that will
13
12
listen to network interface and IP events in order to verify
You can’t perform that action at this time.
0 commit comments