Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add A0B Base&ARMv7M and update light-startup crates. #987

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions index/a0/a0b_armv7m/a0b_armv7m-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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"

20 changes: 20 additions & 0 deletions index/a0/a0b_base/a0b_base-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name = "a0b_base"
description = "A0B: Base components"
version = "0.1.0"

authors = ["Vadim Godunko"]
maintainers = ["Vadim Godunko <[email protected]>"]
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"

24 changes: 24 additions & 0 deletions index/a0/a0b_svd_atsam3x8e/a0b_svd_atsam3x8e-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "a0b_svd_atsam3x8e"
description = "A0B: ATSAM3X8E SVD package"
version = "0.1.0"

authors = ["Vadim Godunko"]
maintainers = ["Vadim Godunko <[email protected]>"]
maintainers-logins = ["godunko"]
licenses = "Apache-2.0 WITH LLVM-exception"

project-files=["gnat/a0b_svd_atsam3x8e.gpr"]

tags = ["embedded", "svd", "atsam3x8e", "sam3x8e"]

[configuration]
disabled = true

[[depends-on]]
gnat_arm_elf = "*"
a0b_base = "*"

[origin]
commit = "ee34430b5fab26ed800b39844ea874af6cb9a3d7"
url = "git+https://github.com/godunko/a0b-svd-atsam3x8e.git"

24 changes: 24 additions & 0 deletions index/a0/a0b_svd_stm32f407/a0b_svd_stm32f407-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "a0b_svd_stm32f407"
description = "A0B: STM32F407 SVD package"
version = "0.1.0"

authors = ["Vadim Godunko"]
maintainers = ["Vadim Godunko <[email protected]>"]
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"

24 changes: 24 additions & 0 deletions index/a0/a0b_svd_stm32h723/a0b_svd_stm32h723-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "a0b_svd_stm32h723"
description = "A0B: STM32H723 SVD package"
version = "0.1.0"

authors = ["Vadim Godunko"]
maintainers = ["Vadim Godunko <[email protected]>"]
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"

26 changes: 26 additions & 0 deletions index/li/light_arduino_due/light_arduino_due-0.2.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = "light_arduino_due"
description = "Arduino Due Board Support Package for `light` GNAT Runtime"
version = "0.2.0"

authors = ["Vadim Godunko"]
maintainers = ["Vadim Godunko <[email protected]>"]
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 = "*"
a0b_svd_atsam3x8e = "*"

[origin]
commit = "1cdbb15e2af1539e6567881cd2bf76fd9feea51b"
url = "git+https://github.com/godunko/light-startup.git"

26 changes: 26 additions & 0 deletions index/li/light_fk723m1_zgt6/light_fk723m1_zgt6-0.2.0.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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"

Loading