- Oct 29, 2024
-
-
Devaraj Ranganna authored
This commit include the following changes: * Update `CHANGELOG.md` and `manifest.yml` files * Remove the files inside `release_changes` directory Signed-off-by:
Devaraj Ranganna <devaraj.ranganna@arm.com>
-
- Oct 24, 2024
-
-
Chuyue Luo authored
Update the documentation to fix findings from OOB testing. This improves the clarity of the setup instructions. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
- Sep 25, 2024
-
-
Devaraj Ranganna authored
Signed-off-by:
Devaraj Ranganna <devaraj.ranganna@arm.com>
-
- Sep 24, 2024
-
-
Devaraj Ranganna authored
In addition to adding the `security-risk` attribute, update TPIP script to check if all the dependencies contains this attribute. Signed-off-by:
Devaraj Ranganna <devaraj.ranganna@arm.com>
-
- Sep 09, 2024
-
-
Chuyue Luo authored
To avoid confusion with the FRI Blinky example, the Blinky example in CMSIS-RTOS2 FRI is renamed to CMSIS-RTOS2 Blinky. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
Chuyue Luo authored
Add sections to the README stating that contributions will not be accepted for the project, and the process that should be followed if any security vulnerabilities are discovered. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
Chuyue Luo authored
This commit updates the README to make it clearer that the CMSIS-RTOS2 FRI project is based on FRI. Descriptions of the difference between the two projects and the purpose of CMSIS-RTOS2 FRI are added. Additional documentation describing how further examples from FRI could be ported to CMSIS-RTOS2 FRI is also added. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
- Sep 06, 2024
-
-
Chuyue Luo authored
The newest version of nvm (v22.8.0) is causing a failure in the CI pipeline. This commit fixes the version used at v22.7.0. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
- Aug 22, 2024
-
-
Chuyue Luo authored
Update the Trusted Firmware-M component to the latest release (v2.1.0). This requires some new compile definitions to be added. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
- Aug 21, 2024
-
-
Chuyue Luo authored
This patch makes changes suggested by the Uncrustify pre-commit hook. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
Chuyue Luo authored
This commit adds the top-level CI configuration for the project, which extends the baseline configuration and adds the "build" and "test" stages. During the "build" stage, the Blinky example is built for the various different configurations of the project. Then, in the "test" stage, the outputs of the built examples are checked. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
Chuyue Luo authored
This commit adds the baseline CI configuration for the project. This covers the "quality check" phase of the pipeline. During this phase, the pre-commit checks are run, as well as other checks including GitLint and TPIP. In addition, documentation about the pre-commit hooks and Towncrier is added. This describes the pre-commit hooks that are run by the CI and how to run these checks locally. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
- Aug 13, 2024
-
-
Chuyue Luo authored
This commit adds support for building the project with the Arm Compiler for Embedded toolchain. The build.sh file is also updated to allow a user to specify which toolchain to build with. In addition, the relevant documentation has been updated to reflect these changes. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
- Aug 09, 2024
-
-
This commit adds documentation for the project. This includes information about the project organisation and instructions for setting up a development environment and building the Blinky application. It also updates README.md to provide an introduction to the project. Miscellaneous files are also added, including the LICENSE file and guidelines for contributing to the project. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
This commit adds the tools/plugin/ directory, which a user of the project can copy the GDBRemoteConnection.so file into, if they wish to use the debugging features. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
This commit adds the manifest.yml file. This file lists the submodules used in the project, and the version, license type, URL and path within the project for each. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
This commit adds the .devcontainer/ directory, which allows a development container to be created in VSCode. It also adds the .vscode/ directory, which configures tasks and debugging in VSCode. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
This commit adds the .gitignore file for the project. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
This commit adds the top-level CMakeLists.txt for the project, which allows the project and the Blinky example to be built. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
This commit adds the ConvertElfToBin.cmake and ApplyPatches.cmake files. These files contain helper functions used by other CMake files. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
This commit adds some scripts that allow the project to be built and run, as well as other helper scripts. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
This commit adds a Blinky example, which uses CMSIS-RTOS2 APIs. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
This commit adds a CMakeLists.txt file for the components/ directory, which allows the required components to be built. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
This commit adds the Open IOT SDK Toolchain repository as a submodule. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
This commit adds the Trusted Firmware-M component. This includes the TF-M repository as a submodule, an integration layer and CMake files required to build this component. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
This commit adds the CMSIS-FreeRTOS component. This includes the CMSIS-FreeRTOS repository as a submodule. In addition, an integration layer is provided, as well as a CMakeLists.txt file for building this component. Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-
This commit adds the bsp/ directory, which includes the arm-corstone-platform-bsp repository as a submodule. This contains platform-specific files (e.g. drivers, linker files, etc.). Signed-off-by:
Chuyue Luo <Chuyue.Luo@arm.com>
-