|
| 1 | +# v202410.00 (2024-10-22) |
| 2 | + |
| 3 | +## Highlights |
| 4 | + |
| 5 | +* Added Corstone-320 platform support |
| 6 | +* Enabled PSA crypto APIs to be used in Mbed TLS running on Non-Secure side |
| 7 | +* Added createIoTThings.py script for automating the process of setting up OTA updates |
| 8 | +* Added unit test framework for testing integration code |
| 9 | +* Added unit tests for some of the components |
| 10 | +* Updated FreeRTOS-Kernel to version v11.1.0 |
| 11 | +* Updated Mbed TLS to version v3.6.1 |
| 12 | +* Updated TrustedFirmware-M to version v2.1.0 |
| 13 | + |
| 14 | +## Changes |
| 15 | + |
| 16 | +* unit-test: Add framework to add unit test for integration code |
| 17 | + ci: Add unit tests to quality checks |
| 18 | +* mbedtls: Improve integration and simply usage of component within apps |
| 19 | + mbedtls: Add documentation |
| 20 | + tf-m: Update the document by adding missing sections |
| 21 | +* ml-model: Separate model image from NS image. |
| 22 | +* ci: Split build jobs based on target platform. |
| 23 | +* build: Bump FreeRTOS-Plus-TCP commit hash |
| 24 | +* build: Bump TF-M version to v2.1.0 |
| 25 | +* psa-crypto: Enable PSA crypto APIs in Mbed TLS on NS side. |
| 26 | +* ci: Add spell checker quality check job. |
| 27 | +* integration-tests: Fix nightly job failures |
| 28 | +* freertos-kernel: Update to `V11.1.0` release |
| 29 | +* speech-recognition: Increase the block time for DSP task. |
| 30 | +* integration-tests: Increase keep-alive interval |
| 31 | +* release: Add release checklist |
| 32 | +* freertos-plus-tcp: Update to latest commit on FreeRTOS-Plus-TCP main branch. |
| 33 | +* ci: Add IoT-vSocket stack nightly tests. |
| 34 | +* patches: Remove out of tree patches. |
| 35 | +* fri: Update manifest to include tpip category |
| 36 | +* docs: document createIoTThings.py usage in aws_tools.md. |
| 37 | + tools: Add createIoTThings.py script for setting up OTA updates. |
| 38 | +* freerots-pkcs11-psa: Update to latest version |
| 39 | +* coremqtt-agent-unit-test: Add tests for mqtt_agent_task.c. |
| 40 | + coremqtt-agent-task: Debug mqtt_agent_task.c |
| 41 | +* unit-test: add unit tests for subscription_manager.c. |
| 42 | + coremqtt-agent: fix bug in subscription_manager.c. |
| 43 | +* bsp: Add Corstone-320 |
| 44 | +* build: Change default build toolchain to GNU |
| 45 | +* tools: Add command to createIoTThings.py for creating OTA updates. |
| 46 | +* devcontainer: Use aws ecr registry instead of docker registry |
| 47 | + devcontainer: Add ccache support |
| 48 | +* provisioning: Prevent re-provisioning |
| 49 | +* coremqtt-agent-unit-test: Add tests for freertos_command_pool.c. |
| 50 | +* aws-iot-unit-test: Add tests for ota_agent_task.c. |
| 51 | + ota-agent-task: Debug unsafe memcpy usages in ota_agent_task.c. |
| 52 | +* tools: Add command for automatically cleaning up all AWS entities created by 'createIoTThings.py create-update-simplified' |
| 53 | +* tools: All commands in createIoTThings.py now accept JSON config inputs. |
| 54 | +* spell-checker: Add missing excluded words. |
| 55 | + formatting: Add CPP files to uncrustify check. |
| 56 | +* manifest: Add the `security-risk` attribute |
| 57 | +* components: Update Mbed TLS to v3.6.1 release |
| 58 | + |
1 | 59 | # v202403.00 (2024-03-28) |
2 | 60 |
|
3 | 61 | ## Highlights |
|
0 commit comments