Skip to content

Commit

Permalink
Addressed PR review comments
Browse files Browse the repository at this point in the history
Signed-off-by: J. German Rivera <[email protected]>
  • Loading branch information
jgrivera67 committed Apr 24, 2024
1 parent 6bf1b1e commit 24f6f06
Showing 1 changed file with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#
# NOTE: Before building for the first time with `alr build`, select the
# corresponding cross compiler toolchain by running `alr toolchain --select`
# 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_separation_kernel"
description = "High-Integrity RTOS Separation Kernel"
Expand All @@ -16,18 +21,14 @@ maintainers-logins = ["jgrivera67"]
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"
[[actions]]
type = "test"
command = ["alr", "build"]
directory = "../sample_apps/hello_partitions"


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

0 comments on commit 24f6f06

Please sign in to comment.