- Jun 27, 2023
-
-
Remove Matter example from templates. Remove Matter example from VScode tasks and example build script. Remove an installation from the VScode devenvironment Docker image. Signed-off-by:
Artur Tynecki <artur.tynecki@arm.com>
-
Remove build-test-matter job. Remove matter setup hook. Remove the Matter example validation in the VSCode environment check. Signed-off-by:
Artur Tynecki <artur.tynecki@arm.com>
-
- Jun 26, 2023
-
-
autobot authored
Update threadx to 8ff9910ddc089e7af91e4089b26f225aba5d7eb7. Signed-off-by:
autobot <autobot-noreply@arm.com>
-
Vincent Coubard authored
Update pyedmgr to 69f0c952ada86875ffe6050a8f5680531b074377 Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Enable the Black Duck scan as a part of the quality-check stage, to improve the security. Signed-off-by:
Anna Matczak <anna.matczak@arm.com>
-
- Jun 24, 2023
-
-
autobot authored
Update project_options to e6206ce7d71746a105d2237a831d4ca53e301357. Signed-off-by:
autobot <autobot-noreply@arm.com>
-
autobot authored
Update pyedmgr to 11968ac892a51418aef3687356f289c07c8abbe3. Signed-off-by:
autobot <autobot-noreply@arm.com>
-
- Jun 23, 2023
-
-
Filip Jagodzinski authored
Declare the mbed-critical lib as a standalone component in the SDK to make it available directly. Add mbed-critical to application's IOTSDK_FETCH_LIST where it is required. Signed-off-by:
Filip Jagodzinski <filip.jagodzinski@arm.com>
-
Filip Jagodzinski authored
Declare the mbed-atomic lib as a standalone component in the SDK to make it available directly. The original CMake target is named `mbed-atomic-api` which may suggest that a matching implementation target is required. This is a mistake, so create an alias to drop the unnecessary suffix. Signed-off-by:
Filip Jagodzinski <filip.jagodzinski@arm.com>
-
Filip Jagodzinski authored
`DeclareSdkComponents` is the reference for all fetchable components. Move MCU-Driver-HAL declaration from the `AddTestTools` module to the `DeclareSdkComponents` module. Signed-off-by:
Filip Jagodzinski <filip.jagodzinski@arm.com>
-
Make DeclareSdkComponents a module, so that we can declare the components earlier in the build process. This allows us to have components declared before adding some tests that are added before components (like those in the utils/tests directory). An additional benefit is that other projects can easily fetch the same "tested and proven" versions of components that the SDK ships with, even if it doesn't use anything else from the SDK. Signed-off-by:
Jaeden Amero <jaeden.amero@arm.com> Signed-off-by:
Filip Jagodzinski <filip.jagodzinski@arm.com>
-
Filip Jagodzinski authored
The current CMake configuration requires each component to have a FetchContent declaration named the same as the component. This approach makes it impossible to have multiple components that share a common content declaration in DeclareSdkComponents.cmake. Remove a call to FetchContent_MakeAvailable(${IOTSDK_FETCH_LIST}), create a dedicated subdirectory for the script for creating ADU update import manifest, and process `create-adu-import-manifest` like all other components. Signed-off-by:
Filip Jagodzinski <filip.jagodzinski@arm.com>
-
autobot authored
Update ml-embedded-evaluation-kit to 2bf6a70eddc8842643f1209a1e9bcecf76ff7a3d. Signed-off-by:
autobot <autobot-noreply@arm.com>
-
- Jun 22, 2023
-
-
Signed-off-by:
Chris Swinchatt <christopher.swinchatt@arm.com>
-
Signed-off-by:
Chris Swinchatt <christopher.swinchatt@arm.com>
-
After this change, if a template's .ci_hooks directory contains an executable file called 'pre_ctest', that file will be sourced (i.e. executed without a subshell) immediately before ctest is run in the CI process. Similarly an executable file called 'post_ctest' will be sourced immediately after ctest. Signed-off-by:
Chris Swinchatt <christopher.swinchatt@arm.com>
-
Vincent Coubard authored
This prevent inconsistencies between C and C++. Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Remove definition of DEBUG_PRINT as a C function when it is not defined by user. Previously DEBUG_PRINT was defined as printf when not defined by user. This causes a C++ compilation error because of "using std::printf" in stdio.h. Redefining a symbol which is used in a "using" directive is illegal. Signed-off-by:
Chris Swinchatt <christopher.swinchatt@arm.com>
-
Signed-off-by:
Chris Swinchatt <christopher.swinchatt@arm.com>
-
autobot authored
Update threadx to 08380caa7792f917d2e24cfae22df8796487ac5b. Signed-off-by:
autobot <autobot-noreply@arm.com>
-
autobot authored
Update cmsis-5 to a75f01746df18bb5b929dfb8dc6c9407fac3a0f3. Signed-off-by:
autobot <autobot-noreply@arm.com>
-
autobot authored
Update cmsis-freertos to 5464d53739c6f806f8d684bc2a30803f2f5c638c. Signed-off-by:
autobot <autobot-noreply@arm.com>
-
- Jun 21, 2023
-
-
Anna Matczak authored
Update the developer-tools to have the Black Duck scan available for this project. Signed-off-by:
Anna Matczak <anna.matczak@arm.com>
-
- Jun 20, 2023
-
-
autobot authored
Update azure-iot-sdk-c to 62321f2c4069c09fdb31b495dd13d04b42721931. Signed-off-by:
autobot <autobot-noreply@arm.com>
-
Previous version did not check if global/static variable init value can fit into the FLASH region. Signed-off-by:
Gabor Abonyi <gabor.abonyi@arm.com>
-
- Jun 19, 2023
-
-
Add a missing include to lwip_stack within the lwip_cmsis_port. This silences a build warning from the compiler and removes implicit declaration of the function `memcpy`. Signed-off-by:
Jack Styles <jack.styles@arm.com>
-
- Jun 16, 2023
-
-
autobot authored
Update coremqtt-agent to a991b39a4b7385fde7ebc0b3d8940aac95bfa44f. Signed-off-by:
autobot <autobot-noreply@arm.com>
-
Signed-off-by:
Lingkai Dong <lingkai.dong@arm.com>
-
Jack Styles authored
For the ADU example to function, it requires an update to netxduo to support the PSA Firmware Update driver. This patch enables this driver in netxduo and is applied when the component is fetched by `FetchContent`. Signed-off-by:
Jack Styles <jack.styles@arm.com>
-
The script can be fetched by listing `create-adu-import-manifest` in `IOTSDK_FETCH_LIST`. Signed-off-by:
Lingkai Dong <lingkai.dong@arm.com>
-
- Jun 15, 2023
-
-
autobot authored
Update azure-iot-sdk-c to b2b8ff1b22eeb708def2eb18d66686ed66e870cc. Signed-off-by:
autobot <autobot-noreply@arm.com>
-
- Jun 14, 2023
-
-
autobot authored
Update azure-iot-sdk-c to 3deff73d8b98bf08408e4b29b6a3108b0d5bcc96. Signed-off-by:
autobot <autobot-noreply@arm.com>
-
Update to the example to utilize the CoreMQTT Agent for sending and receviving packets from AWS. The Agent makes the process thread safe and is used for all functionality except connection, which is still handled by CoreMQTT, as per the documentation. `mqtt_recv_thread_events` has been renamed to `mqtt_process_thread_events`. This is because the thread no longer handles the receiving of MQTT packets, but processes the Agent commands using `MQTTAgent_CommandLoop`. `PW_LOG_INFO` comments have also been updated to reflect this change along with any supporting comments within both the `app_task` and `mqtt_background_process` functions. Signed-off-by:
Jack Styles <jack.styles@arm.com>
-
Provide the coreMQTT Agent library as a fetchable Open IoT SDK component along with glue code. The glue code includes: * CMSIS-RTOS C API as an RTOS interface library * an MQTT subscription Manager The RTOS Interface and the subscription Manager are based on the implementation in the "coreMQTT Agent and Demo Tasks" project (see details in LICENSED.md for details). Signed-off-by:
Jack Styles <jack.styles@arm.com>
-
Signed-off-by:
Lingkai Dong <lingkai.dong@arm.com>
-
- Jun 13, 2023
-
-
autobot authored
Update trusted-firmware-m to TF-Mv1.8.0. Signed-off-by:
autobot <autobot-noreply@arm.com>
-
Signed-off-by:
Yoan Picchi <yoan.picchi@arm.com>
-
- Jun 12, 2023
-
-
autobot authored
Update threadx to 25a8fa2362af966dc33d0adde3a8136bfc898142. Signed-off-by:
autobot <autobot-noreply@arm.com>
-
autobot authored
Update ml-embedded-evaluation-kit to 23.05. Signed-off-by:
autobot <autobot-noreply@arm.com>
-
Latest version of `autobot` supports configuration to control the target component version, frequency of updates etc. This commit updates `developer-tools` version which brings in the latest `autobot` version. Provide default configuration for `autotbot` which will be applied to all the components. Below components needs special handling in autobot: * `trusted-firmware-m` and `mbedtls` are set to update only to tags on LTS branch, as update to DEFAULT branch often result in failure. * `project_options` is set to update maximum once a week to avoid too frequent updates to save CI resources. Signed-off-by:
Saheer Babu <saheer.babu@arm.com>
-