From afb9546877915d22f226afd1ddb3b15a1df38bd3 Mon Sep 17 00:00:00 2001 From: gitlab-runner Date: Sat, 18 Dec 2021 08:12:15 -0600 Subject: [PATCH] Upload secure-sockets 2.5.0.1967 --- README.md | 2 ++ RELEASE.md | 3 +++ docs/api_reference_manual/html/index.html | 1 + version.xml | 2 +- 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5792f94..e18d14e 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ This library and its features are supported on the following Infineon MCUs: - [CYW943907AEVAL1F Evaluation Kit(CYW943907AEVAL1F)](https://www.cypress.com/documentation/development-kitsboards/cyw943907aeval1f-evaluation-kit) +- [PSoC™ 62S2 evaluation kit (CY8CEVAL-062S2-MUR-43439M2)](https://www.cypress.com/documentation/development-kitsboards/psoc-62s2-evaluation-kit-cy8ceval-062s2) + ## Send and receive timeout values The secure sockets library configures the default send and receive timeout values to 10 seconds for a newly created socket. These can be changed using the `cy_socket_setsockopt` API function. To change the send timeout, use the `CY_SOCKET_SO_SNDTIMEO` socket option; similarly, for receive timeout, use the `CY_SOCKET_SO_RCVTIMEO` socket option. Adjust the default timeout values based on the network speed or use case. diff --git a/RELEASE.md b/RELEASE.md index 6087598..a0bb45f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -11,6 +11,9 @@ Refer to the [README.md](./README.md) for a complete description of the Secure S ## Changelog +### v2.5.0 +* Added support for CY8CEVAL-062S2-MUR-43439M2 kit + ### v2.4.0 * Added support for CYW943907AEVAL1F and CYW954907AEVAL1F kits. diff --git a/docs/api_reference_manual/html/index.html b/docs/api_reference_manual/html/index.html index 04dd18d..fcabda8 100644 --- a/docs/api_reference_manual/html/index.html +++ b/docs/api_reference_manual/html/index.html @@ -110,6 +110,7 @@

  • PSoC™ 62S2 evaluation kit (CY8CEVAL-062S2-LAI-4373M2)
  • CYW954907AEVAL1F Evaluation Kit(CYW954907AEVAL1F)
  • CYW943907AEVAL1F Evaluation Kit(CYW943907AEVAL1F)
  • +
  • PSoC™ 62S2 evaluation kit (CY8CEVAL-062S2-MUR-43439M2)
  • Send and receive timeout values

    diff --git a/version.xml b/version.xml index 44a3801..e0faae5 100644 --- a/version.xml +++ b/version.xml @@ -1 +1 @@ -2.4.0.1962 +2.5.0.1967