Skip to content

Commit

Permalink
Upload wifi-connection-manager 3.0.1.1706 [365]
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlab-runner committed Dec 22, 2022
1 parent a09628f commit 8aa2d1d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/api_reference_manual/html/group__cy__wcm__error.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

See the macro section of this document for library-specific error codes.
</pre><p >The data structure cy_rslt_t is part of cy_result.h located in &lt;core_lib/include&gt;.</p>
<p >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 <a href="https://github.com/cypresssemiconductorco/connectivity-utilities">GitHub connectivity-utilities</a> For example, Wi-Fi Connection Manager (WCM) uses CY_RSLT_MODULE_WCM_BASE as the module base.</p>
<p >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 <a href="https://github.com/infineon/connectivity-utilities">GitHub connectivity-utilities</a> For example, Wi-Fi Connection Manager (WCM) uses CY_RSLT_MODULE_WCM_BASE as the module base.</p>
<p >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.</p>
<p >Library-specific error code: These error codes are library-specific and defined in the macro section.</p>
<p >Helper macros used for creating the library-specific result are provided as part of cy_result.h. </p>
Expand Down
2 changes: 1 addition & 1 deletion include/cy_wcm_error.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ extern "C" {
* 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] (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.
Expand Down
2 changes: 1 addition & 1 deletion version.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<version>3.0.0.1660</version>
<version>3.0.1.1706</version>

0 comments on commit 8aa2d1d

Please sign in to comment.