Skip to content

Commit

Permalink
a0b_atsam3x8e 0.2.0 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko committed Oct 22, 2024
1 parent 14c82f5 commit 3200c47
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions index/a0/a0b_atsam3x8e/a0b_atsam3x8e-0.2.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name = "a0b_atsam3x8e"
description = "A0B ATSAM3X8E MCU Support"
version = "0.2.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_armv7m = "*"
gnat_arm_elf = "*"

[[actions]]
type = "test"
directory = "selftest"
command = ["alr", "build"]

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

0 comments on commit 3200c47

Please sign in to comment.