|
| 1 | +# v202511.00 (2025-11-19) |
| 2 | + |
| 3 | +## Highlights |
| 4 | + |
| 5 | +* Added ML-Model component update feature to `Keyword-Detection` application |
| 6 | +* Updated the FRI to use new modular OTA structure |
| 7 | +* Added unit tests for heap management module |
| 8 | +* Updated AWS libraries to `202406.04-LTS` |
| 9 | +* Updated FreeRTOS-Kernel to version `v11.2.0` |
| 10 | +* Updated MLEK to version `v25.05` |
| 11 | +* Updated Mbed TLS to version `v3.6.4` |
| 12 | +* Updated TrustedFirmware-M to version `v2.2.1` |
| 13 | + |
| 14 | +## Changes |
| 15 | + |
| 16 | +* ml-model: Add ML-Model component update feature to keyword-detection application. |
| 17 | +* ci: Enable scheduled blackduck scanning |
| 18 | +* components: Remove out-of-tree patches |
| 19 | +* ci: Enable gitlab-ci cache |
| 20 | +* ota: Update FRI to use new modular OTA structure |
| 21 | +* build: Integrate TF-M split-build |
| 22 | +* tests: Add FVP version logging |
| 23 | +* Update AWS libraries to `202406.01-LTS` |
| 24 | +* Modular OTA improvements: Print job metadata and check if new firmware version |
| 25 | + higher than previous version |
| 26 | +* ubuntu: Adapt to ubuntu v22.04 docker image changes. |
| 27 | +* ota-orchestrator: Add multiple enhancements and fixes. |
| 28 | + mqtt-agent: Increase MQTT Agent keep alive interval. |
| 29 | +* freertos-kernel: Bump to v11.2.0 release. |
| 30 | + mbedtls: Bump to v3.6.3 release. |
| 31 | + tf-m: Bump to v2.2.0 release. |
| 32 | +* run-script: Fix conflicts with DISPLAY system wide variable. |
| 33 | + mlek: Switch to public GitLab repo |
| 34 | + setuptools: Update to latest version |
| 35 | +* toolchains: Add recommended toolchain flags. |
| 36 | +* armclang: Fix map file generation. |
| 37 | +* armclang-map-file: Only add list option if CMake version greater than 4 |
| 38 | + license: Exclude new gitlab tmp folder from license check |
| 39 | +* github-ci: Add DCO sign-off enforcement workflow |
| 40 | + docs: Redirect TF-M links to Read the Docs URLs |
| 41 | + docs: Add the missing development environment requirements |
| 42 | +* ci: Remove redundant default-jdk installation |
| 43 | + syscalls-stub: Fix TF-M link |
| 44 | +* components: Bump MLEK version to 25.05 |
| 45 | +* components: Bump Mbed TLS version to v3.6.4 |
| 46 | +* ci-license: Check for current year in the license job |
| 47 | +* compiler: Update ARMClang to 6.24.18 |
| 48 | +* components: Bump TF-M to v2.2.1 release. |
| 49 | +* unit-test: Add unit tests for heap management module |
| 50 | +* dev-container: Fix incorrect pyproject toml file reference location |
| 51 | +* npm: Use internal npm mirror |
| 52 | + docs: Update endpoint instructions to new AWS console UI |
| 53 | + docs: Add the SSL certification misconfiguration symptom |
| 54 | + docs: Document outdated submodules symptom |
| 55 | + docs: Update MQTT connectivity and OTA update instructions |
| 56 | + fvp: Update to latest Corstone platforms FVP release |
| 57 | +* components: Update AWS libraries to `202406.04-LTS` |
| 58 | + |
1 | 59 | # v202410.00 (2024-10-22) |
2 | 60 |
|
3 | 61 | ## Highlights |
|
0 commit comments