From a46fedbe0da46d5c99baa6bff36e08c43122c173 Mon Sep 17 00:00:00 2001 From: gitlab-runner Date: Fri, 2 Aug 2024 06:15:23 -0500 Subject: [PATCH] Upload ota-update 4.3.0.1018 [2641] --- README.md | 4 +++- RELEASE.md | 4 ++++ .../html/group__group__ota__typedefs.html | 2 +- include/cy_ota_api.h | 2 +- version.xml | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d1ee65..cb080b9 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Supported devices: - KIT_XMC72_EVK - CYW989829M2EVB-01 - CYW955913EVK-01 +- CY8CEVAL-062S2-CYW955513SDM2WLIPA For devices with both Wi-Fi and Bluetooth® Interfaces, the device can use Wi-Fi or Bluetooth® Interfaces. @@ -27,6 +28,7 @@ To handle the downloaded upgrade image, the user must implement storage API call | Library Version | Supported MTB version | Remarks | |--------------------| -------------------------|----------------------------| +| ota-update v4.3.0 | ModusToolbox 3.2 | cysecuretools v5.1 or greater is required | | ota-update v4.2.0 | ModusToolbox 3.2 | cysecuretools v5.1 or greater is required | | ota-update v4.1.0 | ModusToolbox 3.2 | cysecuretools v5.1 or greater is required | | ota-update v4.0.0 | ModusToolbox 3.1 | cysecuretools v5.0 or greater is required | @@ -505,7 +507,7 @@ For the toolchain version information, please refer to [OTA Release.md](./RELEAS - [PSoC™ 62S2 Wi-Fi BT Pioneer Kit](https://www.infineon.com/cms/en/product/evaluation-boards/cy8ckit-062s2-43012/) (CY8CKIT-062S2-43012) - [PSoC™ 62S3 Wi-Fi BT Prototyping Kit ](https://www.infineon.com/cms/en/product/evaluation-boards/cy8cproto-062s3-4343w/)(CY8CPROTO-062S3-4343W) - [PSoC™ 64 Secure Boot Wi-Fi BT Pioneer Kit](https://www.infineon.com/cms/en/product/evaluation-boards/cy8ckit-064b0s2-4343w/) (CY8CKIT-064B0S2-4343W) -- [CY8CEVAL-062S2 Evaluation Kit](https://www.infineon.com/cms/en/product/evaluation-boards/cy8ceval-062s2/)(CY8CEVAL-062S2-LAI-4373M2 and CY8CEVAL-062S2-MUR-43439M2) +- [CY8CEVAL-062S2 Evaluation Kit](https://www.infineon.com/cms/en/product/evaluation-boards/cy8ceval-062s2/)(CY8CEVAL-062S2-LAI-4373M2, CY8CEVAL-062S2-MUR-43439M2 and CY8CEVAL-062S2-CYW955513SDM2WLIPA) - [PSoC™ 6-BLE Pioneer Kit](https://www.infineon.com/cms/en/product/evaluation-boards/cy8ckit-062-ble/) (CY8CKIT-062-BLE) - [PSoC™ 6 BLE Prototyping Kit](https://www.infineon.com/cms/en/product/evaluation-boards/cy8cproto-063-ble/) (CY8CPROTO-063-BLE) - [EZ-BLE Arduino Evaluation Board](https://www.infineon.com/cms/en/product/evaluation-boards/cyble-416045-eval/) (CYBLE-416045-EVAL) diff --git a/RELEASE.md b/RELEASE.md index 6793982..4bef583 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -6,6 +6,10 @@ See the [README.md](./README.md) for a complete description of the OTA library. ## Changelog +### v4.3.0 + +- Added support for CY8CEVAL-062S2-CYW955513SDM2WLIPA kit. + ### v4.2.1 - Minor Documentation updates. diff --git a/docs/api_reference_manual/html/group__group__ota__typedefs.html b/docs/api_reference_manual/html/group__group__ota__typedefs.html index da324ae..434dff0 100644 --- a/docs/api_reference_manual/html/group__group__ota__typedefs.html +++ b/docs/api_reference_manual/html/group__group__ota__typedefs.html @@ -244,7 +244,7 @@  The Max length of the "Version" field in a JSON Job document.
  -#define CY_OTA_JOB_BOARD_LEN   (32) +#define CY_OTA_JOB_BOARD_LEN   (48)  The Max length of the "Board" field in a JSON Job document.
  diff --git a/include/cy_ota_api.h b/include/cy_ota_api.h index 290ec2e..1851349 100644 --- a/include/cy_ota_api.h +++ b/include/cy_ota_api.h @@ -537,7 +537,7 @@ extern "C" { /** * @brief The Max length of the "Board" field in a JSON Job document. */ -#define CY_OTA_JOB_BOARD_LEN (32) +#define CY_OTA_JOB_BOARD_LEN (48) /** * @brief The Max length of the "Broker" and "Server" fields in a JSON Job document. diff --git a/version.xml b/version.xml index 8a8dee8..29f9061 100644 --- a/version.xml +++ b/version.xml @@ -1 +1 @@ -4.2.1.1005 +4.3.0.1018