-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add A0B Base&ARMv7M and update light-startup crates.
- Loading branch information
Showing
6 changed files
with
143 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|