Skip to content
Snippets Groups Projects
Commit c2a4f212 authored by Hugues Kamba Mpiana's avatar Hugues Kamba Mpiana
Browse files

release: Prepare for release v2023.07


Signed-off-by: Hugues Kamba Mpiana's avatarHugues Kamba-Mpiana <hugues.kambampiana@arm.com>
parent fd936996
No related branches found
No related tags found
No related merge requests found
Showing
with 80 additions and 24 deletions
# v2023.07 (2023-07-14)
## Changes
* examples: Add an example to use NetX Duo's Azure IoT addon to connect to Azure IoT Hub, download an update from the Azure Device
Update service and install the update using the PSA Firmware Update API provided by TrustedFirmware-M (TF-M).
* cmake: Fix conditional source inclusion for CMake targets in `utils` directory.
* templates: Set linker flags explicitly.
* pigweed: Do not use mbed_sdk_init when testing.
* cmake: Use updated mcu-driver-hal & ref implementation.
* components: Add CMSIS-Pack-Utils CMake module PoC
utils: Use CMSIS-Driver instead of the MDH API to retarget serial input/output
pigweed: Use CMSIS-Driver in pigweed component for platform drivers
lwip: Use CMSIS Ethernet Driver instead of MDH Emac Driver
cmsis: Replace using MCU-Driver-Hal with CMSIS Driver Packs through the Open IoT SDK
* doc: Fix workflow.md's link to coding_style.md.
* ci: Move template-specific build steps to hooks called at specific times in the CI build process
* examples: Fix Bluetooth instructions
* arm-2d: Add documentation for component
* nimble: Add pigweed logging. We set the log level at info by default
* docs: Replace the overview page of RTOS configuration with more detailed pages for each of RTX5, ThreadX and FreeRTOS.
* lwip: Pass IP address to network_state_callback when network comes up
* examples: Remove unused nimble from pigweed-sys-io.
* NimBLE: Make NimBLE configurable at build time. This require the user to add a config.h file and link it against the NPL.
* ci: Build docs website for preview in merge requests.
* cmake: Fix misleading message "ERRORUnsupported compiler" when armclang is used.
* mkdocs: Introduce a plugin to convert file links to GitLab links.
* mkdocs: Extend our plugin to support links in inlined pages.
* pigweed: Fix broken links in pw_iot_sdk_config docs.
* mkdocs: Use the default palette of Material for MkDocs.
* docs: Refactor pages to use admonitions.
* mkdocs: Enable support for admonitions.
* components: Add coreMQTT Agent and use in the AWS Client example
* mbedtls: Update to MbedTLS v2.28.3 LTS
* docs: Consolidate repository README.md and docs/index.md.
* nimble: Add the BLE example to vscode task list so that one can build and run it like the other examples. Running it still require to set up babblesim and the other tools, as per the readme.
* components: Remove unused TinyUSB.
* components: Remove passing of CMAKE_BUILD_TYPE to ExternalProject.
* docs: Consolidate info for testing in a dedicated page.
* docs: Add a guide for adding a new component.
* dockerfile: Adding cmsis-pack-utils package prerequisites to the SDK's DevContainer Docker image.
* components: Print ExternalProject configure and build progresses in real time.
* cmake: Enable progress of component fetching.
* trusted-firmware-m: Simplify configuration options.
* components: No need to set DOWNLOAD_COMMAND for ExternalProject.
* docs: Removing CODEOWNERS file as it will be resolved by Gitlab groups
* templates: Use updated toolchain files.
* azure-iot-sdk-c: Fix TLS connection timeout
* aws-iot-device-sdk-embedded-c: Fix coreMQTT packets reception
* ml-embedded-evaluation-kit: Add documentation.
* Fix gcc linker template. Previous version did not check if global/static variables' init value can fit into the FLASH.
* netxduo: Add README.md for the component.
* cmsis-dsp: Remove component as it has no standalone use in the Open IoT SDK.
* cmake: Enable ExternalProject incremental rebuild so that any code changes in custom projects get picked up during rebuild.
* littlefs: Add documentation for component.
* Update threadx-cdi-port to losen message queue requirements.
* templates: Update toolchain files.
* examples: Add example controlling device sockets via pw_rpc & pyedmgr
* docs: Add README for pyedmgr
* docs: Add doc for integration tests with pyedmgr/pw_rpc
* lwip: Add missing include
* components: Provide Mbed Atomic as a standalone.
* components: Provide Mbed Critical as a standalone.
* azure: Make ADU import manifest generator available independently.
* coremqtt-agent: Fix broken link in coreMQTT Agent component README
* components: Remove Matter component
* ci: Update developer-tools
* ci: Enable the Black Duck scan as part of quality-check.
* docs: Update LICENSE.md change security risk for embedded-c to low.
* pre-commit: Skip patch files.
* freertos: Remove unused ThreadX wrapper.
* aws-iot-device-sdk-embedded-c: Improve glue code logic
* aws-iot-device-sdk-embedded-c: Add Unit Tests for Glue Code
* cmsis-5: Fix CMake mock library to accuratly reflect what is mocked
* cmsis-5: Fix datatype in mock
* rpc-socket: Remove empty variable from CMakeLists.txt
* utils: Make serial retarget independent of cmsis-pack-platform.
* aws-network-manager: Add check to ensure all parameters are valid when connecting to the network
# v2023.04 (2023-04-13)
## Changes
......
examples: Add an example to use NetX Duo's Azure IoT addon to connect to Azure IoT Hub, download an update from the Azure Device
Update service and install the update using the PSA Firmware Update API provided by TrustedFirmware-M (TF-M).
cmake: Fix conditional source inclusion for CMake targets in `utils` directory.
templates: Set linker flags explicitly.
pigweed: Do not use mbed_sdk_init when testing.
cmake: Use updated mcu-driver-hal & ref implementation.
components: Add CMSIS-Pack-Utils CMake module PoC
utils: Use CMSIS-Driver instead of the MDH API to retarget serial input/output
pigweed: Use CMSIS-Driver in pigweed component for platform drivers
lwip: Use CMSIS Ethernet Driver instead of MDH Emac Driver
cmsis: Replace using MCU-Driver-Hal with CMSIS Driver Packs through the Open IoT SDK
doc: Fix workflow.md's link to coding_style.md.
ci: Move template-specific build steps to hooks called at specific times in the CI build process
examples: Fix Bluetooth instructions
arm-2d: Add documentation for component
nimble: Add pigweed logging. We set the log level at info by default
docs: Replace the overview page of RTOS configuration with more detailed pages for each of RTX5, ThreadX and FreeRTOS.
lwip: Pass IP address to network_state_callback when network comes up
examples: Remove unused nimble from pigweed-sys-io.
NimBLE: Make NimBLE configurable at build time. This require the user to add a config.h file and link it against the NPL.
ci: Build docs website for preview in merge requests.
cmake: Fix misleading message "ERRORUnsupported compiler" when armclang is used.
mkdocs: Introduce a plugin to convert file links to GitLab links.
mkdocs: Extend our plugin to support links in inlined pages.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment