From 7f8a0de77a234b53463229e9d487ed01a4a04f06 Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Fri, 9 Feb 2024 20:33:59 +0300 Subject: [PATCH] Add A0B Base&ARMv7M and update light-startup crates. --- index/a0/a0b_armv7m/a0b_armv7m-0.1.0.toml | 24 +++++++++++++++++ index/a0/a0b_base/a0b_base-0.1.0.toml | 20 ++++++++++++++ .../a0b_svd_stm32f407-0.1.0.toml | 24 +++++++++++++++++ .../a0b_svd_stm32h723-0.1.0.toml | 24 +++++++++++++++++ .../light_arduino_due-0.2.0.toml | 25 ++++++++++++++++++ .../light_fk723m1_zgt6-0.2.0.toml | 26 +++++++++++++++++++ 6 files changed, 143 insertions(+) create mode 100644 index/a0/a0b_armv7m/a0b_armv7m-0.1.0.toml create mode 100644 index/a0/a0b_base/a0b_base-0.1.0.toml create mode 100644 index/a0/a0b_svd_stm32f407/a0b_svd_stm32f407-0.1.0.toml create mode 100644 index/a0/a0b_svd_stm32h723/a0b_svd_stm32h723-0.1.0.toml create mode 100644 index/li/light_arduino_due/light_arduino_due-0.2.0.toml create mode 100644 index/li/light_fk723m1_zgt6/light_fk723m1_zgt6-0.2.0.toml diff --git a/index/a0/a0b_armv7m/a0b_armv7m-0.1.0.toml b/index/a0/a0b_armv7m/a0b_armv7m-0.1.0.toml new file mode 100644 index 000000000..0858e88dd --- /dev/null +++ b/index/a0/a0b_armv7m/a0b_armv7m-0.1.0.toml @@ -0,0 +1,24 @@ +name = "a0b_armv7m" +description = "A0B: ARMv7-M support (Cortex-M3, Cortex-M4, Cortex-M7)" +version = "0.1.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" + +project-files=["gnat/a0b_armv7m.gpr"] + +tags = ["embedded"] + +[configuration] +disabled = true + +[[depends-on]] +gnat_arm_elf = "*" +a0b_base = "~0.1.0" + +[origin] +commit = "67ef28c43ee5a5ddcd4d21a14f8ba54de2e01af0" +url = "git+https://github.com/godunko/a0b-armv7m.git" + diff --git a/index/a0/a0b_base/a0b_base-0.1.0.toml b/index/a0/a0b_base/a0b_base-0.1.0.toml new file mode 100644 index 000000000..1299afd88 --- /dev/null +++ b/index/a0/a0b_base/a0b_base-0.1.0.toml @@ -0,0 +1,20 @@ +name = "a0b_base" +description = "A0B: Base components" +version = "0.1.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" + +project-files=["gnat/a0b_base.gpr"] + +tags = ["embedded"] + +[configuration] +disabled = true + +[origin] +commit = "ee727df069b0922cf41365cd1b72d41aa7f4cd06" +url = "git+https://github.com/godunko/a0b-base.git" + diff --git a/index/a0/a0b_svd_stm32f407/a0b_svd_stm32f407-0.1.0.toml b/index/a0/a0b_svd_stm32f407/a0b_svd_stm32f407-0.1.0.toml new file mode 100644 index 000000000..6ba6faceb --- /dev/null +++ b/index/a0/a0b_svd_stm32f407/a0b_svd_stm32f407-0.1.0.toml @@ -0,0 +1,24 @@ +name = "a0b_svd_stm32f407" +description = "A0B: STM32F407 SVD package" +version = "0.1.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" + +project-files=["gnat/a0b_svd_stm32f407.gpr"] + +tags = ["embedded", "svd", "stm32", "stm32f4", "stm32f407"] + +[configuration] +disabled = true + +[[depends-on]] +gnat_arm_elf = "*" +a0b_base = "*" + +[origin] +commit = "c38986f8d7ddecdecc359f7a3f194eeb9c9309c3" +url = "git+https://github.com/godunko/a0b-svd-stm32f407.git" + diff --git a/index/a0/a0b_svd_stm32h723/a0b_svd_stm32h723-0.1.0.toml b/index/a0/a0b_svd_stm32h723/a0b_svd_stm32h723-0.1.0.toml new file mode 100644 index 000000000..84a03339e --- /dev/null +++ b/index/a0/a0b_svd_stm32h723/a0b_svd_stm32h723-0.1.0.toml @@ -0,0 +1,24 @@ +name = "a0b_svd_stm32h723" +description = "A0B: STM32H723 SVD package" +version = "0.1.0" + +authors = ["Vadim Godunko"] +maintainers = ["Vadim Godunko "] +maintainers-logins = ["godunko"] +licenses = "Apache-2.0 WITH LLVM-exception" + +project-files=["gnat/a0b_svd_stm32h723.gpr"] + +tags = ["embedded", "svd", "stm32", "stm32h7", "stm32h723"] + +[configuration] +disabled = true + +[[depends-on]] +gnat_arm_elf = "*" +a0b_base = "*" + +[origin] +commit = "f154e43684d7938a36e7f8eeec34c9f5a3b14625" +url = "git+https://github.com/godunko/a0b-svd-stm32h723.git" + 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..89423ac1a --- /dev/null +++ b/index/li/light_arduino_due/light_arduino_due-0.2.0.toml @@ -0,0 +1,25 @@ +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/arduino_due_startup.gpr"] + +tags = ["embedded", "bsp", "light", "sam3x8e", "arduino", "due"] + +[configuration] +disabled = true + +[[depends-on]] +gnat_arm_elf = "*" +a0b_base = "*" +a0b_armv7m = "*" + +[origin] +commit = "ff60957a8ebdf4e691d37972d5dc4ce7916e9d67" +url = "git+https://github.com/godunko/light-startup.git" + diff --git a/index/li/light_fk723m1_zgt6/light_fk723m1_zgt6-0.2.0.toml b/index/li/light_fk723m1_zgt6/light_fk723m1_zgt6-0.2.0.toml new file mode 100644 index 000000000..a4dacc731 --- /dev/null +++ b/index/li/light_fk723m1_zgt6/light_fk723m1_zgt6-0.2.0.toml @@ -0,0 +1,26 @@ +name = "light_fk723m1_zgt6" +description = "FK723M1-ZGT6 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" + +tags = ["embedded", "bsp", "light", "stm32h723", "fk723m1"] + +project-files=["gnat/fk723m1_zgt6_startup.gpr"] + +[configuration] +disabled = true + +[[depends-on]] +gnat_arm_elf = "*" +a0b_base = "*" +a0b_armv7m = "*" +a0b_svd_stm32h723 = "*" + +[origin] +commit = "5195cfecc34d7d4214899c38e02343d988e76050" +url = "git+https://github.com/godunko/light-startup.git" +