Skip to content

Commit

Permalink
hirtos_separation_kernel 2.0.0 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrivera67 committed Apr 16, 2024
1 parent 447945a commit 6bf1b1e
Showing 1 changed file with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#
# NOTE: Before building for the first time with `alr build`, select the
# corresponding cross compiler toolchain by running `alr toolchain --select`
#
name = "hirtos_separation_kernel"
description = "High-Integrity RTOS Separation Kernel"
version = "2.0.0"
licenses = "Apache-2.0"
website = "https://github.com/jgrivera67/HiRTOS"
tags = ["hypervisor"]
authors = ["J. German Rivera"]
maintainers = ["J. German Rivera <[email protected]>"]
maintainers-logins = ["jgrivera67"]

[configuration.variables]
Separation_Kernel_Debug_Tracing_On = {type = "Boolean", default = false}
Platform = {type = "Enum", values = ["arm_fvp"], default = "arm_fvp"}

[[depends-on]]
gnat_arm_elf = "^13.2.1"
#gnat_riscv64_elf = "^13.2.1"
gnatprove = "^13.1.1"

[gpr-set-externals]
CPU_Core = "arm_cortex_r52"
#CPU_Core = "riscv32"


[origin]
commit = "63f7fdd2a01e061990a8921c64bb7966fad35e40"
subdir = "./hirtos_separation_kernel/"
url = "git+https://github.com/jgrivera67/HiRTOS.git"

0 comments on commit 6bf1b1e

Please sign in to comment.