-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hirtos 1.0.0 and hirtos_separation_kernel 1.0.0
Signed-off-by: J. German Rivera <[email protected]>
- Loading branch information
1 parent
b5eb5aa
commit face2dc
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = "^13.2.1" | ||
gnatprove = "^13.2.1" | ||
|
||
[configuration.variables] | ||
Separation_Kernel_Debug_Tracing_On = {type = "Boolean", default = false} | ||
|
||
[origin] | ||
commit = "e7372ec1e07fcafeb28af66e9a62e890dce8b9d1" | ||
url = "git+https://github.com/jgrivera67/HiRTOS.git" | ||
|
24 changes: 24 additions & 0 deletions
24
index/hi/hirtos_separation_kernel/hirtos_separation_kernel-1.0.0.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# | ||
# 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 = "1.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"] | ||
|
||
[[depends-on]] | ||
gnat_arm_elf = "^13.2.1" | ||
gnatprove = "^13.1.1" | ||
|
||
|
||
[origin] | ||
commit = "e7372ec1e07fcafeb28af66e9a62e890dce8b9d1" | ||
subdir = "./hirtos_separation_kernel/" | ||
url = "git+https://github.com/jgrivera67/HiRTOS.git" | ||
|