Skip to content

Commit

Permalink
Add A0B Base&ARMv7M and update light-startup crates.
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko committed Feb 9, 2024
1 parent 0dd95e2 commit 7f8a0de
Show file tree
Hide file tree
Showing 6 changed files with 143 additions and 0 deletions.
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_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"

25 changes: 25 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,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 <[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 = "*"

[origin]
commit = "ff60957a8ebdf4e691d37972d5dc4ce7916e9d67"
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"

0 comments on commit 7f8a0de

Please sign in to comment.