Skip to content

Commit

Permalink
a0b_atsam3x8e, a0b_base 0.1.0 (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko authored Jun 14, 2024
1 parent 359937b commit be8abda
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
25 changes: 25 additions & 0 deletions index/a0/a0b_atsam3x8e/a0b_atsam3x8e-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "a0b_atsam3x8e"
description = "A0B ATSAM3X8E MCU Support"
version = "0.1.0"

authors = ["Vadim Godunko"]
maintainers = ["Vadim Godunko <[email protected]>"]
maintainers-logins = ["godunko"]
licenses = "Apache-2.0 WITH LLVM-exception"
tags = ["a0b", "embedded", "atsam3x8e", "sam3x8e", "arduino", "due", "svd"]

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

[configuration]
generate_ada = false
generate_c = false
generate_gpr = true

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

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

19 changes: 19 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,19 @@
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"
tags = ["a0b", "types", "builtins"]

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

[configuration]
disabled = true

[origin]
commit = "ae3e56f0be698970859a91eaa88855595b2f777e"
url = "git+https://github.com/godunko/a0b-base.git"

0 comments on commit be8abda

Please sign in to comment.