Skip to content

Commit

Permalink
Upload ota-update 4.3.0.1018 [2641]
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlab-runner committed Aug 2, 2024
1 parent c46c41f commit a46fedb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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 |
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<tr class="memdesc:gab1f5c6dc00a067408c323e98c04b051a"><td class="mdescLeft">&#160;</td><td class="mdescRight">The Max length of the "Version" field in a JSON Job document. <br /></td></tr>
<tr class="separator:gab1f5c6dc00a067408c323e98c04b051a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gade68cd450f8e703a3b76f41ff71660da"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gade68cd450f8e703a3b76f41ff71660da"></a>
#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__group__ota__typedefs.html#gade68cd450f8e703a3b76f41ff71660da">CY_OTA_JOB_BOARD_LEN</a>&#160;&#160;&#160;(32)</td></tr>
#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__group__ota__typedefs.html#gade68cd450f8e703a3b76f41ff71660da">CY_OTA_JOB_BOARD_LEN</a>&#160;&#160;&#160;(48)</td></tr>
<tr class="memdesc:gade68cd450f8e703a3b76f41ff71660da"><td class="mdescLeft">&#160;</td><td class="mdescRight">The Max length of the "Board" field in a JSON Job document. <br /></td></tr>
<tr class="separator:gade68cd450f8e703a3b76f41ff71660da"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga11742662e966c045f986746b17ed9e43"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga11742662e966c045f986746b17ed9e43"></a>
Expand Down
2 changes: 1 addition & 1 deletion include/cy_ota_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion version.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<version>4.2.1.1005</version>
<version>4.3.0.1018</version>

0 comments on commit a46fedb

Please sign in to comment.