diff --git a/index/li/light_arduino_due/light_arduino_due-0.1.0.toml b/index/li/light_arduino_due/light_arduino_due-0.1.0.toml new file mode 100644 index 00000000..4a3d266e --- /dev/null +++ b/index/li/light_arduino_due/light_arduino_due-0.1.0.toml @@ -0,0 +1,23 @@ +name = "light_arduino_due" +description = "Arduino Due Board Support Package for `light` GNAT Runtime" +version = "0.1.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" + +project-files=["gnat/arduino_due_startup.gpr"] + +tags = ["embedded", "bsp", "light", "sam3x8e", "arduino", "due"] + +[configuration] +disabled = true + +[[depends-on]] +gnat_arm_elf = "*" + +[origin] +commit = "eec20f148f36b391afe63fbfde29ac8ba64bc903" +url = "git+https://github.com/godunko/light-startup.git" + diff --git a/index/li/light_fk723m1_zgt6/light_fk723m1_zgt6-0.1.0.toml b/index/li/light_fk723m1_zgt6/light_fk723m1_zgt6-0.1.0.toml new file mode 100644 index 00000000..802d5dea --- /dev/null +++ b/index/li/light_fk723m1_zgt6/light_fk723m1_zgt6-0.1.0.toml @@ -0,0 +1,23 @@ +name = "light_fk723m1_zgt6" +description = "FK723M1-ZGT6 Board Support Package for `light` GNAT Runtime" +version = "0.1.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" + +tags = ["embedded", "bsp", "light", "stm32h723", "fk723m1"] + +project-files=["gnat/fk723m1_zgt6_startup.gpr"] + +[configuration] +disabled = true + +[[depends-on]] +gnat_arm_elf = "*" + +[origin] +commit = "eec20f148f36b391afe63fbfde29ac8ba64bc903" +url = "git+https://github.com/godunko/light-startup.git" +