atomic, bbqueue, hal, usb_embedded 1.0.0 (#1268)

This commit is contained in:
Fabien Chouteau
2024-10-24 16:48:08 +02:00
committed by GitHub
parent 8598b12239
commit 91b7eb3f0f
4 changed files with 96 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
name = "atomic"
description = "Standalone Ada/SPARK bindings to GCC atomic built-ins"
version = "1.0.0"
licenses = "MIT"
authors = ["Fabien Chouteau"]
maintainers = ["Fabien Chouteau <chouteau@adacore.com>"]
maintainers-logins = ["Fabien-Chouteau"]
website = "https://github.com/Fabien-Chouteau/atomic"
tags = ["atomic", "spark", "embedded", "nostd"]
[configuration.variables]
Backend = {type = "Enum", values = ["Intrinsic", "armv6m", "rp2040_spinlock"], default = "Intrinsic"}
RP2040_Spinlock_ID = {type = "Integer", first = 0, last = 31, default = 31 }
[origin]
commit = "de36e4a83a15f8b158c0d390a343c5da80499894"
url = "git+https://github.com/Fabien-Chouteau/atomic.git"