Skip to content

Commit

Permalink
Upload wifi-connection-manager 2.1.0.1373
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlab-runner committed Dec 1, 2021
1 parent 688fb9a commit 9b99332
Show file tree
Hide file tree
Showing 22 changed files with 392 additions and 321 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The current implementation has the following features and functionality:
* The library is built on top of the abstraction-rtos library that provides the RTOS abstraction API for FreeRTOS.

## Supported Platforms
This library and its features are supported on the following Cypress platforms:
This library and its features are supported on the following Infineon platforms:
* [PSoC™ 6 Wi-Fi BT Prototyping Kit (CY8CPROTO-062-4343W)](https://www.cypress.com/documentation/development-kitsboards/psoc-6-wi-fi-bt-prototyping-kit-cy8cproto-062-4343w)

* [PSoC™ 62S2 Wi-Fi BT Pioneer Kit (CY8CKIT-062S2-43012)](https://www.cypress.com/documentation/development-kitsboards/psoc-62s2-wi-fi-bt-pioneer-kit-cy8ckit-062s2-43012)
Expand All @@ -23,15 +23,19 @@ This library and its features are supported on the following Cypress platforms:

* [PSoC™ 62S2 evaluation kit (CY8CEVAL-062S2-LAI-4373M2)](https://www.cypress.com/documentation/development-kitsboards/psoc-62s2-evaluation-kit-cy8ceval-062s2)

* [CYW954907AEVAL1F Evaluation Kit(CYW954907AEVAL1F)](https://www.cypress.com/documentation/development-kitsboards/cyw954907aeval1f-evaluation-kit)

* [CYW943907AEVAL1F Evaluation Kit(CYW943907AEVAL1F)](https://www.cypress.com/documentation/development-kitsboards/cyw943907aeval1f-evaluation-kit)

## Dependent Libraries
This library depends on the following:
* [Wi-Fi Middleware Core](https://github.com/cypresssemiconductorco/wifi-mw-core)
* [Wi-Fi Host Driver](https://github.com/cypresssemiconductorco/wifi-host-driver)
* [Wi-Fi Middleware Core](https://github.com/Infineon/wifi-mw-core)
* [Wi-Fi Host Driver](https://github.com/Infineon/wifi-host-driver)

## Quick Start
* A set of pre-defined configuration files have been bundled with the wifi-mw-core library for FreeRTOS, lwIP, and mbed TLS. The developer is expected to review the configuration and make adjustments. See the "Quick Start" section in [README.md](https://github.com/cypresssemiconductorco/wifi-mw-core/blob/master/README.md).
* A set of pre-defined configuration files have been bundled with the wifi-mw-core library for FreeRTOS, lwIP, and mbed TLS. The developer is expected to review the configuration and make adjustments. See the "Quick Start" section in [README.md](https://github.com/Infineon/wifi-mw-core/blob/master/README.md).

* A set of COMPONENTS must be defined in the code example project's Makefile for this library. See the "Quick Start" section in [README.md](https://github.com/cypresssemiconductorco/wifi-mw-core/blob/master/README.md).
* A set of COMPONENTS must be defined in the code example project's Makefile for this library. See the "Quick Start" section in [README.md](https://github.com/Infineon/wifi-mw-core/blob/master/README.md).

* The WCM library disables all the debug log messages by default. To enable log messages, the application must perform the following:

Expand All @@ -42,7 +46,7 @@ This library depends on the following:

- Call the `cy_log_init()` function provided by the *cy-log* module. cy-log is part of the *connectivity-utilities* library.

- See [connectivity-utilities library API documentation](https://cypresssemiconductorco.github.io/connectivity-utilities/api_reference_manual/html/group__logging__utils.html).
- See [connectivity-utilities library API documentation](https://Infineon.github.io/connectivity-utilities/api_reference_manual/html/group__logging__utils.html).

* WPS is disabled by default. WPS uses Mbed TLS security stack. Enable the following components for WPS.
```
Expand All @@ -52,9 +56,9 @@ This library depends on the following:
## Additional Information
* [Wi-Fi Connection Manager RELEASE.md](./RELEASE.md)

* [Wi-Fi Connection Manager API Documentation](https://cypresssemiconductorco.github.io/wifi-connection-manager/api_reference_manual/html/index.html)
* [Wi-Fi Connection Manager API Documentation](https://Infineon.github.io/wifi-connection-manager/api_reference_manual/html/index.html)

* [Connectivity Utilities API documentation - for cy-log details](https://cypresssemiconductorco.github.io/connectivity-utilities/api_reference_manual/html/group__logging__utils.html)
* [Connectivity Utilities API documentation - for cy-log details](https://Infineon.github.io/connectivity-utilities/api_reference_manual/html/group__logging__utils.html)

* [ModusToolbox™ Software Environment, Quick Start Guide, Documentation, and Videos](https://www.cypress.com/products/modustoolbox-software-environment)

Expand Down
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ See the [README.md](./README.md) for a complete description of the Wi-Fi Connect
| cy_wcm_connect_ap API does not connect to AP, if MAC address is specified as connection parameter.| No workaround. This issue will be fixed in future release. |

## Changelog
### v2.1.0
* Added support for CYW943907AEVAL1F and CYW954907AEVAL1F kits

### v2.0.4
* Documentation updates.
* Minor updates and improvements added in connect to AP and WPS APIs.
Expand Down Expand Up @@ -64,3 +67,4 @@ This version of the library was validated for compatibility with the following S
| PSoC 6 Peripheral Driver Library (PDL) | 2.3.0 |
| GCC Compiler | 10.3.1 |
| IAR Compiler (only for AnyCloud) | 8.32 |
| Arm Compiler 6 | 6.14 |
Loading

0 comments on commit 9b99332

Please sign in to comment.