Skip to content

Commit

Permalink
Upload wifi-connection-manager 3.6.1.2355 [3108]
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlab-runner committed Dec 17, 2024
1 parent 0935f0a commit bd14dfb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ See the [README.md](./README.md) for a complete description of the Wi-Fi Connect
| The `cy_wcm_deinit` API does not bring down the network stack because the default underlying lwIP stack does not have an implementation for deinit. Therefore, the expectation is that `cy_wcm_init` and `cy_wcm_deinit` APIs should be invoked only once. | No workaround. Support will be added in a future release. |
| The `cy_wcm_connect_ap` API does not connect to AP if the MAC address is specified as a connection parameter.| No workaround. This issue will be fixed in future release. |
| IAR 9.40.2 toolchain throws build errors on Debug mode if the application explicitly includes the *iar_dlmalloc.h* file | Add `'--advanced_heap'` to `LDFLAGS` in the application Makefile. |
| SoftAP with 6G is currently not supported on [PSoC™ 62S2 evaluation kit (CY8CEVAL-062S2-CYW955513SDM2WLIPA)]( https://www.infineon.com/cms/en/product/evaluation-boards/cy8ceval-062s2/ )| No workaround. This will be fixed in a future release. |

## Changelog

### v3.6.1

- Minor documentation update

### v3.6.0

- Enabled 6G support
Expand Down Expand Up @@ -141,8 +146,8 @@ This version of the library was validated for compatibility with the following s

| Software and tools | Version |
| :--- | :----: |
| ModusToolbox™ software environment | 3.2 |
| ModusToolbox™ Device Configurator | 4.20 |
| ModusToolbox™ software environment | 3.3 |
| ModusToolbox™ Device Configurator | 5.10 |
| GCC Compiler | 11.3.1 |
| IAR Compiler | 9.40.2 |
| Arm® Compiler 6 | 6.16 |
| IAR Compiler | 9.50.2 |
| Arm® Compiler 6 | 6.22 |
2 changes: 1 addition & 1 deletion version.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<version>3.6.0.2308</version>
<version>3.6.1.2355</version>

0 comments on commit bd14dfb

Please sign in to comment.