Skip to content

Commit

Permalink
hirtos 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: J. German Rivera <[email protected]>
  • Loading branch information
jgrivera67 committed Dec 19, 2023
1 parent b5eb5aa commit 1e38490
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions index/hi/hirtos/hirtos-1.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#
# NOTE: Before building for the first time with `alr build`, select the
# corresponding cross compiler toolchain by running `alr toolchain --select`
#
name = "hirtos"
description = "High-Integrity RTOS"
version = "1.0.0"
licenses = "Apache-2.0"
website = "https://github.com/jgrivera67/HiRTOS"
tags = ["rtos"]
authors = ["J. German Rivera"]
maintainers = ["J. German Rivera <[email protected]>"]
maintainers-logins = ["jgrivera67"]

[[depends-on]]
gnat_arm_elf = "^12.2.1"
gnatprove = "^12.1.1"

[configuration.variables]
Separation_Kernel_Debug_Tracing_On = {type = "Boolean", default = false}

[origin]
commit = "3a6dd675ab93bc9c96a0aa5b4255cb241bac6a97"
url = "git+https://github.com/jgrivera67/HiRTOS.git"

0 comments on commit 1e38490

Please sign in to comment.