From 8aa2d1de743f97f638d453e312d24ff35bfded39 Mon Sep 17 00:00:00 2001 From: gitlab-runner Date: Wed, 21 Dec 2022 22:53:55 -0600 Subject: [PATCH] Upload wifi-connection-manager 3.0.1.1706 [365] --- RELEASE.md | 3 +++ docs/api_reference_manual/html/group__cy__wcm__error.html | 2 +- include/cy_wcm_error.h | 2 +- version.xml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 55bf024..5d58bfd 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,6 +12,9 @@ See the [README.md](./README.md) for a complete description of the Wi-Fi Connect ## Changelog +### v3.0.1 +* General bug fixes. + ### v3.0.0 * Wifi-connection-manager is updated to be network stack agnostic. * Added support for CM0P core. diff --git a/docs/api_reference_manual/html/group__cy__wcm__error.html b/docs/api_reference_manual/html/group__cy__wcm__error.html index 0147cc7..3b47ab0 100644 --- a/docs/api_reference_manual/html/group__cy__wcm__error.html +++ b/docs/api_reference_manual/html/group__cy__wcm__error.html @@ -105,7 +105,7 @@ See the macro section of this document for library-specific error codes.

The data structure cy_rslt_t is part of cy_result.h located in <core_lib/include>.

-

Module base: This base is derived from CY_RSLT_MODULE_MIDDLEWARE_BASE (defined in cy_result.h) and is an offset of the CY_RSLT_MODULE_MIDDLEWARE_BASE. The details of the offset and the middleware base are defined in cy_result_mw.h, that is part of GitHub connectivity-utilities For example, Wi-Fi Connection Manager (WCM) uses CY_RSLT_MODULE_WCM_BASE as the module base.

+

Module base: This base is derived from CY_RSLT_MODULE_MIDDLEWARE_BASE (defined in cy_result.h) and is an offset of the CY_RSLT_MODULE_MIDDLEWARE_BASE. The details of the offset and the middleware base are defined in cy_result_mw.h, that is part of GitHub connectivity-utilities For example, Wi-Fi Connection Manager (WCM) uses CY_RSLT_MODULE_WCM_BASE as the module base.

Type: This type is defined in cy_result.h and can be one of CY_RSLT_TYPE_FATAL, CY_RSLT_TYPE_ERROR, CY_RSLT_TYPE_WARNING, or CY_RSLT_TYPE_INFO. AWS library error codes are of type CY_RSLT_TYPE_ERROR.

Library-specific error code: These error codes are library-specific and defined in the macro section.

Helper macros used for creating the library-specific result are provided as part of cy_result.h.

diff --git a/include/cy_wcm_error.h b/include/cy_wcm_error.h index 7f0aa17..7a6704b 100644 --- a/include/cy_wcm_error.h +++ b/include/cy_wcm_error.h @@ -66,7 +66,7 @@ extern "C" { * The data structure cy_rslt_t is part of cy_result.h located in . * * Module base: This base is derived from CY_RSLT_MODULE_MIDDLEWARE_BASE (defined in cy_result.h) and is an offset of the CY_RSLT_MODULE_MIDDLEWARE_BASE. - * The details of the offset and the middleware base are defined in cy_result_mw.h, that is part of [GitHub connectivity-utilities] (https://github.com/cypresssemiconductorco/connectivity-utilities) + * The details of the offset and the middleware base are defined in cy_result_mw.h, that is part of [GitHub connectivity-utilities] (https://github.com/infineon/connectivity-utilities) * For example, Wi-Fi Connection Manager (WCM) uses CY_RSLT_MODULE_WCM_BASE as the module base. * * Type: This type is defined in cy_result.h and can be one of CY_RSLT_TYPE_FATAL, CY_RSLT_TYPE_ERROR, CY_RSLT_TYPE_WARNING, or CY_RSLT_TYPE_INFO. AWS library error codes are of type CY_RSLT_TYPE_ERROR. diff --git a/version.xml b/version.xml index b5bce3f..0c91858 100644 --- a/version.xml +++ b/version.xml @@ -1 +1 @@ -3.0.0.1660 +3.0.1.1706