Skip to content

Commit

Permalink
a0b_atsam3x8e 0.3.0 (via alr publish --submit) (#1314)
Browse files Browse the repository at this point in the history
Co-authored-by: Fabien Chouteau <[email protected]>
  • Loading branch information
godunko and Fabien-Chouteau authored Dec 9, 2024
1 parent ba24c93 commit 7152589
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions index/a0/a0b_atsam3x8e/a0b_atsam3x8e-0.3.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name = "a0b_atsam3x8e"
description = "A0B ATSAM3X8E base and SVD package"
website = "https://github.com/godunko/a0b-stm32f401"
version = "0.3.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 = "*"

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

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

0 comments on commit 7152589

Please sign in to comment.