From 4a079c5448955dd17b156cdd240d7cd54e2bf547 Mon Sep 17 00:00:00 2001 From: jgrivera67 Date: Tue, 21 May 2024 12:18:01 -0400 Subject: [PATCH] hirtos 2.0.0 (#1033) * hirtos 2.0.0 (via `alr publish --submit`) * Addressed PR review comments Signed-off-by: J. German Rivera * Fixed post-build errors to pass CI Signed-off-by: J. German Rivera * Skip unsupported build steps when building on Windows Signed-off-by: J. German Rivera * Added gprbuild 22 dependency for test crates for CI Signed-off-by: J. German Rivera --------- Signed-off-by: J. German Rivera --- index/hi/hirtos/hirtos-2.0.0.toml | 36 +++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 index/hi/hirtos/hirtos-2.0.0.toml diff --git a/index/hi/hirtos/hirtos-2.0.0.toml b/index/hi/hirtos/hirtos-2.0.0.toml new file mode 100644 index 000000000..ea5a452a8 --- /dev/null +++ b/index/hi/hirtos/hirtos-2.0.0.toml @@ -0,0 +1,36 @@ +# +# Copyright (c) 2022-2024, German Rivera +# +# SPDX-License-Identifier: Apache-2.0 +# +# NOTE: This crate is not meant to be built with the native compiler. +# A dependency on a cross-compiler must be specified in the client +# crate. See example client crates in the sample_apps folder. +# +name = "hirtos" +description = "High-Integrity RTOS" +version = "2.0.0" +licenses = "Apache-2.0" +website = "https://github.com/jgrivera67/HiRTOS" +tags = ["rtos"] +authors = ["J. German Rivera"] +maintainers = ["J. German Rivera "] +maintainers-logins = ["jgrivera67"] + +[configuration.variables] +Platform = {type = "Enum", values = ["arm_fvp", "esp32_c3"], default = "arm_fvp"} + +[[actions]] +type = "test" +command = ["alr", "build"] +directory = "sample_apps/fvp_armv8r_aarch32_hello" + +[[actions]] +type = "test" +command = ["alr", "build"] +directory = "sample_apps/esp32_c3_hello" + +[origin] +commit = "66847740b093b19386959b0e7b65b0a09172a082" +url = "git+https://github.com/jgrivera67/HiRTOS.git" +