From e3b41fa5f5dd99be0e235bff872a430c4a86819e Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Tue, 22 Oct 2024 16:44:47 +0400 Subject: [PATCH] light_arduino_due 0.2.0 (via `alr publish --submit`) --- .../light_arduino_due-0.2.0.toml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 index/li/light_arduino_due/light_arduino_due-0.2.0.toml diff --git a/index/li/light_arduino_due/light_arduino_due-0.2.0.toml b/index/li/light_arduino_due/light_arduino_due-0.2.0.toml new file mode 100644 index 000000000..ecb8ffe12 --- /dev/null +++ b/index/li/light_arduino_due/light_arduino_due-0.2.0.toml @@ -0,0 +1,28 @@ +name = "light_arduino_due" +description = "Arduino Due Board Support Package for `light` GNAT Runtime" +version = "0.2.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" + +project-files=["../gnat/light_arduino_due.gpr"] + +tags = ["a0b", "embedded", "bsp", "light", "atsam3x8e", "sam3x8e", "arduino", "due"] + +[configuration] +disabled = true + +[configuration.values] +a0b_armv7m.fpu_extension = "none" + +[[depends-on]] +a0b_atsam3x8e = "*" +gnat_arm_elf = "*" + +[origin] +commit = "c62aa1395255e5dfd4afe812a3d85932571e2c31" +subdir = "./arduino_due/" +url = "git+https://github.com/godunko/light-startup.git" +