-
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 2.0.0 (via
alr publish --submit
)
- Loading branch information
1 parent
447945a
commit 63d9520
Showing
1 changed file
with
31 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,31 @@ | ||
# | ||
# 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 = "2.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"] | ||
|
||
[configuration.variables] | ||
Platform = {type = "Enum", values = ["arm_fvp", "esp32_c3"], default = "arm_fvp"} | ||
|
||
[[depends-on]] | ||
gnat_arm_elf = "^13.2.1" | ||
#gnat_riscv64_elf = "^13.2.1" | ||
gnatprove = "^13.2.1" | ||
|
||
[gpr-set-externals] | ||
CPU_Core = "arm_cortex_r52" | ||
#CPU_Core = "riscv32" | ||
|
||
|
||
[origin] | ||
commit = "63f7fdd2a01e061990a8921c64bb7966fad35e40" | ||
url = "git+https://github.com/jgrivera67/HiRTOS.git" | ||
|